Releases: remarkablemark/html-dom-parser
Releases Β· remarkablemark/html-dom-parser
v0.3.1
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
eslintand installprettierand plugin (b7a6b81) - package: update
webpackand 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.jswhich exports helpers (a9255d5) - helpers: move helper that tests for errors to separate file (f2e6312)
- helpers: refactor and move
runTeststo its own file (8e30784) - server: add tests that spy and mock htmlparser2 and domhandler (61075a1)
- server: move
html-to-dom-server.jstoserverdirectory (3684dac)
v0.2.2
v0.2.1
v0.2.0
v0.1.3
v0.1.2
0.1.2 - 2017-09-30
Added
- Create helper
isIE()in utilities (#7)
Fixed
Changed
- Upgrade
[email protected]and[email protected](#5) - npm script
buildruns bothbuild:minandbuild:unmin(#5)
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