Skip to content

v1.0.0

Compare
Choose a tag to compare
@teclone teclone released this 10 Jul 01:24
· 19 commits to master since this release

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)