safe_config 1.1.0
safe_config: ^1.1.0 copied to clipboard
A safe and convenient way to read YAML configuration files.
Changelog #
1.1.0 #
- Enables support for reading environment variables
- Allows decoders for ConfigurationItem subclasses that may have multiple representations, e.g. a DatabaseConnectionConfiguration from a database connection string
1.0.4 #
- Fixed issue where nested ConfigurationItems marked as optional would fail to parse.
1.0.3 #
- Added ConfigurationItem.fromMap to pass a Map as the source for a ConfigurationItem
1.0.2 #
- Added library level documentation
1.0.1 #
- Added documentation generation
- Update readme
1.0.0 #
- Initial version