Releases: nfarina/xmldoc
Releases · nfarina/xmldoc
v1.0.0
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
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
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
- Preserve CDATA nodes in
toString
v0.3.1
- Handle XML parsing errors by bubbling up from
sax
- Always return
undefined
instead of null
- Updates
sax
dep to v1.1.1