This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.1
2
+
3
+
4
+ * [ ` ordinal ` ] ( ./docs/math.md#ordinal )
5
+
6
+ # 9.0.0
7
+
8
+ * For use with Angular 7
9
+
1
10
# 8.0.0
2
11
3
12
* Use this version for Angular 6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-pipes" ,
3
- "version" : " 8.1.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"description" : " Angular pipes library" ,
5
5
"scripts" : {
6
6
"karma" : " node_modules/.bin/karma start karma.conf.js" ,
25
25
],
26
26
"license" : " MIT" ,
27
27
"devDependencies" : {
28
- "@angular/compiler" : " ^6 .0.2 " ,
29
- "@angular/compiler-cli" : " ^6 .0.2 " ,
30
- "@angular/core" : " ^6 .0.2 " ,
31
- "@angular/platform-server" : " ^6 .0.2 " ,
28
+ "@angular/compiler" : " ^7 .0.0 " ,
29
+ "@angular/compiler-cli" : " ^7 .0.0 " ,
30
+ "@angular/core" : " ^7 .0.0 " ,
31
+ "@angular/platform-server" : " ^7 .0.0 " ,
32
32
"@types/jasmine" : " ^2.5.37" ,
33
33
"core-js" : " ^2.4.1" ,
34
34
"coveralls" : " ^2.11.15" ,
38
38
"karma-jasmine" : " ^1.0.2" ,
39
39
"karma-spec-reporter" : " 0.0.26" ,
40
40
"karma-typescript" : " ^3.0.9" ,
41
- "ng-packagr" : " ^3.0.0-rc.5 " ,
41
+ "ng-packagr" : " ^4.3.1 " ,
42
42
"reflect-metadata" : " ^0.1.3" ,
43
- "rxjs" : " ^6.1.0" ,
44
- "typescript" : " 2.7.2" ,
43
+ "rxjs" : " ^6.3.0" ,
44
+ "tsickle" : " ^0.33.0" ,
45
+ "typescript" : " 3.1.3" ,
45
46
"zone.js" : " ^0.8.26"
46
47
},
47
48
"dependencies" : {}
You can’t perform that action at this time.
0 commit comments