Releases: num30/config
Releases · num30/config
v0.1.2 Disable debug level logs
What's Changed
- Disable debug level logs by @DenisPalnitsky in #17
Logs from the package could be enabled by adding the below code before using the package:
jww.SetLogThreshold(jww.LevelTrace)
jww.SetStdoutThreshold(jww.LevelTrace)
Full Changelog: v0.1.1...v0.1.2
v0.1.1 Panic in case of issue with a Watch flow
What's Changed
- Use panic when Watch called before read by @DenisPalnitsky in #16
Full Changelog: v0.1.0...v0.1.1
v0.1.0 stable release. Watch config
What's Changed
Watch
method to track config file changes by @DenisPalnitsky in #15
Full Changelog: v0.0.7...v0.1.0
v0.0.7 Support of environment variables name override
v0.0.6 Remove unnecessary dependencies
Merge pull request #11 from num30/clean-deps Remove golangci dependency
v0.0.5 No env prefix by default
Usage of env var prefix should be set using NewConfReader("myconf").WithPrefix("MYAPP")
. By default package will load not prefixed vars.
v0.0.4 Minor changes in the backyard
- Remove homedir dependency #4
- Use golangci-lint for linting in the pipeline
v0.0.3 Slices support
Add slice to an example
Mainly documentation updates
v0.0.2 Fix go reference and reformat emojis to look nice in go-docs
Initial version of Config Reader
v0.0.1 Validation test