Commit 425b381
committed
Bump version to 0.0.1
First release:
- Create HTML to DOM parser
- Server parser wraps `htmlparser2.parseDOM()`
- Client parser uses the DOM API to mimic the output of
server parser
- Create client utilities:
- `formatDOM()`
- `formatAttributes()`
- Build
- Use webpack to build client-side bundle in `dist/`
- Tests
- Create html and svg mocks
- Test server parser is equivalent to `htmlparser2.parseDOM()`
- Test client parser mimics server parser output
- Check for invalid arguments and errors
- Chore
- Create README.md
- Setup ESLint as linter
- Setup Istanbul as coverage reporter
- Setup Travis and Coveralls1 parent 9ccbbd8 commit 425b381
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments