Comparing version 2.5.0 to 2.5.1
2.5.1 / 2018-04-27 | ||
================== | ||
* test: node v10 on travis (#1182) | ||
* fix tests: remove unnecessary assert doesNotThrow and api calls (#1170) | ||
* use this.response insteadof this.ctx.response (#1163) | ||
* deps: remove istanbul (#1151) | ||
* Update guide.md (#1150) | ||
2.5.0 / 2018-02-11 | ||
@@ -3,0 +12,0 @@ ================== |
@@ -312,3 +312,3 @@ | ||
if ((s >= 200 && s < 300) || 304 == s) { | ||
return fresh(this.header, this.ctx.response.header); | ||
return fresh(this.header, this.response.header); | ||
} | ||
@@ -315,0 +315,0 @@ |
{ | ||
"name": "koa", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Koa web app framework", | ||
@@ -56,3 +56,2 @@ "main": "lib/application.js", | ||
"eslint-plugin-standard": "^2.1.1", | ||
"istanbul": "^0.4.0", | ||
"jest": "^20.0.0", | ||
@@ -59,0 +58,0 @@ "supertest": "^3.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65761
7