File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 0.10'
4
3
- ' 0.12'
5
4
- ' 5.5'
6
5
script : ' make test-travis'
Original file line number Diff line number Diff line change
1
+ - 2.0.0 2015-03-13
2
+ - Removing domain integration (#38 ), no longer actively supporting node 0.10.x.
3
+
1
4
- 1.5.0 2015-03-13
2
- -npm bumps, making sure global.Promise is not defined in node 0.10 memory store test.
5
+ - npm bumps, making sure global.Promise is not defined in node 0.10 memory store test.
3
6
4
7
- 1.4.1 2016-03-13
5
8
- Fixing backward-compatibility Promise issue with node 0.10.x in memory store.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cache-manager" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Cache module for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
20
20
"author" : " Bryan Donovan" ,
21
21
"license" : " MIT" ,
22
22
"dependencies" : {
23
- "async" : " ^ 1.5.2" ,
23
+ "async" : " 1.5.2" ,
24
24
"lru-cache" : " 4.0.0"
25
25
},
26
26
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments