Releases: BeardedFish/ini-rw
Releases · BeardedFish/ini-rw
Release list
ini-rw - v2.0.0
Changelog Summary
- Updated the banner and the example code in the
README.mdfile - Added a template method for writing different
.inikey value types - Added support for global
.inikey access - Renamed a few functions for consistency
- Added a method to change an
.inisection's name - Fixed a few typos
C++ Language Standard
ini-rw - v1.0.0
Features:
- Ability to open
.inifiles for either:- Reading
- Writing
- Ability to save changes to a
.inifile if modified - Inline comment support for
.inisections and keys