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)
This commit is contained in:
parent
1eb9db1949
commit
006d281db1
18
CHANGES.md
18
CHANGES.md
|
@ -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
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue