Mercurial > hg > nodescore
annotate node_modules/errorhandler/History.md @ 101:52e44ee1c791 tip master
enabled all scores in autostart script
author | Rob Canning <rc@kiben.net> |
---|---|
date | Tue, 21 Apr 2015 16:20:57 +0100 |
parents | 0c3a2942ddee |
children |
rev | line source |
---|---|
rc@73 | 1 1.1.1 / 2014-06-20 |
rc@73 | 2 ================== |
rc@73 | 3 |
rc@73 | 4 * deps: accepts@~1.0.4 |
rc@73 | 5 - use `mime-types` |
rc@73 | 6 |
rc@73 | 7 1.1.0 / 2014-06-16 |
rc@73 | 8 ================== |
rc@73 | 9 |
rc@73 | 10 * Display error on console formatted like `throw` |
rc@73 | 11 * Escape HTML with `escape-html` module |
rc@73 | 12 * Escape HTML in stack trace |
rc@73 | 13 * Escape HTML in title |
rc@73 | 14 * Fix up edge cases with error sent in response |
rc@73 | 15 * Set `X-Content-Type-Options: nosniff` header |
rc@73 | 16 * Use accepts for negotiation |
rc@73 | 17 |
rc@73 | 18 1.0.2 / 2014-06-05 |
rc@73 | 19 ================== |
rc@73 | 20 |
rc@73 | 21 * Pass on errors from reading error files |
rc@73 | 22 |
rc@73 | 23 1.0.1 / 2014-04-29 |
rc@73 | 24 ================== |
rc@73 | 25 |
rc@73 | 26 * Clean up error CSS |
rc@73 | 27 * Do not respond after headers sent |
rc@73 | 28 |
rc@73 | 29 1.0.0 / 2014-03-03 |
rc@73 | 30 ================== |
rc@73 | 31 |
rc@73 | 32 * Genesis from `connect` |