safe_config 1.0.4
safe_config: ^1.0.4 copied to clipboard
A safe and convenient way to read YAML configuration files.
Changelog #
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