source: trip-planner-front/node_modules/http-errors/HISTORY.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 3.1 KB
Line 
12019-02-18 / 1.7.2
2==================
3
4 * deps: setprototypeof@1.1.1
5
62018-09-08 / 1.7.1
7==================
8
9 * Fix error creating objects in some environments
10
112018-07-30 / 1.7.0
12==================
13
14 * Set constructor name when possible
15 * Use `toidentifier` module to make class names
16 * deps: statuses@'>= 1.5.0 < 2'
17
182018-03-29 / 1.6.3
19==================
20
21 * deps: depd@~1.1.2
22 - perf: remove argument reassignment
23 * deps: setprototypeof@1.1.0
24 * deps: statuses@'>= 1.4.0 < 2'
25
262017-08-04 / 1.6.2
27==================
28
29 * deps: depd@1.1.1
30 - Remove unnecessary `Buffer` loading
31
322017-02-20 / 1.6.1
33==================
34
35 * deps: setprototypeof@1.0.3
36 - Fix shim for old browsers
37
382017-02-14 / 1.6.0
39==================
40
41 * Accept custom 4xx and 5xx status codes in factory
42 * Add deprecation message to `"I'mateapot"` export
43 * Deprecate passing status code as anything except first argument in factory
44 * Deprecate using non-error status codes
45 * Make `message` property enumerable for `HttpError`s
46
472016-11-16 / 1.5.1
48==================
49
50 * deps: inherits@2.0.3
51 - Fix issue loading in browser
52 * deps: setprototypeof@1.0.2
53 * deps: statuses@'>= 1.3.1 < 2'
54
552016-05-18 / 1.5.0
56==================
57
58 * Support new code `421 Misdirected Request`
59 * Use `setprototypeof` module to replace `__proto__` setting
60 * deps: statuses@'>= 1.3.0 < 2'
61 - Add `421 Misdirected Request`
62 - perf: enable strict mode
63 * perf: enable strict mode
64
652016-01-28 / 1.4.0
66==================
67
68 * Add `HttpError` export, for `err instanceof createError.HttpError`
69 * deps: inherits@2.0.1
70 * deps: statuses@'>= 1.2.1 < 2'
71 - Fix message for status 451
72 - Remove incorrect nginx status code
73
742015-02-02 / 1.3.1
75==================
76
77 * Fix regression where status can be overwritten in `createError` `props`
78
792015-02-01 / 1.3.0
80==================
81
82 * Construct errors using defined constructors from `createError`
83 * Fix error names that are not identifiers
84 - `createError["I'mateapot"]` is now `createError.ImATeapot`
85 * Set a meaningful `name` property on constructed errors
86
872014-12-09 / 1.2.8
88==================
89
90 * Fix stack trace from exported function
91 * Remove `arguments.callee` usage
92
932014-10-14 / 1.2.7
94==================
95
96 * Remove duplicate line
97
982014-10-02 / 1.2.6
99==================
100
101 * Fix `expose` to be `true` for `ClientError` constructor
102
1032014-09-28 / 1.2.5
104==================
105
106 * deps: statuses@1
107
1082014-09-21 / 1.2.4
109==================
110
111 * Fix dependency version to work with old `npm`s
112
1132014-09-21 / 1.2.3
114==================
115
116 * deps: statuses@~1.1.0
117
1182014-09-21 / 1.2.2
119==================
120
121 * Fix publish error
122
1232014-09-21 / 1.2.1
124==================
125
126 * Support Node.js 0.6
127 * Use `inherits` instead of `util`
128
1292014-09-09 / 1.2.0
130==================
131
132 * Fix the way inheriting functions
133 * Support `expose` being provided in properties argument
134
1352014-09-08 / 1.1.0
136==================
137
138 * Default status to 500
139 * Support provided `error` to extend
140
1412014-09-08 / 1.0.1
142==================
143
144 * Fix accepting string message
145
1462014-09-08 / 1.0.0
147==================
148
149 * Initial release
Note: See TracBrowser for help on using the repository browser.