Changelog
Other work
- 224d85f: build: fix goreleaser flags (@caarlos0)
- fac0414: build: test on go stable and oldstable (#259) (@caarlos0)
- 4e0f915: feat!: refactor parse and parse with options (#256) (@caarlos0)
Updating from v7
- if you use
env.Parsewith no options, no change is required. - if you use
env.Parsewith oneOptions{}, callenv.ParseWithOptionsinstead. - if you use
env.Parsewith options, and pass more than oneOptions{}, merge them into a single one, and useenv.ParseWithOptionsinstead. - if you use
env.ParseWithFuncs, useenv.ParseWithOptionsinstead, and put your parsers intoOptions{ FuncMap: <here> }.
Released with GoReleaser Pro!