Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 07:31
· 104 commits to master since this release

libxml2-wasm v0.3.0 release has the following changes,

  • New classes XsdValidator and RelaxNGValidator to validate XML with XSD schema and RelaxNG RNG schema.
  • Implemented @@dispose method to support using syntax in typescript or javascript.
  • Automatically release wasm object if its corresponding javascript wrapper is garbage collected - but don't rely on it - it could be too late.