Releases: remarkablemark/html-dom-parser
Releases Β· remarkablemark/html-dom-parser
v0.3.0
v0.2.3
0.2.3 (2019-11-04)
Bug Fixes
Build System
- package: save commitlint, husky, and lint-staged to devDeps (3b0ce91)
- package: update
eslint
and installprettier
and plugin (b7a6b81) - package: update
webpack
and savewebpack-cli
(908e56d) - package: update dependencies and devDependencies (a9016be)
Tests
- server: remove skipped test (a4c1057)
- refactor tests to ES6 (d5255a5)
- cases: add empty string test case to
html.js
(25d7e8a) - cases: add more special test cases to
html.js
(6fdf2ea) - cases: refactor test cases and move html data to its own file (e4fcb09)
- cases: remove unnecessary try/catch wrapper to fix lint error (ca8175e)
- cases: skip html test cases that PhantomJS does not support (d095d29)
- cases: update
complex.html
(1418775) - client: add tests for client parser that will be run by karma (a0c58aa)
- helpers: create
index.js
which exports helpers (a9255d5) - helpers: move helper that tests for errors to separate file (f2e6312)
- helpers: refactor and move
runTests
to its own file (8e30784) - server: add tests that spy and mock htmlparser2 and domhandler (61075a1)
- server: move
html-to-dom-server.js
toserver
directory (3684dac)
v0.2.2
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0: Bump version to 0.1.0
0.1.0 - 2017-06-17
Changed
- Improve, refactor, and optimize client parser
- Use
template
,DOMImplementation
, and/orDOMParser
- Use
v0.0.2: Bump version to 0.0.2
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