All Versions
5
Latest Version
Avg Release Cycle
465 days
Latest Release
2130 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
May 24, 2019- ๐ improved boolean parsing
- ๐ support for
encoding.BinaryUnmarshaler
CheckDisallowed
function to validate a spec struct against the environment- ๐ improvement to word splitting for uppercase words
- ๐ go module support!
- ๐ various error message and documentation improvements
-
v1.3.0 Changes
January 24, 2017- ๐ supports a
split_words
struct field tag for using underscores in env var names - ๐จ
Usage*
API for printing out usage information calculated from envconfig spec structs - ๐ now supports maps with
key1:value1,key2:value2
syntax in environment variables
- ๐ supports a
-
v1.2.0 Changes
October 19, 2016- ๐ targets support embedded structs
- interface for custom decoding of the env var string
ignored
field tag- ๐ targets support pointer fields
- ๐ support for nested (non-embedded) structs
- ๐ฆ exposes underlying error within
ParseError
type
-
v1.1.0 Changes
March 04, 2016๐ This release adds support for slices, time.Duration, and struct tags to enable default values.
-
v1.0.0
April 21, 2014