Changes¶
0.9.5¶
Features¶
configaro.get()
now accepts default keyword arg to pass value to be returned if property is not found, instead of raising error- expanded test coverage
- added coverage checks to tox tests
- added style checks to tox tests
- improvements to documentation
0.9.4¶
Features¶
- tox automation
- improvements to documentation
- improvements to
configaro.put()
API
Changes¶
- converted to single module library
- removed duplication of release metadata
- renamed
configaro.initialize()
toconfigaro.init()
0.9.0¶
Initial release of configaro.
Features¶
- a simple API that is easy to use and gets out of your way
- a system that allows for hierarchical configuration data that supports dot-addressable property access
- a system that allows for configuration defaults and local overrides
- a system with high degree of test coverage
- a system with high degree of documentation
Fixes¶
- none
Changes¶
- none
Deprecations¶
- none
Deletions¶
- none