safe_config 1.1.1 safe_config: ^1.1.1 copied to clipboard
A safe and convenient way to read YAML configuration files.
Changelog #
1.1.1 #
- Throw exception if an unexpected key is found when reading configuration.
1.1.0 #
- Enable support for reading environment variables.
- Allow decoders for ConfigurationItem subclasses that may have multiple representations, e.g. a DatabaseConnectionConfiguration from a database connection string.
1.0.4 #
- Fix issue where nested ConfigurationItems marked as optional would fail to parse.