Path: | History.txt |
Last Update: | Wed Jan 02 14:16:32 +0000 2013 |
Bug Fixes
- Lack of newline at end of file causes error (thanks erebor) [issue #12]
Bug Fixes
- Better error message for malformed INI files
Major Enhancements
- Can now initialize from Strings [issue #9] - Quoted multi-line values are supported - Comments can appear at the end of a line
Enhancements
- TomDoc documentation - Parity between read/write methods
Enhancements
- Added support for a default "global" section
Major Enhancements
- Changed how multi-line values are handled [issue #7] - Added backslash escaping support for values
Enhancements
- Inifile merge functionality [Jens Hilligsøe] - Use regular expressions to find sections [issue 8]
Bug Fixes
- Empty quotes [Steffen Beyer]
Enhancements
- Added multiline support [André Gawron] - Added file encoding support [Gilles Devaux]