kelseyhightower/envconfig v1.4.0 Release Notes

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