v0.2.3
·
1788 commits
to master
since this release
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)