- Add system-wide `.../name/name.yaml` paths to the default load order, aiding in the use configuration *directories* (e.g. in containerized setups). - Ensure non-confidence values can be dumped, enabling dumping of arbitrary bits of configuration.
0.13
-----------------
- Avoid checking for existence of files, try to open them instead. - Fix dumping / serialization issues by unwrapping complex wrapper types to their simple counterparts during initialization of `Configuration`.
0.12
-----------------
- Use named loggers, default `confidence.*` library loggers to silence as [described in the docs](https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library). - Resolve references in sequences.
0.11
-----------------
- Parse values of environment variables as YAML values (e.g. `NAME_KEY=yes` will result in `key` being `True`). - Add INFO-level logging of files and environment variables being used to load configuration.
0.10
-----------------
- Remove configurable key separator, hardcode the default. - Rename enumeration values (like `Locality.USER`) to be upper case. - Add `dump`, `dumpf` and `dumps` functions to dump `Configuration` instances to YAML format.