File tree 2 files changed +27
-4
lines changed 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 1.2.2
4
+
5
+ - Mark chjj/marked as peer dependency (May help for future updates #7 )
6
+
7
+ ## 1.2.1
8
+
9
+ - Updated peer dependency for ` @angular/core@^2.0.0||^4.0.0 `
10
+
11
+ ## 1.2.0
12
+
13
+ - Added AoT support
14
+ - fixes a compile error when using es2016 module type #3
15
+
16
+ ## 1.1.1
17
+
18
+ - Added were missing typings in 1.1.0
19
+
20
+ ## 1.1.0
21
+
22
+ - Upgraded to ` @angular/core@^2.0.0 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " markdown-to-html-pipe" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " Angular 2 Pipe that transforms a markdown string to HTML" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
40
40
"@angular/core" : " ^2.0.0 || ^4.0.0" ,
41
41
"@types/es6-shim" : " ^0.0.29" ,
42
42
"@types/tape" : " ^4.2.27" ,
43
+ "marked" : " ^0.3.6" ,
43
44
"reflect-metadata" : " ^0.1.8" ,
44
45
"rxjs" : " ^5.0.0-beta.12" ,
45
46
"tape" : " ^4.6.0" ,
48
49
"zone.js" : " ^0.6.14"
49
50
},
50
51
"peerDependencies" : {
51
- "@angular/core" : " ^2.0.0 || ^4.0.0"
52
+ "@angular/core" : " ^2.0.0 || ^4.0.0" ,
53
+ "marked" : " ^0.3.6"
52
54
},
53
55
"dependencies" : {
54
- "@types/marked" : " ^0.0.27" ,
55
- "marked" : " ^0.3.6"
56
+ "@types/marked" : " ^0.0.27"
56
57
}
57
58
}
You can’t perform that action at this time.
0 commit comments