File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
17
## 0.6.0 (2020-11-13)
2
18
19
+ * 0.6.0 ([ cf98487] ( https://github.com/posthtml/posthtml-parser/commit/cf98487 ) )
3
20
* refactor: update htmlparser2 to version 5 ([ 58258b4] ( https://github.com/posthtml/posthtml-parser/commit/58258b4 ) )
4
21
5
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-parser" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Parse HTML/XML to PostHTMLTree" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " posthtml/posthtml-parser" ,
You can’t perform that action at this time.
0 commit comments