Skip to content

Commit 5887ed4

Browse files
committed
0.7.0
1 parent a3b5bc4 commit 5887ed4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
## 0.7.0 (2021-02-09)
2+
3+
* build: default build cjs ([41b7b25](https://github.com/posthtml/posthtml-parser/commit/41b7b25))
4+
* build: not generate dts ([662f8d9](https://github.com/posthtml/posthtml-parser/commit/662f8d9))
5+
* build: perf config for ts ([a3b5bc4](https://github.com/posthtml/posthtml-parser/commit/a3b5bc4))
6+
* build: refactor builder/lint/test system ([baa7bcc](https://github.com/posthtml/posthtml-parser/commit/baa7bcc))
7+
* build(deps): bump ini from 1.3.5 to 1.3.8 ([471a77f](https://github.com/posthtml/posthtml-parser/commit/471a77f))
8+
* docs: default import description ([c824343](https://github.com/posthtml/posthtml-parser/commit/c824343))
9+
* perf: export default declare ([eb63940](https://github.com/posthtml/posthtml-parser/commit/eb63940))
10+
* perf: target to node 10 ([3f0a707](https://github.com/posthtml/posthtml-parser/commit/3f0a707))
11+
* style: after update xo ([dc66abe](https://github.com/posthtml/posthtml-parser/commit/dc66abe))
12+
* test: rewrite to typscript ([63a3415](https://github.com/posthtml/posthtml-parser/commit/63a3415))
13+
* refactor: rewrite to typscript ([b1450a8](https://github.com/posthtml/posthtml-parser/commit/b1450a8))
14+
15+
16+
117
## 0.6.0 (2020-11-13)
218

19+
* 0.6.0 ([cf98487](https://github.com/posthtml/posthtml-parser/commit/cf98487))
320
* refactor: update htmlparser2 to version 5 ([58258b4](https://github.com/posthtml/posthtml-parser/commit/58258b4))
421

522

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-parser",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Parse HTML/XML to PostHTMLTree",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-parser",

0 commit comments

Comments
 (0)