New features: - added support for non-existing values in config files returning None - added support for None default values - added __call__ on ConfigEntries to shorten the value getter
1.1.0
New ConfigEntries: - ConfigConfirmationEntry - ConfigSelectionEntry - is_dir for ConfigEntries
New features: - generic value getter and setters for ConfigEntries - __str__ method for parser - auto saving for Configuration objects
1.0.1
New features: - updated `add_section` method to write comments - updated tests and README
1.0.0
First working version of the parser, including: - reading of comments - writing of comments - altering of comments - environment interpolation + extended interpolation - interactive inquiring to create configfiles