Release date: 2017-02-15
- Making the code python 2.6 compatible. While supporting python 2.6 isn't a goal, it required only removing a dict comprehension.
Release date: 2016-04-12
- Adding this CHANGES.rst file.
- Moving library sources to an
src
subdir and excluding thetests
package from the installation.
Release date: 2016-04-09
- Major update to README.rst: describing library exceptions and utility functions.
- Simplified the low level json parser interface.
- The public interface has also changed a bit.
Release date: 2015-05-07
- Major update to README.rst: added a long description about the config objects and their usage.
Release date: 2015-05-03
- A lot of code/interface changes since the previous alpha release.
- Handling encodings based on byte order mark at the beginning of files.
- Better json config value mapper mechanism
- More flexible and configurable json parser.
Release date: 2015-04-30
First "working" version on pypi.