Releases: james-nesbitt/configerus
Releases · james-nesbitt/configerus
v0.3.2
- .loaded.Loaded can now run .validate() directly.
- also fixed some spelling
- removed Config.append() which was never used and is not a good idea as plugins have config embedded in them.
v0.3.1
- fix loaded config key from arrays.
0.3.0
- loaded .get() can now receive a list of keys which it merges
- drops .get(base=) options [BREAKING CHANGE]
0.2.4
- file templating fixed and now properly tested
- more formatting/quote fixes
Not far from real release
0.2.3
- separated plugin instances to its own module
- make instances more modular because it is kind of usefull
- added tests for instances
- changed CONFIGSOURCE to SOURCE as it was superfluous
- also ran auto-pep8
0.2.2
- plugininstances can now be searched for plugin_id, instance_ids or type.
- config format() can now validate
0.2.1 formatting fixes
- fix formatting for partial matches
- better testing for formatting
0.2.0
- bootstrapping is now a config operation to allow later bootstrapping
- some packaging fixes