This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Releases: jbasko/configmanager
Releases · jbasko/configmanager
v1.34.2
v1.34.1
Fixes load_values in PlainConfig (#167) * Fixes #165 - Fixes `load_values` for `PlainConfig` where accessing item with `__getitem__` returns value so lower level method needs to be used in lookup * Tested with Python 3.6 and 3.7 * Warn users about the state of the library Thanks @haizaar
v1.34.0
v1.32.1
v1.32.0
v1.31.0
v1.30.0
* Fixes raw string value tracking * Clean up tracking context -- rename to ChangesetContext, reset_changes renamed to reset, rename changes property to values, adds changes property which returns actual merged changes; adds ChangesetContext.__len__ which allows truth value calculation of context.