* Fix markdown formatting in README (Miroslav Bajtoš)
 * Fix the order of arguments in the jsdoc comment. (Charlie Schliesser)
 * Update readme with added XML support (David Cheung)
 * Add a machine-readable "code" property (Zak Barbuto)
 * Upgrade dependencies to their latest versions (Miroslav Bajtoš)
 * Describe "safeFields" option in README (Zak Barbuto)
 * Drop support for Node v0.10/v0.12 (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2017-03-22 10:05:23 +01:00
parent c24e6be174
commit 7fbb7e6439
No known key found for this signature in database
GPG Key ID: 797723F23CE0A94A
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2017-03-22, Version 2.0.0
=========================
* Fix markdown formatting in README (Miroslav Bajtoš)
* Fix the order of arguments in the jsdoc comment. (Charlie Schliesser)
* Update readme with added XML support (David Cheung)
* Add a machine-readable "code" property (Zak Barbuto)
* Upgrade dependencies to their latest versions (Miroslav Bajtoš)
* Describe "safeFields" option in README (Zak Barbuto)
* Drop support for Node v0.10/v0.12 (Miroslav Bajtoš)
2017-01-30, Version 1.2.1
=========================

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "1.2.1",
"version": "2.0.0",
"engines": {
"node": ">=4"
},