Releases: tpodg/go-config
Releases · tpodg/go-config
v1.0.2
Fixed bug with expected duplicated underline when parsing env variables
v1.0.1
Dependencies (go.sum) cleanup
v1.0.0
Initial stable release with support for default struct values, yaml and environment variables.
v0.2.2
- Fixed bug where underline was inserted multiple times between nested struct names (env provider)
v0.2.1
- Fixed bug where whole struct was overwritten instead of single fields
v0.2.0
- added support for duration
- parse env variables only if there is an actual value - skip blank strings
- added support for slices
Initial release
Initial release:
- Supported yaml configuration
- Supported configuration from env variables (missing support for lists and maps)