* Fix minor Syntax error (Loay)
 * Globalize strong-error-handler (David Cheung)
 * Update eslint infrastructure (Loay)
 * Add documentation (Loay)
 * Improve grammar in readme. (Richard Pringle)
 * Test with express instead of http server (David Cheung)
 * HTML response for accepted headers (David Cheung)
This commit is contained in:
Miroslav Bajtoš 2016-09-05 15:02:46 +02:00
parent 1eb9db1949
commit 006d281db1
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2016-09-05, Version 1.1.0
=========================
* Fix minor Syntax error (Loay)
* Globalize strong-error-handler (David Cheung)
* Update eslint infrastructure (Loay)
* Add documentation (Loay)
* Improve grammar in readme. (Richard Pringle)
* Test with express instead of http server (David Cheung)
* HTML response for accepted headers (David Cheung)
2016-05-26, Version 1.0.1 2016-05-26, Version 1.0.1
========================= =========================

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler", "name": "strong-error-handler",
"description": "Error handler for use in development and production environments.", "description": "Error handler for use in development and production environments.",
"license": "MIT", "license": "MIT",
"version": "1.0.1", "version": "1.1.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/strongloop/strong-error-handler.git" "url": "https://github.com/strongloop/strong-error-handler.git"