Skip to content

Releases: azaslavsky/domJSON

v0.1.2

12 Jan 00:20
Compare
Choose a tag to compare

Bugfixes:

  • Removed a stray "debugger;" statement in the source

v0.1.1

12 Jan 00:19
Compare
Choose a tag to compare

Bugfixes:

  • ownerDocument was getting copied to output JSON nodes, resulting in a "fake" JSON object that wasn't truly empty of DOM references
  • Now Ignores the readonly isContentEditable property when rebuilding DOM nodes
  • Slightly expanded the opts.domProperties API to accept false

v0.1.0

07 Jan 03:41
Compare
Choose a tag to compare

First release of domJSON. It should work fantastically on the following browsers:

  • Chrome 39+
  • Firefox ESR 24+
  • IE9+
  • Safari 7+
  • Mobile Chrome 39+
  • Mobile Safari 8+
  • Mobile Firefox 31+