Skip to content

v2.12

Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 02 Oct 15:09
· 142 commits to master since this release

Mini-XML 2.12 fixes several bugs, updates the build system on macOS and Windows,
and updates the markdown and EPUB support.

Changes include:

  • Added yet more documentation about using MXML_OPAQUE_CALLBACK when you want
    to get full strings for inline text instead of separated words (Issue #190)
  • No longer build documentation sets on macOS since Xcode no longer supports
    them (Issue #198)
  • Updated the va_copy macro for use with BCC (Issue #211)
  • The mxmlNewCDATA and mxmlSetCDATA functions incorrectly added the XML
    trailer "]]" to the string (Issue #216)
  • Cross-compiling failed on install (Issue #218)
  • Fixed a crash bug in the mxmlWrite functions (Issue #228)
  • The mxmlWrite functions no longer write the siblings of the passed node
    (Issue #228)
  • Updated the markdown and ZIP container libraries used for mxmldoc.

Enjoy!

(Source archive updated Jan 17, 2019 to include mxml-2.12/ subdirectory prefix, sorry folks!)