kelseyhightower/envconfig v1.4.0 Release Notes

Release Date: 2019-05-24 // almost 5 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