Skip to content

Releases: caarlos0/env

v6.7.0

30 Aug 13:25
33962e3
Compare
Choose a tag to compare

Changelog

929e30e chore(deps): bump codecov/codecov-action from 1 to 2 (#186)
92ab404 feat: Add option: 'required' by default (#187)
5dd6d0c feat: go 1.17
1cd374b feat: onset hook (#185)
53ff073 fix: ineffective break
d96cac5 fix: merge issues
faf605d refactor: improve test

v6.6.2

30 May 16:19
48e4777
Compare
Choose a tag to compare

Changelog

48e4777 fix(ci): missing env

v6.6.1

30 May 15:26
75568db
Compare
Choose a tag to compare

Changelog

6683f37 chore(ci): include goreleaser config
e60d1e7 fix(ci): distribution
75568db fix(ci): key

v6.6.0

16 May 02:11
b2f4697
Compare
Choose a tag to compare

Changelog

f2ced39 chore(deps): bump actions/cache from v2 to v2.1.4 (#156)
41425b4 chore(deps): bump actions/cache from v2 to v2.1.4 (#160)
346d77c chore(deps): bump actions/cache from v2.1.4 to v2.1.5 (#164)
c33df78 chore(deps): bump actions/checkout from 2 to 2.3.4 (#168)
7c39877 chore(deps): bump codecov/codecov-action from 1 to 1.5.0 (#167)
d80f61d chore(deps): bump golangci/golangci-lint-action from v2 to v2.5.2 (#161)
2174282 chore(deps): bump goreleaser/goreleaser-action from 2 to 2.5.0 (#166)
6cbd70c docs/test: document how to use custom time formats (#172)
fd499bb feat: allow to unset a variable after reading it (#171)
3de7ad1 feat: go 1.16, test on mac and windows (#159)
b2f4697 feat: notEmpty tag (#174)
eb9cdc4 fix(ci): workflow versions
9a4342d fix(ci): workflow versions
d552093 fix: linter
0397ad7 fix: some cases on windows (#170)
f878cc5 tests: use require instead of assert

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)