Jstoxml Versions Save

JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)

v3.0.0

2 years ago
  • BREAKING CHANGE: config option attributesFilter has been renamed attributeReplacements
  • BREAKING CHANGE: config option filter has been renamed contentReplacements
  • CDATA blocks are now untouched (no HTML entity replacements) and unindented (#56)
  • true attribute values can now be outputted by setting config option attributeExplicitTrue: true (#57)
  • attributes can now be filtered out by supplying a custom function to the new config option attributeFilter. For instance, to remove null attribute values from the output, you can supply the config option attributeFilter: (key, val) => val === null (#58 and #10)
  • devDependencies: migrated from babel-eslint to @babel/eslint-parser, migrated from uglify-es to uglify-js

v2.2.9

2 years ago

Minor/patch bumps for dependencies: @babel/cli, @babel/core, eslint, mocha

v2.2.7

2 years ago

Bump dev dependencies

+ [email protected]
+ @babel/[email protected]
+ @babel/[email protected]
+ @babel/[email protected]
+ [email protected]
added 3 packages from 1 contributor, removed 5 packages, updated 88 packages and audited 436 packages in 11.768s

v2.2.6

2 years ago

v2.2.5

2 years ago
  • update minor/patch dependencies
  • update major dependencies (upgrade to eslint 8)

v2.2.4

2 years ago

Update dependencies

v2.2.0

2 years ago

Initial support for XML comments.

v2.1.0

2 years ago
  • major, minor, and patch dependency updates

v2.0.6

2 years ago

Dev dependency updates

v2.0.5

3 years ago

Dev dependency updates