Skip to content

Commit b14502a

Browse files
chore(master): release 1.1.1
1 parent 3372bdb commit b14502a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.1.1](https://github.com/AlbertAZ1992/html-dom-parser/compare/v3.0.1...v1.1.1) (2022-12-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* htmlparser2 7.2.0 → 8.0.1
11+
* **client:** remove Internet Explorer (IE11) support
12+
13+
### Features
14+
15+
* add compatibility for react-native ([4a4a974](https://github.com/AlbertAZ1992/html-dom-parser/commit/4a4a974c01ad0beaf0591fe169d68afe66ea6e2a))
16+
* add ES Module support ([b8436b1](https://github.com/AlbertAZ1992/html-dom-parser/commit/b8436b19147e0146f50982a225e787fd0a53d97d))
17+
* **client:** remove Internet Explorer (IE11) support ([b34cbe1](https://github.com/AlbertAZ1992/html-dom-parser/commit/b34cbe1310c0e223ae05bca00945c70faca374ab)), closes [#225](https://github.com/AlbertAZ1992/html-dom-parser/issues/225)
18+
19+
20+
### Bug Fixes
21+
22+
* **client:** ensure head and body with newline are parsed correctly ([b26b645](https://github.com/AlbertAZ1992/html-dom-parser/commit/b26b645c9de708a6b85b61b66bbdb8e75eebb121)), closes [#317](https://github.com/AlbertAZ1992/html-dom-parser/issues/317)
23+
24+
25+
### Performance Improvements
26+
27+
* upgrade dependency htmlparser2 to v7.2.0 ([7819211](https://github.com/AlbertAZ1992/html-dom-parser/commit/78192117edbf8bcbdd23b6534c66dce515b408de))
28+
29+
30+
### Build System
31+
32+
* **package:** upgrade domhandler from 4.3.0 to 4.3.1 ([c2e8a82](https://github.com/AlbertAZ1992/html-dom-parser/commit/c2e8a82035957bd991a969ef12f3dcd114679a2a))
33+
* upgrade domhandler to 5.0.3 and htmlparser2 to 8.0.1 ([e80a69c](https://github.com/AlbertAZ1992/html-dom-parser/commit/e80a69c83e07b0ae2f48a78dbd6adb7d0a71b0f3))
34+
535
## [3.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v3.0.0...v3.0.1) (2022-07-10)
636

737

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": "3.0.1",
3+
"version": "1.1.1",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)