Skip to content

Releases: madmurphy/libconfini

libconfini 1.0-1 (unstable)

10 Oct 12:36
Compare
Choose a tag to compare

Major version change, due to the renaming of several public functions.

Changes:

  • ini_array_getlength() has been renamed to ini_array_get_length()
  • ini_getbool() has been renamed to ini_get_bool()
  • ini_getlazybool() has been renamed to ini_get_lazy_bool()
  • ini_getfloat() has been renamed to ini_get_float()
  • ini_getllint() has been renamed to ini_get_llint()
  • get_ini_format_mask() has been renamed to ini_format_calculate_mask()
  • read_ini_format_mask() has been renamed to ini_format_set_from_mask()

libconfini 0.9-4 (unstable)

07 Oct 18:59
Compare
Choose a tag to compare

Changes:

  • Small bug regarding multiline inline comments has been fixed

libconfini 0.9-3 (unstable)

06 Oct 11:40
Compare
Choose a tag to compare

Changes:

  • Small bug regarding inline comments has been fixed

libconfini 0.9-2 (unstable)

06 Oct 00:07
Compare
Choose a tag to compare

Changes:

  • Documentation has been moved to docs/

libconfini 0.9-1 (unstable)

05 Oct 17:34
Compare
Choose a tag to compare

Hi there!

This is the first public release of libconfini. Unfortunately the manual is not ready yet, but the code is quite documented. For a brief introduction, please see the README file.