- Fix iterating over the items() view of a section breaks #8
- Validate format on write by default (can be deactivated)
- Fixed issue #7 with mixed-case options
- Fixed issue #7 with add_before/add_after problem
- Fixed issue #7 with wrong duplicate mixed-case entries
- Fixed issue #7 with duplicate options after add_after/before
- More sane error message if
read_file
is misused - Also run unittests with Windows
- Fix: Use n instead of os.linesep where appropriate
- Added Github and documentation link into the project's metadata
- Require Python >= 3.4 with
python_requires
- Added a
insert_at
function at section level - Some internal code simplifications
- Added a
to_dict()
function
- Allow for flexible comment character in
comment(...)
- First release