Releases: james-nesbitt/configerus
Releases · james-nesbitt/configerus
v3.0.0
v2.0.0
- config format rewrite
- much more comprehensive appraoch
- single pass formatting
- unlimited embedding and defaulting
- standardization across all
- had to drop regex, but am using a stacked word parsing approach
BREAKING: config format templates have a breaking change.
v1.0.0
1.0.0 release as we are stable.
Moving ahead with a complete refactor of the format/templating approach
v0.4.0
- new env from json config source
-BREAKING: previous env source renamed, which will break any existing integrations
v0.3.10
- fixed gitignore which allowed inclusion of env config source
- some plugin naming conventions
v0.3.9
- previously could only receive config label/key targets
- now can receive dicts that contain the schema
- also some None safety in .get() / Loaded
v0.3.7
get() keys can now have hyphens
v0.3.6
Fix for bad exception raised in jsonschema if config can't be loaded
v0.3.5
- loaded config validator fix
v0.3.4
this fixes an issue where loaded config labels get out of date.
this means that retrieved loaded configs could be out of date.