Releases: Netflix/go-env
Releases · Netflix/go-env
v0.1.2
What's Changed
- Add an example for an array value by @flemming-pr in #29
- fix: Marshal() including "default=" tags in EnvSet by @kaandesu in #27
New Contributors
- @flemming-pr made their first contribution in #29
- @kaandesu made their first contribution in #27
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- chore: go 1.23 upgrade, README fix, docstring additions, & go styling updates by @sheikhrachel in #28
New Contributors
- @sheikhrachel made their first contribution in #28
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.2
What's Changed
- Remove Go minor revision specification by @francesconi in #26
New Contributors
- @francesconi made their first contribution in #26
Full Changelog: v0.0.1...v0.0.2
v0.0.1
initial go mod release
What's Changed
- Fix readme example usage by @bvwells in #4
- Added missing int types by @BartWillems in #2
- Support multiple env struct tags by @hinshun in #6
- Support type time.Duration by @kitt1987 in #7
- Add default values by @jimmykodes in #8
- Split default value only into two parts by @steveteuber in #9
- Update build status location by @sghill in #11
- Add float32 and float64 support by @kplachkov in #14
- Add support for custom env marshaling and unmarshaling by @mothershipper in #12
- Fix tiny typo in test by @seawolf in #16
- Add detail for required field error by @PePoDev in #17
- Add uint uint8 uint16 uint32 uint64 support by @jorgejr568 in #22
- Make repo a Go module, switch to GitHub Actions by @patricksanders in #25
New Contributors
- @bvwells made their first contribution in #4
- @BartWillems made their first contribution in #2
- @hinshun made their first contribution in #6
- @kitt1987 made their first contribution in #7
- @jimmykodes made their first contribution in #8
- @steveteuber made their first contribution in #9
- @sghill made their first contribution in #11
- @kplachkov made their first contribution in #14
- @mothershipper made their first contribution in #12
- @seawolf made their first contribution in #16
- @PePoDev made their first contribution in #17
- @jorgejr568 made their first contribution in #22
- @patricksanders made their first contribution in #25
Full Changelog: https://github.com/Netflix/go-env/commits/v0.0.1