Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

70 lines (36 loc) · 1.53 KB

Changelog

v0.4.0

  • Query results in array by @sophiebremer in #19
  • XMLSelector.parse throws SyntaxError by @sophiebremer in #19

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.3.1...v0.4.0

v0.3.1

  • Add XMLTree.parse for easier access

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.3.0...v0.3.1

v0.3.0

  • XMLSelector
  • XMLPrinter

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.2.0...v0.3.0

v0.2.0

  • XMLTree
  • XMLNode helper functions
  • CDATA support
  • Fix Escape entities

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.1.2...v0.2.0

v0.1.2

  • Improve performance of XMLScanner by @sophiebremer in #7
  • Improve compatibility by @sophiebremer in #8
  • Fix scan of incomplete tags on buffer edge by @sophiebremer in #9

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.1.1...v0.1.2

v0.1.1

  • ReDOS quantify limitations by @sophiebremer in #4

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/compare/v0.1.0...v0.1.1

v0.1.0

Full Changelog: https://github.com/typescriptlibs/tsl-core-xml/commits/v0.1.0