Comparing version 2.8.2 to 2.9.0
2.9.0 / 2019-10-12 | ||
================== | ||
**features** | ||
* [[`2d1c598`](http://github.com/koajs/koa/commit/2d1c5981869e0fe6f5bc71b5c5582accfd125cc6)] - feat: export HttpError from http-errors library (Micheal Hill <<micheal.hill@trunkplatform.com>>) | ||
**others** | ||
* [[`cf70dbc`](http://github.com/koajs/koa/commit/cf70dbc6d2ba62bf1eb12b563dd5ecd27af6e2be)] - Chore: Use https in readme (#1389) (谭九鼎 <<109224573@qq.com>>) | ||
2.8.2 / 2019-09-28 | ||
@@ -3,0 +12,0 @@ ================== |
@@ -24,2 +24,3 @@ | ||
const deprecate = require('depd')('koa'); | ||
const { HttpError } = require('http-errors'); | ||
@@ -261,1 +262,7 @@ /** | ||
} | ||
/** | ||
* Make HttpError available to consumers of the library so that consumers don't | ||
* have a direct dependency upon `http-errors` | ||
*/ | ||
module.exports.HttpError = HttpError; |
{ | ||
"name": "koa", | ||
"version": "2.8.2", | ||
"version": "2.9.0", | ||
"description": "Koa web app framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/application.js", |
@@ -44,3 +44,3 @@ <img src="/docs/logo.png" alt="Koa middleware framework for nodejs"/> | ||
- [Workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of Koa, Express' spiritual successor. | ||
- [Introduction Screencast](http://knowthen.com/episode-3-koajs-quickstart-guide/) - An introduction to installing and getting started with Koa | ||
- [Introduction Screencast](https://knowthen.com/episode-3-koajs-quickstart-guide/) - An introduction to installing and getting started with Koa | ||
@@ -47,0 +47,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
80631
1529
5