File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 2.0.0 / 2016-03-23
3
+ ==================
4
+
5
+ * update to koa v2 middleware signature
6
+
2
7
1.0.1 / 2013-12-21
3
8
==================
4
9
Original file line number Diff line number Diff line change 1
1
2
2
# koa-response-time
3
3
4
- X-Response-Time middleware for koa.
5
-
6
- ___ Notice: ` koa-response-time@2 ` supports ` koa@2 ` ; if you want to use this module with ` koa@1 ` , please use ` koa-response-time@1 ` .___
4
+ X-Response-Time middleware for Koa v2.
7
5
8
6
## Installation
9
7
Original file line number Diff line number Diff line change 2
2
"name" : " koa-response-time" ,
3
3
"description" : " X-Repsonse-Time middleware for koa" ,
4
4
"repository" : " koajs/response-time" ,
5
- "version" : " 1 .0.2 " ,
5
+ "version" : " 2 .0.0 " ,
6
6
"keywords" : [
7
7
" koa" ,
8
8
" middleware" ,
15
15
"devDependencies" : {
16
16
"koa" : " *"
17
17
},
18
+ "publishConfig" : {
19
+ "tag" : " next"
20
+ },
18
21
"license" : " MIT"
19
22
}
You can’t perform that action at this time.
0 commit comments