Skip to content

Releases: remarkablemark/html-dom-parser

v0.1.2

13 Dec 19:42
Compare
Choose a tag to compare

0.1.2 - 2017-09-30

Added

  • Create helper isIE() in utilities (#7)

Fixed

  • Fix client parser in IE/IE9 (#6, #7)

Changed

  • Upgrade mocha@3.4.2 and webpack@2.6.1 (#5)
  • npm script build runs both build:min and build:unmin (#5)

v0.1.1

13 Dec 19:43
Compare
Choose a tag to compare

0.1.1 - 2017-06-26

Added

  • CHANGELOG with previous releases backfilled

Fixed

  • Fix client parser on IE by specifying required parameter for createHTMLDocument (#4)

v0.1.0: Bump version to 0.1.0

13 Dec 19:43
Compare
Choose a tag to compare

0.1.0 - 2017-06-17

Changed

  • Improve, refactor, and optimize client parser
    • Use template, DOMImplementation, and/or DOMParser

v0.0.2: Bump version to 0.0.2

13 Dec 19:44
Compare
Choose a tag to compare

0.0.2 - 2016-10-10

Added

  • Create npm scripts for prepublish

Changed

  • Change webpack to build to UMD target
  • Update README installation and usage instructions

v0.0.1: Bump version to 0.0.1

13 Dec 19:44
Compare
Choose a tag to compare

0.0.1 - 2016-10-10

Added

  • Server parser
    • Wrapper for htmlparser2.parseDOM
  • Client parser
    • Uses DOM API to mimic server parser output
    • Build client library with webpack
  • Add README, tests, and other necessary files