Skip to content

Commit

Permalink
docs: add more versions to history
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 9, 2017
1 parent b795cee commit e7c7b2a
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
2016-02-27 / 1.2.0
==================

* update `http-errors`
* deps: http-errors@~1.4.0

2015-02-13 / 1.1.1
==================

* deps: deep-equal@~1.0.0
* dpes: http-errors@~1.3.1

2014-12-10 / 1.1.0
==================

* add equality methods @stephenmathieson
- `.equal()`, `.notEqual()`
- `.strictEqual()`, `.notStrictEqual()`
- `.deepEqual()`, `.notDeepEqual()`
* Add equality methods
- `assert.deepEqual()`
- `assert.equal()`
- `assert.notDeepEqual()`
- `assert.notEqual()`
- `assert.notStrictEqual()`
- `assert.strictEqual()`

2014-09-10 / 1.0.2
==================

* Fix setting `err.expose` on invalid status
* Use `http-errors` module
* perf: remove duplicate status check

2014-01-20 / 1.0.1
==================

* Fix typo causing `err.message` to be `undefined`

2014-01-20 / 1.0.0
==================

* Default status to 500
* Set `err.expose` to `false` for 5xx codes

0 comments on commit e7c7b2a

Please sign in to comment.