Skip to content

LibCYAML v1.2.0

Compare
Choose a tag to compare
@tlsa tlsa released this 02 Jul 09:20
· 142 commits to main since this release
  • Loading:
    • Allow mappings with zero fields in the schema.
    • Improved logging of errors.
    • CYAML_BOOL type now treats "Off" as false.
    • Allow loading of float values that overflow or underflow unless
      CYAML_FLAG_STRICT set.
    • Added line and column numbers to backtraces.
  • General:
    • Update tests to handle libyaml 0.2.5 output format change.
    • Buildsystem improvements.
    • Made public header C++ compatible.
    • Test runner supports running individual tests.

No changes are required for client applications to upgrade.