Skip to content

Releases: cburgmer/xmlserializer

0.6.0

05 Nov 16:53

Choose a tag to compare

Move file to ./xmlserializer.js.

0.5.0

05 Nov 16:37

Choose a tag to compare

Package distributable with UMD header.

0.3.3

07 Oct 17:33

Choose a tag to compare

Bug fix

  • Properly serialize CDATA sections from XML documents, #7

0.3.2

26 Sep 20:29

Choose a tag to compare

Correctly support namespace different namespaces of nested tags (#6).

0.3.1

01 Apr 19:35

Choose a tag to compare

Don't convert non-HTML tag names to lowercase (#5)

New minor version

20 Nov 13:40

Choose a tag to compare

  • Removes characters invalid in XML 1.0 from the source.
  • Script and style elements are not embedded in CDATA sections anymore.

0.2.0

14 Nov 12:48

Choose a tag to compare

  • Rename to xmlserializer with out the ".js"
  • Fix dependencies

Initial release

13 Nov 18:09

Choose a tag to compare

Serializes DOM trees to XML/XHTML. For Node.js and browsers (acting as replacement for XMLSerializer).