v0.2.0
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 multipleXmlDocument
s. - Breaking method changes,
parseXmlString
becomesXmlDocument.fromString
parseXmlBuffer
becomesXmlDocument.fromBuffer
new XmlDocument()
becomesXmlDocument.create