Skip to content

Releases: james-nesbitt/configerus

v0.3.2

14 Feb 14:46
a28ca87
Compare
Choose a tag to compare
  • .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

10 Feb 00:32
f97e7ba
Compare
Choose a tag to compare
  • fix loaded config key from arrays.

0.3.0

09 Feb 16:04
e16dd38
Compare
Choose a tag to compare
  • loaded .get() can now receive a list of keys which it merges
  • drops .get(base=) options [BREAKING CHANGE]

0.2.4

07 Feb 18:44
27dcc1c
Compare
Choose a tag to compare
  • file templating fixed and now properly tested
  • more formatting/quote fixes

Not far from real release

0.2.3

07 Feb 07:26
28995ee
Compare
Choose a tag to compare
  • 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

05 Feb 20:46
adc405c
Compare
Choose a tag to compare
  • plugininstances can now be searched for plugin_id, instance_ids or type.
  • config format() can now validate

0.2.1 formatting fixes

05 Feb 00:00
57bfafe
Compare
Choose a tag to compare
  • fix formatting for partial matches
  • better testing for formatting

0.2.0

04 Feb 17:52
a9d1662
Compare
Choose a tag to compare
  • bootstrapping is now a config operation to allow later bootstrapping
  • some packaging fixes