Skip to content

v5.1.0

Choose a tag to compare

@noppa noppa released this 14 Oct 18:00
· 4 commits to master since this release

5.1.0

Add support for xmllint's --stream option, which is useful when
validating large XML files.
Supporting this feature required compiling libxml2 with reader support, which
adds about 30K, or 4%, increase to the wasm binary size.

Closes #27.