Skip to content

Releases: bjubes/config

v0.3.2

01 May 23:10
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

fixes: #4 - Improves panic message when trying to access a field in the configurator using a mismatched function type

v0.3.1

04 Feb 19:17
c01fb89
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

If a field name doesn't exist on the Configurator, it will be logged in the resulting panic. See #3

v0.3.0

21 Aug 18:15
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Add support for floats and adds the GetEnvFloat function to the Configurator interface

v0.2.0

22 Jul 21:21
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Conforms to strconv.ParseBool for boolean environment variable validation. Booleans are now only valid if one of: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False

v0.1.0

02 Jul 21:10
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
support go 1.14 and above