commons_config 0.0.7 commons_config: ^0.0.7 copied to clipboard
Commons Configuration provides generic configuration interface which enables an application to read configuration data from a variety of sources.
0.0.7 #
- Add SubsetConfiguration class.
- Add subset method on Configuration.
- Add copy method on Configuration.
- Add append method on Configuration.
- Add abstract clone method on Configuration.
- Add dependency on deepcopy package.
0.0.6 #
- Add Configuration base class.
- Add MapConfiguration class.
- Add ConfigurationInterpolator class.
- Add EnvStrLookup class.
0.0.5 #
- Add PropertyConvertor class.
- Changed license to MIT license.
0.0.4 #
- Add file header copyright notice
0.0.3 #
- Add Properties class
0.0.2 #
- Update readme to add project description.
- Update description in pubspec.yaml.
- Update library doc comment.
0.0.1 #
- Initial version.
- Project skeleton setup.