Env Versions Save

A simple and zero-dependencies library to parse environment variables into structs

v6.9.1

2 years ago

Changelog

Bug fixes

  • 66696b36d25095f5a0961050c5d0a965ec661e82: fix: passing prefix on anonymous struct (#205) (@flaneur2020)

Released with GoReleaser Pro!

v6.9.0

2 years ago

Changelog

New Features

  • 87131ff570c7b3bf66e4040dc2e7b5e1263db219: feat: 0 dependencies (#204) (@caarlos0)

Released with GoReleaser Pro!

v6.8.0

2 years ago

Changelog

New Features

  • f22b8199bef9cb3530f056e959a117111f35a983: feat: rename master to main (@caarlos0)
  • 2cf397a58a36021e20b385fa64839ba446fbe4fd: feat:prefix envs (#201) (@caarlos0)

Bug fixes

  • d8dc27c896429a7cddb9c2789e26aacc6cbb5bba: fix: prefixes on pointers (#203) (@caarlos0)

Released with GoReleaser Pro!

v6.7.2

2 years ago

Changelog

db06a3f344740e4bce2a0d4e60d5b5861c2566b3: fix: gofumpt (@caarlos0) adc0f6371c9fee028bf4ecb55958c4a63e061a6d: fix: lint issues (@caarlos0) d2550013e8b1044bad96d8dd8d8f58ef70e6b369: refactor: move from io/ioutil to os package (#176) (@Juneezee)


Released with GoReleaser Pro!

v6.7.1

2 years ago

Changelog

ba5c1ad fix: error in embedded struct when using option RequiredIfNoDef:true (#191)

v6.7.0

2 years ago

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

2 years ago

Changelog

48e4777 fix(ci): missing env

v6.6.1

2 years ago

Changelog

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

v6.6.0

2 years ago

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

3 years ago

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