kelseyhightower/envconfig v1.4.0 Release Notes
Release Date: 2019-05-24 // almost 6 years ago-
- ๐ 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
Previous changes from v1.3.0
-
- ๐ 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