Skip to content

Releases: num30/config

v0.1.2 Disable debug level logs

23 Aug 10:40
61b16aa
Compare
Choose a tag to compare

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: v0.1.1...v0.1.2

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

06 Aug 15:11
53fb191
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0 stable release. Watch config

06 Aug 14:58
8fd47a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.1.0

v0.0.7 Support of environment variables name override

10 Oct 07:42
d717df0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6 Remove unnecessary dependencies

21 Jul 14:04
ee6592f
Compare
Choose a tag to compare
Merge pull request #11 from num30/clean-deps

Remove golangci dependency

v0.0.5 No env prefix by default

20 May 11:29
6bce5a4
Compare
Choose a tag to compare

⚠️ Breaking change.
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

19 May 12:50
b3a96d1
Compare
Choose a tag to compare
  • Remove homedir dependency #4
  • Use golangci-lint for linting in the pipeline

v0.0.3 Slices support

05 May 15:25
077179a
Compare
Choose a tag to compare
Add slice to an example

Mainly documentation updates

03 May 17:47
436b70c
Compare
Choose a tag to compare
v0.0.2

Fix go reference and reformat emojis to look nice in go-docs

Initial version of Config Reader

03 May 17:11
23bf1de
Compare
Choose a tag to compare
v0.0.1

Validation test