Skip to content

0.9.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@karfau karfau released this 13 Jul 03:13
· 146 commits to master since this release
0.9.0-beta.9
48953f6

Commits

Fixed

  • Set nodeName property in ProcessingInstruction #509 / #505
  • preserve DOCTYPE internal subset #498 / #497 / #117
    BREAKING CHANGES: Many documents that were previously accepted by xmldom, esecially non well-formed ones are no longer accepted. Some issues that were formerly reported as errors are now a fatalError.
  • DOMParser: Align parseFromString errors with specs #454

Chore

  • stop running mutation tests using stryker #496
  • make toErrorSnapshot windows compatible #503

Thank you, @cjbarth, @shunkica, @pmahend1, @niklasl, for your contributions