Releases: andreiavrammsd/config
Releases · andreiavrammsd/config
Release list
v0.7.0 API
What's Changed
- Add advanced scenarios by @andreiavrammsd in #15
- Add fuzz tests by @andreiavrammsd in #14
- VS Code setup by @andreiavrammsd in #16
- Redesign public API to reach to a stable version by @andreiavrammsd in #17
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Define explicit parse tokens
- Redesign the interpolator
- Quality enhancements
- Documentation
- Make pointer requirement explicit (breaking change)
v0.5.0 Go 1.18+
- Minimum Go version supported: 1.18+
- Split parser and converter, and move to internals.
- Add more tests.
- Type safety.
v0.4.0 Default value
Add default value option.
v0.3.0 Interpolation
- Add variable interpolation
- Reduce memory allocation
v0.2.0 Env files support
- More support for .env files.
- Performance updates in parser.