File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## v1.0.0 (2017-08-06)
4
4
- [ * major* ] Renamed error ` properties ` to ` custom `
5
5
- [ * patch* ] Added all Node.js LTS versions from v4+ to Travis builds
6
6
- [ * patch* ] Improved documentation and README badges
7
+ - [ * patch* ] Integrated with [ David] ( https://david-dm.org )
7
8
8
9
## v0.2.1 (2017-07-30)
9
- - [ * patch* ] Improved README and integrated to [ Coveralls.io] ( https://coveralls.io )
10
+ - [ * patch* ] Improved README and integrated with [ Coveralls.io] ( https://coveralls.io )
10
11
11
12
## v0.2.0 (2017-07-24)
12
13
- [ * minor* ] Better error response structure
Original file line number Diff line number Diff line change 2
2
[ ![ Travis] ( https://img.shields.io/travis/antonio-muniz/errorizer.svg )] ( https://travis-ci.org/antonio-muniz/errorizer )
3
3
[ ![ Coveralls] ( https://img.shields.io/coveralls/antonio-muniz/errorizer.svg )] ( https://coveralls.io/github/antonio-muniz/errorizer )
4
4
[ ![ npm] ( https://img.shields.io/npm/v/errorizer.svg )] ( https://www.npmjs.com/package/errorizer )
5
+ [ ![ David] ( https://img.shields.io/david/antonio-muniz/errorizer.svg )] ( https://david-dm.org/antonio-muniz/errorizer )
5
6
[ ![ license] ( https://img.shields.io/github/license/antonio-muniz/errorizer.svg )] ( https://github.com/antonio-muniz/errorizer/blob/master/LICENSE )
6
7
7
8
An [ Express error middleware] ( http://expressjs.com/en/guide/error-handling.html ) for organizing and returning custom errors in JSON APIs.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " errorizer" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " A Express middleware for organizing and returning custom errors in JSON APIs" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments