Skip to content

Releases: bjubes/config

v0.3.2

v0.3.2 Pre-release
Pre-release

Choose a tag to compare

@bjubes bjubes released this 01 May 23:10

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

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@bjubes bjubes released this 04 Feb 19:17
c01fb89

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

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@bjubes bjubes released this 21 Aug 18:15

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

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@bjubes bjubes released this 22 Jul 21:21

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

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@bjubes bjubes released this 02 Jul 21:10
support go 1.14 and above