Skip to content

Commit 83814f1

Browse files
chore(release): 1.0.0
1 parent a80fae0 commit 83814f1

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [1.0.0](https://github.com/remarkablemark/html-dom-parser/compare/v0.5.0...v1.0.0) (2020-12-25)
6+
7+
8+
### Build System
9+
10+
* **package:** upgrade `domhandler` to v4 and `htmlparser2` to v6 ([ec5673e](https://github.com/remarkablemark/html-dom-parser/commit/ec5673ef38050f808ce49e2e4ee165d30492b190))
11+
12+
13+
### Performance Improvements
14+
15+
* **client:** deprecate Internet Explorer 9 (IE9) ([d42ea4e](https://github.com/remarkablemark/html-dom-parser/commit/d42ea4ed5df9f44abf16528e36b3cfbb4c7fdd08))
16+
* **utilities:** continue if nodeType is not element, text, comment ([793ff0c](https://github.com/remarkablemark/html-dom-parser/commit/793ff0c7a84ea05ff061e24984595f6e143362e6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **package:** upgrade `domhandler` to v4 and `htmlparser2` to v6
22+
23+
domhandler 3.3.0 → 4.0.0
24+
htmlparser2 4.1.0 → 6.0.0
25+
26+
domhandler:
27+
28+
* https://github.com/fb55/domhandler/releases/tag/v4.0.0
29+
30+
htmlparser2:
31+
32+
* https://github.com/fb55/htmlparser2/releases/tag/v5.0.0
33+
* https://github.com/fb55/htmlparser2/releases/tag/v5.0.1
34+
* https://github.com/fb55/htmlparser2/releases/tag/v6.0.0
35+
36+
`decodeEntities` option now defaults to true. `<title>` is
37+
parsed correctly. Remove root parent node to keep parser
38+
backwards compatible.
39+
40+
41+
542
# [0.5.0](https://github.com/remarkablemark/html-dom-parser/compare/v0.4.0...v0.5.0) (2020-12-13)
643

744

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-dom-parser",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",

0 commit comments

Comments
 (0)