config

Declarative configuration for Go

MIT License

Stars
48
config - v0.1.2 Disable debug level logs Latest Release

Published by DenisPalnitsky about 1 year ago

What's Changed

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: https://github.com/num30/config/compare/v0.1.1...v0.1.2

config - v0.1.1 Panic in case of issue with a Watch flow

Published by DenisPalnitsky about 1 year ago

What's Changed

Full Changelog: https://github.com/num30/config/compare/v0.1.0...v0.1.1

config - v0.1.0 stable release. Watch config

Published by DenisPalnitsky about 1 year ago

What's Changed

Full Changelog: https://github.com/num30/config/compare/v0.0.7...v0.1.0

config - v0.0.7 Support of environment variables name override

Published by DenisPalnitsky about 2 years ago

What's Changed

Full Changelog: https://github.com/num30/config/compare/v0.0.6...v0.0.7

config - v0.0.6 Remove unnecessary dependencies

Published by DenisPalnitsky over 2 years ago

config - v0.0.5 No env prefix by default

Published by DenisPalnitsky over 2 years ago

⚠️ Breaking change.
Usage of env var prefix should be set using NewConfReader("myconf").WithPrefix("MYAPP"). By default package will load not prefixed vars.

config - v0.0.4 Minor changes in the backyard

Published by DenisPalnitsky over 2 years ago

  • Remove homedir dependency #4
  • Use golangci-lint for linting in the pipeline
config - v0.0.3 Slices support

Published by DenisPalnitsky over 2 years ago

config - Mainly documentation updates

Published by DenisPalnitsky over 2 years ago

config - Initial version of Config Reader

Published by DenisPalnitsky over 2 years ago