CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
HISTORY.md181 linesDownload Raw Back to http-errors
12.0.0 / 2021-12-172==================3 4  * Drop support for Node.js 0.65  * Remove `I'mateapot` export; use `ImATeapot` instead6  * Remove support for status being non-first argument7  * Rename `UnorderedCollection` constructor to `TooEarly`8  * deps: depd@2.0.09    - Replace internal `eval` usage with `Function` constructor10    - Use instance methods on `process` to check for listeners11  * deps: statuses@2.0.112    - Fix messaging casing of `418 I'm a Teapot`13    - Remove code 30614    - Rename `425 Unordered Collection` to standard `425 Too Early`15 162021-11-14 / 1.8.117==================18 19  * deps: toidentifier@1.0.120 212020-06-29 / 1.8.022==================23 24  * Add `isHttpError` export to determine if value is an HTTP error25  * deps: setprototypeof@1.2.026 272019-06-24 / 1.7.328==================29 30  * deps: inherits@2.0.431 322019-02-18 / 1.7.233==================34 35  * deps: setprototypeof@1.1.136 372018-09-08 / 1.7.138==================39 40  * Fix error creating objects in some environments41 422018-07-30 / 1.7.043==================44 45  * Set constructor name when possible46  * Use `toidentifier` module to make class names47  * deps: statuses@'>= 1.5.0 < 2'48 492018-03-29 / 1.6.350==================51 52  * deps: depd@~1.1.253    - perf: remove argument reassignment54  * deps: setprototypeof@1.1.055  * deps: statuses@'>= 1.4.0 < 2'56 572017-08-04 / 1.6.258==================59 60  * deps: depd@1.1.161    - Remove unnecessary `Buffer` loading62 632017-02-20 / 1.6.164==================65 66  * deps: setprototypeof@1.0.367    - Fix shim for old browsers68 692017-02-14 / 1.6.070==================71 72  * Accept custom 4xx and 5xx status codes in factory73  * Add deprecation message to `"I'mateapot"` export74  * Deprecate passing status code as anything except first argument in factory75  * Deprecate using non-error status codes76  * Make `message` property enumerable for `HttpError`s77 782016-11-16 / 1.5.179==================80 81  * deps: inherits@2.0.382    - Fix issue loading in browser83  * deps: setprototypeof@1.0.284  * deps: statuses@'>= 1.3.1 < 2'85 862016-05-18 / 1.5.087==================88 89  * Support new code `421 Misdirected Request`90  * Use `setprototypeof` module to replace `__proto__` setting91  * deps: statuses@'>= 1.3.0 < 2'92    - Add `421 Misdirected Request`93    - perf: enable strict mode94  * perf: enable strict mode95 962016-01-28 / 1.4.097==================98 99  * Add `HttpError` export, for `err instanceof createError.HttpError`100  * deps: inherits@2.0.1101  * deps: statuses@'>= 1.2.1 < 2'102    - Fix message for status 451103    - Remove incorrect nginx status code104 1052015-02-02 / 1.3.1106==================107 108  * Fix regression where status can be overwritten in `createError` `props`109 1102015-02-01 / 1.3.0111==================112 113  * Construct errors using defined constructors from `createError`114  * Fix error names that are not identifiers115    - `createError["I'mateapot"]` is now `createError.ImATeapot`116  * Set a meaningful `name` property on constructed errors117 1182014-12-09 / 1.2.8119==================120 121  * Fix stack trace from exported function122  * Remove `arguments.callee` usage123 1242014-10-14 / 1.2.7125==================126 127  * Remove duplicate line128 1292014-10-02 / 1.2.6130==================131 132  * Fix `expose` to be `true` for `ClientError` constructor133 1342014-09-28 / 1.2.5135==================136 137  * deps: statuses@1138 1392014-09-21 / 1.2.4140==================141 142  * Fix dependency version to work with old `npm`s143 1442014-09-21 / 1.2.3145==================146 147  * deps: statuses@~1.1.0148 1492014-09-21 / 1.2.2150==================151 152  * Fix publish error153 1542014-09-21 / 1.2.1155==================156 157  * Support Node.js 0.6158  * Use `inherits` instead of `util`159 1602014-09-09 / 1.2.0161==================162 163  * Fix the way inheriting functions164  * Support `expose` being provided in properties argument165 1662014-09-08 / 1.1.0167==================168 169  * Default status to 500170  * Support provided `error` to extend171 1722014-09-08 / 1.0.1173==================174 175  * Fix accepting string message176 1772014-09-08 / 1.0.0178==================179 180  * Initial release181