Releases: NicholeMattera/Simple-INI-Parser
Releases · NicholeMattera/Simple-INI-Parser
Simple INI Parser Version 2.1.1
- Removed the
fsdevCommitDevice
call when writing.
Simple INI Parser Version 2.1.0
- Added the ability to find all for both options or sections.
- Added find or create for both options and sections. (Thanks Cathery!)
- Added more advance searching options to all find methods:
- Options Type (Any, Option, Semicolon Comment, or Hashtag Comment)
- Options Field (Key, or Value)
- Section Type (Any, Section, Semicolon Comment, Hashtag Comment, or Hekate Caption)
Simple INI Parser Version 2.0.1
- I was made aware of an INI file for Atmosphere that breaks INI conventions and has a "magic" string at the beginning of it. This update adds supports for this one off INI file. Check out the new magic example to see how to parse this file.
Simple INI Parser Version 2.0.0
- Added support for global options outside of a section.
- Added support for comments within a section between options.
- When writing the config file it will now call
fsdevCommitDevice
as I was told that is something that should be done.
Breaking Changes:
- Enums have been changed to class enums for scoping and have been renamed to not yell at you anymore.
- Option type has been added to IniOption class constructor.
Simple INI Parser Version 1.0.1
- Added support for ccache.
- Added the ability to do case insensitive searches for sections and options.
Simple INI Parser Version 1.0.0
Initial official release.