- Add human-readable `repr`s to `Configuration` and `ConfigurationSequence`. - Make `ConfigurationSequence` more list-like by enabling addition operator (`configured_sequence + [1, 2, 3]` or `(1, 2, 3) + configured_sequence`).
0.7
----------------
- Auto-wrap configured sequences to enable 'list-of-dicts' style configuration while retaining `Configuration` functionality.
0.6.3
------------------
- Restrict reference pattern to make a nested pattern work.
0.6.2
------------------
- Make `Configuration` instances picklable.
0.6.1
------------------
- Fix resolving references during loading when sources passed to `Configuration` are `Configuration` instances themselves.
0.6
----------------
- Add `Missing` policy to control what to do with unconfigured keys on attribute access. - Split single-file module into multi-module package (user-facing names importable from `confidence` package). - Raise errors when merging / splitting non-`str` type keys, avoiding issues with confusing and broken access patterns.