Skip to content

Releases: teclone/xml-serializer

v1.3.0

02 Mar 19:24
Compare
Choose a tag to compare

1.3.0 (2020-03-02)

Features

  • added install method (49fd182)
  • added installTo static method (fc61d3a)

v1.2.4

02 Mar 10:22
Compare
Choose a tag to compare

1.2.4 (2020-03-02)

Bug Fixes

v1.2.3

02 Mar 09:56
Compare
Choose a tag to compare

1.2.3 (2020-03-02)

Bug Fixes

  • fix dependencies (15e7fe1)
  • moved to teclone namespace, fixed readme, generated esm build (16a1c58)

v1.2.2

04 Nov 21:41
Compare
Choose a tag to compare

1.2.2 (2018-11-04)

Bug Fixes

  • update merge dependency package to version 1.2.1 after github security alert (7df9a3d)

v1.2.1

04 Nov 21:34
Compare
Choose a tag to compare

1.2.1 (2018-11-04)

Bug Fixes

  • update merge package to latest version after github security alert (e876c92)

v1.2.0

18 Jul 09:28
Compare
Choose a tag to compare

1.2.0 (2018-07-18)

Features

  • update package dependency graph. this project has no dependencies. (b6e1ef1)

v1.1.0

18 Jul 09:09
Compare
Choose a tag to compare

1.1.0 (2018-07-18)

Features

  • update readme documentation, correct typos, add maintainers and how to contribute sections (1f09fcb)

v1.0.1

15 Jul 12:10
Compare
Choose a tag to compare

1.0.1 (2018-07-15)

Bug Fixes

  • fix whitespace handling of processing instructions and document type nodes (441349a)

v1.0.0

10 Jul 01:24
Compare
Choose a tag to compare

1.0.0 (2018-07-10)

Bug Fixes

  • fix the undefined toString method call while testing for attribute nodes (c743a0d)

Features

  • create a utility module that provides bunch of helper functions (a3889a6)
  • create comment serialization functionality according to the w3c spec (18fba58)
  • create document fragment node serialization functionality (cc97cd8)
  • create document type node serialization feature according spec (f9e903b)
  • create module exports file (6485082)
  • create processing instruction node serialization feature according to the w3c specification (c8b2150)
  • create text node serialization feature, following spec standard (ad4b540)
  • create the document serialization functionality according to the spec (11aeef2)
  • Create the element serialization functionality, following step by step algo (2283313)
  • Create the serializer module, declare class constants, and serializeToString method (1e7afea)