Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 04:39
· 79 commits to master since this release

libxml2-wasm v0.2.0 has the following changes,

  • Bump libxml2 version to 2.12.3
  • Add XmlXPath class which will be compiled once and could be used multiple times, even with multiple XmlDocuments.
  • Breaking method changes,
    • parseXmlString becomes XmlDocument.fromString
    • parseXmlBuffer becomes XmlDocument.fromBuffer
    • new XmlDocument() becomes XmlDocument.create