Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 448 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 448 Bytes

1.0.0

  • fixed IniFile.empty() -> now it is working
  • Create getAllSections() to get all sections
  • Create toMap() to get all contents in Map format

0.0.2-beta

  • improved some functions to run faster
  • getItem not working (fixed)
  • ini.trimResults true/false -> you can eliminate/keep spaces in return value useful when your ini file has phrases to show to user and spaces matter

0.0.1-beta

  • Initial version created by GnRDevAnd Team