v9.0.0
Changelog
New Features
- 7a25c17: feat!: accept expand as an option to the env tag (#263) (@caarlos0)
- 4f6bb22: feat!: v9 (@caarlos0)
- 9124b0a: feat: add support Web Assembly (#265) (@BorzdeG)
Bug fixes
- 0f07b7f: fix: invalid environment variable (#271) (@aymanbagabas)
- 0b4d8a6: fix: skip fields without env key in onSet (#266) (@aymanbagabas)
Documentation updates
- 390412e: docs: clarify custom parser funcs and required fields (@caarlos0)
- 3f7d8cf: docs: fix examples in readme for v8.0.0 (#264) (@Mattias-)
Migrating from v8
Replace envExpand:"true"
with ,expand
, e.g.:
type Foo struct {
Foo string `env:"FOO,expand"`
}
Released with GoReleaser Pro!