Skip to content

Releases: caarlos0/env

v6.5.0

01 Feb 12:54
Compare
Choose a tag to compare

Changelog

54c9d5e chore(ci): dependabot
7e1f128 chore: delete gosum workflow
aa84092 feat: upgrade to go 1.15 (#150)
2ed4d36 fix: add check for blank env key (#153)
e244b8a refactor: improve if

v6.4.0

15 Oct 19:39
07535a5
Compare
Choose a tag to compare

Changelog

3ac02fe chore(deps): go mod tidy (#122)
f21b8c3 feat(ci): dependabot
52290f9 feat: add options (#131)
a1ac5e4 fix: support custom slice types (#130)
07535a5 refactor: make unmarshal error handling clearer

v6.3.0

23 Jun 18:37
eeded10
Compare
Choose a tag to compare

Changelog

822f229 chore: funding
e8c6818 feat(ci): github actions
6cc3632 feat(ci): remove travis
c81891c feat(ci): test on go 1.14 as well
eeded10 feat: go 1.14 on go.mod
8088497 fix: test on go1.14

v6.2.2

26 Apr 23:12
ff72571
Compare
Choose a tag to compare

Changelog

ff72571 chore: goreleaser

v6.2.1

26 Feb 12:40
8a6889e
Compare
Choose a tag to compare
  • fix: Env variables annotated with file is not allowed to be empty (#109)
  • fix: typos in defaultTypeParsers (#108)

v6.2.0

24 Feb 14:40
6be8347
Compare
Choose a tag to compare
  • fix: go mod tidy
  • fix: readme fmt
  • chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#107)
  • feat: Support to load values from file (#105)
  • fix: lint
  • chore: go mod tidy
  • refactor: small code improvement (#101)
  • test: run tests on Go 1.13 (#100)

v6.1.0

03 Oct 13:43
Compare
Choose a tag to compare
  • feat: support traversing non-defined type fields (#96)

v6.0.0

15 May 02:13
4bd75bf
Compare
Choose a tag to compare
  • feat: accept []*types by default (#95)
  • fix: make it work on dep again
  • test: 100% coverage

v5.1.4

03 May 18:53
Compare
Choose a tag to compare

Try encoding.TextUnmarshaler before trying other types.

v5.1.3

29 Apr 12:20
1928784
Compare
Choose a tag to compare