Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.23 KB

CHANGES.md

File metadata and controls

61 lines (40 loc) · 1.23 KB

1.0.0

  • First stable release
  • Add arrayMap feature
  • Switch to semantic versioning
  • Switch to Apache 2.0 license

0.1.9

  • Fix error in example.js

0.1.8

  • Reconcile readme and tests with examples

0.1.7

  • Added .gitattributes to .gitignore file
  • Minor tweaks to examples

0.1.6

  • Addition of alias string option
  • Minor changes to examples
  • Minor fixes to tests

0.1.5

  • Bug fixes
  • Minor changes to examples

0.1.4

  • 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

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