- First stable release
- Add arrayMap feature
- Switch to semantic versioning
- Switch to Apache 2.0 license
- Fix error in example.js
- Reconcile readme and tests with examples
- Added .gitattributes to .gitignore file
- Minor tweaks to examples
- Addition of alias string option
- Minor changes to examples
- Minor fixes to tests
- Bug fixes
- Minor changes to examples
- Removed callFunctions option (functionality already provided by convertMap option)
- Removed wrapArray option (functionality already provided by existing array functionality)
- Escape numbers when at tbe beginning of an element name
- Edits to documentation
- Added tests
- Added copyright headers to individual JS files
- 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
- Fixed crash when null objects are converted to strings
- Fixed accidental truncation of XML when pretty-printing is disabled
- Removed copyright year from license
- Initial release