Commit 30e72a9 1 parent 900680c commit 30e72a9 Copy full SHA for 30e72a9
File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- lint disable no-multiple-toplevel-headings-->
4
4
5
+ 2.0.0 / 2016-07-26
6
+ ==================
7
+
8
+ * Refactor code-style to use ` xo ` ([ ` a6cceff ` ] ( https://github.com/wooorm/rehype/commit/a6cceff ) )
9
+ * Replace ` htmlparser2 ` with ` parse5 ` ([ ` e76fde3 ` ] ( https://github.com/wooorm/rehype/commit/e76fde3 ) )
10
+
5
11
1.0.0 / 2016-06-19
6
12
==================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-parse" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " HTML parser for rehype" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype-stringify" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " HTML compiler for rehype" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rehype" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " HTML processor powered by plugins" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
14
14
" process"
15
15
],
16
16
"dependencies" : {
17
- "rehype-parse" : " ^1 .0.0" ,
18
- "rehype-stringify" : " ^1 .0.0" ,
17
+ "rehype-parse" : " ^2 .0.0" ,
18
+ "rehype-stringify" : " ^2 .0.0" ,
19
19
"unified" : " ^4.1.1"
20
20
},
21
21
"homepage" : " https://github.com/wooorm/rehype" ,
You can’t perform that action at this time.
0 commit comments