Skip to content

libconfini 1.15.0

Compare
Choose a tag to compare
@madmurphy madmurphy released this 06 Oct 13:54
· 7 commits to master since this release

Changes:

  • Public function ini_global_set_lowercase_mode() and global variable INI_GLOBAL_LOWERCASE_MODE have been marked as deprecated
  • Global integer constant INI_DISABLED_FLAG and macro INI_IS_IMPLICIT_SUBSTR() have been added to the public header
  • A minor incompatibility with MSVC has been solved
  • A small bug has been fixed (starting from version 1.10.2 IniDispatch::v_len was not always set to 0 in case of empty IniDispatch::value)
  • Code review (strip_ini_cache())
  • Minor changes that affect only the build system are now documented in a separate file (see autostuff/ChangeLog.md)
  • Documentation
  • Examples