Skip to content

Releases: nfarina/xmldoc

v1.0.0

27 Dec 22:31
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Excellent library with a beautiful, clean API #42
  • Order of elements changed #41
  • While writing back xml document to a file it removes all comments #39
  • react native using xmldoc to parser xml #38
  • Order of val in relation to children? #37

Merged pull requests:

v0.5.1

12 May 18:31
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Release notes for 0.5 #35

Merged pull requests:

  • GLOBAL is producing deprecation warnings in node V6 #36 (jmalins)

V0.5.0

03 May 16:18
Compare
Choose a tag to compare

Closed issues:

  • Incorrect escaping of < > #29
  • Update tag for v0.4.0 #28
  • Error parsing coments out of XML scope #27
  • Support of xml comments #22
  • Question on usage #20

Merged pull requests:

v0.4.0

04 Feb 05:15
Compare
Choose a tag to compare
  • Preserve CDATA nodes in toString

v0.3.1

22 May 23:27
Compare
Choose a tag to compare
  • Handle XML parsing errors by bubbling up from sax
  • Always return undefined instead of null
  • Updates sax dep to v1.1.1