File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.12.0 (2023-10-25)
2
+
3
+ * style: add prettier config ([ 40020ea] ( https://github.com/posthtml/posthtml-parser/commit/40020ea ) )
4
+ * style: after lint ([ 4a25b30] ( https://github.com/posthtml/posthtml-parser/commit/4a25b30 ) )
5
+ * style: format ts ([ 18f3949] ( https://github.com/posthtml/posthtml-parser/commit/18f3949 ) )
6
+ * style: format ts ([ b98a3e0] ( https://github.com/posthtml/posthtml-parser/commit/b98a3e0 ) )
7
+ * style: xo to eslint & updat edep dev & update husky ([ 016c1ec] ( https://github.com/posthtml/posthtml-parser/commit/016c1ec ) )
8
+ * perf: drop support old nodejs ([ 6284a1d] ( https://github.com/posthtml/posthtml-parser/commit/6284a1d ) )
9
+ * build: remove clinton ([ 1aca332] ( https://github.com/posthtml/posthtml-parser/commit/1aca332 ) )
10
+ * build: remove clinton config ([ 33961ca] ( https://github.com/posthtml/posthtml-parser/commit/33961ca ) )
11
+ * build: remove unuset pkg ([ 6931aee] ( https://github.com/posthtml/posthtml-parser/commit/6931aee ) )
12
+ * test: migrate to vitest ([ b41b243] ( https://github.com/posthtml/posthtml-parser/commit/b41b243 ) )
13
+
14
+
15
+
1
16
## 0.11.0 (2022-02-25)
2
17
18
+ * 0.11.0 ([ 0db4129] ( https://github.com/posthtml/posthtml-parser/commit/0db4129 ) )
3
19
* build: update deps ([ d1cdcc6] ( https://github.com/posthtml/posthtml-parser/commit/d1cdcc6 ) )
4
20
* test: add tests for ` recognizeNoValueAttribute ` option ([ a2a2aa3] ( https://github.com/posthtml/posthtml-parser/commit/a2a2aa3 ) )
5
21
* docs: add description for ` recognizeNoValueAttribute ` option ([ f9b165d] ( https://github.com/posthtml/posthtml-parser/commit/f9b165d ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-parser" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .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