js2xmlparser2
Version:
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
21 lines (14 loc) • 466 B
Markdown
## 0.1.3 ##
* Fixed crash when undefined objects are converted to strings
* Added callFunctions option
* Added wrapArray option
* Added useCDATA option
* Added convertMap option
* Added copyright year and "and other contributors" to license
## 0.1.2 ##
* Fixed crash when null objects are converted to strings
## 0.1.1 ##
* Fixed accidental truncation of XML when pretty-printing is disabled
* Removed copyright year from license
## 0.1.0 ##
* Initial release