@feathersjs/errors 5.0.0-pre.29 → 5.0.0-pre.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +91 -309
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,279 +3,154 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0-pre.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @feathersjs/errors
|
|
6
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
9
7
|
|
|
8
|
+
### Features
|
|
10
9
|
|
|
10
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
11
11
|
|
|
12
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
12
13
|
|
|
14
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
13
15
|
|
|
14
16
|
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
15
17
|
|
|
16
|
-
|
|
17
18
|
### Bug Fixes
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
24
21
|
|
|
25
22
|
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
26
23
|
|
|
27
24
|
**Note:** Version bump only for package @feathersjs/errors
|
|
28
25
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
26
|
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
34
27
|
|
|
35
28
|
**Note:** Version bump only for package @feathersjs/errors
|
|
36
29
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
30
|
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
42
31
|
|
|
43
32
|
**Note:** Version bump only for package @feathersjs/errors
|
|
44
33
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
34
|
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
50
35
|
|
|
51
36
|
**Note:** Version bump only for package @feathersjs/errors
|
|
52
37
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
38
|
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
58
39
|
|
|
59
40
|
**Note:** Version bump only for package @feathersjs/errors
|
|
60
41
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
42
|
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
66
43
|
|
|
67
44
|
**Note:** Version bump only for package @feathersjs/errors
|
|
68
45
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
46
|
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
74
47
|
|
|
75
48
|
**Note:** Version bump only for package @feathersjs/errors
|
|
76
49
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
50
|
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
82
51
|
|
|
83
|
-
|
|
84
52
|
### Bug Fixes
|
|
85
53
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
54
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
91
55
|
|
|
92
56
|
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
93
57
|
|
|
94
58
|
**Note:** Version bump only for package @feathersjs/errors
|
|
95
59
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
60
|
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
101
61
|
|
|
102
62
|
**Note:** Version bump only for package @feathersjs/errors
|
|
103
63
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
64
|
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
109
65
|
|
|
110
66
|
**Note:** Version bump only for package @feathersjs/errors
|
|
111
67
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
68
|
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
117
69
|
|
|
118
70
|
**Note:** Version bump only for package @feathersjs/errors
|
|
119
71
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
72
|
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
125
73
|
|
|
126
74
|
**Note:** Version bump only for package @feathersjs/errors
|
|
127
75
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
76
|
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
133
77
|
|
|
134
78
|
**Note:** Version bump only for package @feathersjs/errors
|
|
135
79
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
80
|
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
141
81
|
|
|
142
82
|
**Note:** Version bump only for package @feathersjs/errors
|
|
143
83
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
84
|
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
149
85
|
|
|
150
86
|
**Note:** Version bump only for package @feathersjs/errors
|
|
151
87
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
88
|
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
157
89
|
|
|
158
90
|
**Note:** Version bump only for package @feathersjs/errors
|
|
159
91
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
92
|
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
165
93
|
|
|
166
94
|
**Note:** Version bump only for package @feathersjs/errors
|
|
167
95
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
96
|
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
173
97
|
|
|
174
98
|
**Note:** Version bump only for package @feathersjs/errors
|
|
175
99
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
100
|
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
181
101
|
|
|
182
102
|
**Note:** Version bump only for package @feathersjs/errors
|
|
183
103
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
104
|
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
189
105
|
|
|
190
106
|
**Note:** Version bump only for package @feathersjs/errors
|
|
191
107
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
108
|
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
197
109
|
|
|
198
110
|
**Note:** Version bump only for package @feathersjs/errors
|
|
199
111
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
112
|
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
205
113
|
|
|
206
114
|
**Note:** Version bump only for package @feathersjs/errors
|
|
207
115
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
116
|
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
213
117
|
|
|
214
118
|
**Note:** Version bump only for package @feathersjs/errors
|
|
215
119
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
120
|
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
221
121
|
|
|
222
|
-
|
|
223
122
|
### Bug Fixes
|
|
224
123
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
124
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
230
125
|
|
|
231
126
|
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
232
127
|
|
|
233
128
|
**Note:** Version bump only for package @feathersjs/errors
|
|
234
129
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
130
|
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
240
131
|
|
|
241
132
|
**Note:** Version bump only for package @feathersjs/errors
|
|
242
133
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
134
|
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
248
135
|
|
|
249
|
-
|
|
250
136
|
### Bug Fixes
|
|
251
137
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
138
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
257
139
|
|
|
258
140
|
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
259
141
|
|
|
260
|
-
|
|
261
|
-
|
|
262
142
|
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
263
143
|
|
|
264
|
-
|
|
265
144
|
### Bug Fixes
|
|
266
145
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
146
|
+
- **errors:** Format package.json with spaces ([cbd31c1](https://github.com/feathersjs/feathers/commit/cbd31c10c2c574de63d6ca5e55dbfb73a5fdd758))
|
|
272
147
|
|
|
273
148
|
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
274
149
|
|
|
275
150
|
### Bug Fixes
|
|
276
151
|
|
|
277
|
-
|
|
278
|
-
|
|
152
|
+
- **errors:** Format package.json with spaces ([cbd31c1](https://github.com/feathersjs/feathers/commit/cbd31c10c2c574de63d6ca5e55dbfb73a5fdd758))
|
|
153
|
+
- **typescript:** Fix `data` property definition in @feathersjs/errors ([#2018](https://github.com/feathersjs/feathers/issues/2018)) ([ef1398c](https://github.com/feathersjs/feathers/commit/ef1398cd5b19efa50929e8c9511ca5684a18997f))
|
|
279
154
|
|
|
280
155
|
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
281
156
|
|
|
@@ -285,336 +160,192 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
285
160
|
|
|
286
161
|
**Note:** Version bump only for package @feathersjs/errors
|
|
287
162
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
163
|
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
293
164
|
|
|
294
165
|
**Note:** Version bump only for package @feathersjs/errors
|
|
295
166
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
167
|
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
301
168
|
|
|
302
169
|
**Note:** Version bump only for package @feathersjs/errors
|
|
303
170
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
171
|
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
309
172
|
|
|
310
173
|
**Note:** Version bump only for package @feathersjs/errors
|
|
311
174
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
175
|
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
317
176
|
|
|
318
177
|
**Note:** Version bump only for package @feathersjs/errors
|
|
319
178
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
179
|
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
325
180
|
|
|
326
|
-
|
|
327
181
|
### Bug Fixes
|
|
328
182
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
183
|
+
- **errors:** Add 410 Gone to errors ([#1849](https://github.com/feathersjs/feathers/issues/1849)) ([6801428](https://github.com/feathersjs/feathers/commit/6801428f8fd17dbfebcdb6f1b0cd01433a4033dc))
|
|
334
184
|
|
|
335
185
|
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
336
186
|
|
|
337
187
|
**Note:** Version bump only for package @feathersjs/errors
|
|
338
188
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
189
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
344
190
|
|
|
345
191
|
**Note:** Version bump only for package @feathersjs/errors
|
|
346
192
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
193
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
352
194
|
|
|
353
195
|
**Note:** Version bump only for package @feathersjs/errors
|
|
354
196
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
197
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
360
198
|
|
|
361
199
|
**Note:** Version bump only for package @feathersjs/errors
|
|
362
200
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
201
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
368
202
|
|
|
369
203
|
**Note:** Version bump only for package @feathersjs/errors
|
|
370
204
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
205
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
376
206
|
|
|
377
207
|
**Note:** Version bump only for package @feathersjs/errors
|
|
378
208
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
209
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
384
210
|
|
|
385
211
|
**Note:** Version bump only for package @feathersjs/errors
|
|
386
212
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
213
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
392
214
|
|
|
393
215
|
**Note:** Version bump only for package @feathersjs/errors
|
|
394
216
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
217
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
400
218
|
|
|
401
|
-
|
|
402
219
|
### Bug Fixes
|
|
403
220
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
221
|
+
- Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
|
|
409
222
|
|
|
410
223
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
411
224
|
|
|
412
225
|
**Note:** Version bump only for package @feathersjs/errors
|
|
413
226
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
227
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
419
228
|
|
|
420
229
|
**Note:** Version bump only for package @feathersjs/errors
|
|
421
230
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
231
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
427
232
|
|
|
428
233
|
**Note:** Version bump only for package @feathersjs/errors
|
|
429
234
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
235
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
435
236
|
|
|
436
237
|
**Note:** Version bump only for package @feathersjs/errors
|
|
437
238
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
239
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
443
240
|
|
|
444
241
|
**Note:** Version bump only for package @feathersjs/errors
|
|
445
242
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
243
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
451
244
|
|
|
452
245
|
**Note:** Version bump only for package @feathersjs/errors
|
|
453
246
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
247
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
459
248
|
|
|
460
249
|
**Note:** Version bump only for package @feathersjs/errors
|
|
461
250
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
251
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
467
252
|
|
|
468
253
|
**Note:** Version bump only for package @feathersjs/errors
|
|
469
254
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
255
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
475
256
|
|
|
476
257
|
**Note:** Version bump only for package @feathersjs/errors
|
|
477
258
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
259
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
483
260
|
|
|
484
261
|
**Note:** Version bump only for package @feathersjs/errors
|
|
485
262
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
263
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
491
264
|
|
|
492
265
|
**Note:** Version bump only for package @feathersjs/errors
|
|
493
266
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
267
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
499
268
|
|
|
500
269
|
**Note:** Version bump only for package @feathersjs/errors
|
|
501
270
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
271
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
507
272
|
|
|
508
|
-
|
|
509
273
|
### Bug Fixes
|
|
510
274
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
275
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
516
276
|
|
|
517
277
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
518
278
|
|
|
519
|
-
|
|
520
279
|
### Bug Fixes
|
|
521
280
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
281
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
527
282
|
|
|
528
283
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
529
284
|
|
|
530
|
-
|
|
531
285
|
### Bug Fixes
|
|
532
286
|
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
287
|
+
- Do not log as errors below a 500 response ([#1256](https://github.com/feathersjs/feathers/issues/1256)) ([33fd0e4](https://github.com/feathersjs/feathers/commit/33fd0e4))
|
|
538
288
|
|
|
539
289
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
540
290
|
|
|
541
|
-
|
|
542
291
|
### Bug Fixes
|
|
543
292
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
293
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
294
|
+
- Update 401.html ([#983](https://github.com/feathersjs/feathers/issues/983)) ([cec6bae](https://github.com/feathersjs/feathers/commit/cec6bae))
|
|
295
|
+
- Update 404.html ([#984](https://github.com/feathersjs/feathers/issues/984)) ([72132d1](https://github.com/feathersjs/feathers/commit/72132d1))
|
|
296
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
297
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
298
|
+
- **compile-task:** on windows machine ([#60](https://github.com/feathersjs/feathers/issues/60)) ([617e0a4](https://github.com/feathersjs/feathers/commit/617e0a4))
|
|
299
|
+
- **package:** update debug to version 3.0.0 ([#86](https://github.com/feathersjs/feathers/issues/86)) ([fd1bb6b](https://github.com/feathersjs/feathers/commit/fd1bb6b))
|
|
552
300
|
|
|
553
301
|
### Features
|
|
554
302
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
303
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
304
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
561
305
|
|
|
562
306
|
## [3.3.6](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.5...@feathersjs/errors@3.3.6) (2019-01-02)
|
|
563
307
|
|
|
564
|
-
|
|
565
308
|
### Bug Fixes
|
|
566
309
|
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
310
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
572
311
|
|
|
573
312
|
<a name="3.3.5"></a>
|
|
574
|
-
## [3.3.5](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.4...@feathersjs/errors@3.3.5) (2018-12-16)
|
|
575
313
|
|
|
314
|
+
## [3.3.5](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.4...@feathersjs/errors@3.3.5) (2018-12-16)
|
|
576
315
|
|
|
577
316
|
### Bug Fixes
|
|
578
317
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
318
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
584
319
|
|
|
585
320
|
<a name="3.3.4"></a>
|
|
321
|
+
|
|
586
322
|
## [3.3.4](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.3...@feathersjs/errors@3.3.4) (2018-09-21)
|
|
587
323
|
|
|
588
324
|
**Note:** Version bump only for package @feathersjs/errors
|
|
589
325
|
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
326
|
<a name="3.3.3"></a>
|
|
595
|
-
## [3.3.3](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.2...@feathersjs/errors@3.3.3) (2018-09-17)
|
|
596
327
|
|
|
328
|
+
## [3.3.3](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.2...@feathersjs/errors@3.3.3) (2018-09-17)
|
|
597
329
|
|
|
598
330
|
### Bug Fixes
|
|
599
331
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
332
|
+
- Update 401.html ([#983](https://github.com/feathersjs/feathers/issues/983)) ([cec6bae](https://github.com/feathersjs/feathers/commit/cec6bae))
|
|
333
|
+
- Update 404.html ([#984](https://github.com/feathersjs/feathers/issues/984)) ([72132d1](https://github.com/feathersjs/feathers/commit/72132d1))
|
|
606
334
|
|
|
607
335
|
<a name="3.3.2"></a>
|
|
336
|
+
|
|
608
337
|
## [3.3.2](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.1...@feathersjs/errors@3.3.2) (2018-09-02)
|
|
609
338
|
|
|
610
339
|
**Note:** Version bump only for package @feathersjs/errors
|
|
611
340
|
|
|
612
341
|
<a name="3.3.1"></a>
|
|
342
|
+
|
|
613
343
|
## 3.3.1
|
|
614
344
|
|
|
615
345
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
616
346
|
|
|
617
347
|
## [v3.3.0](https://github.com/feathersjs/errors/tree/v3.3.0) (2018-02-12)
|
|
348
|
+
|
|
618
349
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.2...v3.3.0)
|
|
619
350
|
|
|
620
351
|
**Closed issues:**
|
|
@@ -627,6 +358,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
627
358
|
- Add req.url to notFound handler message [\#105](https://github.com/feathersjs/errors/pull/105) ([FreeLineTM](https://github.com/FreeLineTM))
|
|
628
359
|
|
|
629
360
|
## [v3.2.2](https://github.com/feathersjs/errors/tree/v3.2.2) (2018-01-23)
|
|
361
|
+
|
|
630
362
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.1...v3.2.2)
|
|
631
363
|
|
|
632
364
|
**Closed issues:**
|
|
@@ -642,6 +374,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
642
374
|
- fix installation declaration [\#99](https://github.com/feathersjs/errors/pull/99) ([jasonmacgowan](https://github.com/jasonmacgowan))
|
|
643
375
|
|
|
644
376
|
## [v3.2.1](https://github.com/feathersjs/errors/tree/v3.2.1) (2018-01-03)
|
|
377
|
+
|
|
645
378
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.0...v3.2.1)
|
|
646
379
|
|
|
647
380
|
**Closed issues:**
|
|
@@ -650,10 +383,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
650
383
|
|
|
651
384
|
**Merged pull requests:**
|
|
652
385
|
|
|
653
|
-
- Update readme to correspond with latest release
|
|
386
|
+
- Update readme to correspond with latest release [\#98](https://github.com/feathersjs/errors/pull/98) ([daffl](https://github.com/daffl))
|
|
654
387
|
- Update semistandard to the latest version 🚀 [\#97](https://github.com/feathersjs/errors/pull/97) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
655
388
|
|
|
656
389
|
## [v3.2.0](https://github.com/feathersjs/errors/tree/v3.2.0) (2017-11-19)
|
|
390
|
+
|
|
657
391
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.1.0...v3.2.0)
|
|
658
392
|
|
|
659
393
|
**Merged pull requests:**
|
|
@@ -661,6 +395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
661
395
|
- Allow ability to log middleware errors [\#95](https://github.com/feathersjs/errors/pull/95) ([daffl](https://github.com/daffl))
|
|
662
396
|
|
|
663
397
|
## [v3.1.0](https://github.com/feathersjs/errors/tree/v3.1.0) (2017-11-18)
|
|
398
|
+
|
|
664
399
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.0.0...v3.1.0)
|
|
665
400
|
|
|
666
401
|
**Closed issues:**
|
|
@@ -672,6 +407,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
672
407
|
- 91 allow mixed config [\#94](https://github.com/feathersjs/errors/pull/94) ([DesignByOnyx](https://github.com/DesignByOnyx))
|
|
673
408
|
|
|
674
409
|
## [v3.0.0](https://github.com/feathersjs/errors/tree/v3.0.0) (2017-11-01)
|
|
410
|
+
|
|
675
411
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.0.0-pre.1...v3.0.0)
|
|
676
412
|
|
|
677
413
|
**Merged pull requests:**
|
|
@@ -679,6 +415,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
679
415
|
- Update to Buzzard infrastructure [\#93](https://github.com/feathersjs/errors/pull/93) ([daffl](https://github.com/daffl))
|
|
680
416
|
|
|
681
417
|
## [v3.0.0-pre.1](https://github.com/feathersjs/errors/tree/v3.0.0-pre.1) (2017-10-21)
|
|
418
|
+
|
|
682
419
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.2...v3.0.0-pre.1)
|
|
683
420
|
|
|
684
421
|
**Closed issues:**
|
|
@@ -692,6 +429,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
692
429
|
- Update sinon to the latest version 🚀 [\#89](https://github.com/feathersjs/errors/pull/89) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
693
430
|
|
|
694
431
|
## [v2.9.2](https://github.com/feathersjs/errors/tree/v2.9.2) (2017-09-05)
|
|
432
|
+
|
|
695
433
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.1...v2.9.2)
|
|
696
434
|
|
|
697
435
|
**Closed issues:**
|
|
@@ -705,6 +443,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
705
443
|
- Update sinon to the latest version 🚀 [\#84](https://github.com/feathersjs/errors/pull/84) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
706
444
|
|
|
707
445
|
## [v2.9.1](https://github.com/feathersjs/errors/tree/v2.9.1) (2017-07-21)
|
|
446
|
+
|
|
708
447
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.0...v2.9.1)
|
|
709
448
|
|
|
710
449
|
**Merged pull requests:**
|
|
@@ -712,6 +451,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
712
451
|
- Add back default error message [\#83](https://github.com/feathersjs/errors/pull/83) ([daffl](https://github.com/daffl))
|
|
713
452
|
|
|
714
453
|
## [v2.9.0](https://github.com/feathersjs/errors/tree/v2.9.0) (2017-07-20)
|
|
454
|
+
|
|
715
455
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.2...v2.9.0)
|
|
716
456
|
|
|
717
457
|
**Closed issues:**
|
|
@@ -724,6 +464,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
724
464
|
- Update chai to the latest version 🚀 [\#81](https://github.com/feathersjs/errors/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
725
465
|
|
|
726
466
|
## [v2.8.2](https://github.com/feathersjs/errors/tree/v2.8.2) (2017-07-05)
|
|
467
|
+
|
|
727
468
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.1...v2.8.2)
|
|
728
469
|
|
|
729
470
|
**Merged pull requests:**
|
|
@@ -732,6 +473,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
732
473
|
- Add more information to error debug [\#79](https://github.com/feathersjs/errors/pull/79) ([kamzil](https://github.com/kamzil))
|
|
733
474
|
|
|
734
475
|
## [v2.8.1](https://github.com/feathersjs/errors/tree/v2.8.1) (2017-05-30)
|
|
476
|
+
|
|
735
477
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.0...v2.8.1)
|
|
736
478
|
|
|
737
479
|
**Merged pull requests:**
|
|
@@ -739,6 +481,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
739
481
|
- Fix errors property being lost when cloning [\#76](https://github.com/feathersjs/errors/pull/76) ([0x6431346e](https://github.com/0x6431346e))
|
|
740
482
|
|
|
741
483
|
## [v2.8.0](https://github.com/feathersjs/errors/tree/v2.8.0) (2017-05-08)
|
|
484
|
+
|
|
742
485
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.7.1...v2.8.0)
|
|
743
486
|
|
|
744
487
|
**Closed issues:**
|
|
@@ -750,6 +493,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
750
493
|
- Allow data to be an array [\#75](https://github.com/feathersjs/errors/pull/75) ([0x6431346e](https://github.com/0x6431346e))
|
|
751
494
|
|
|
752
495
|
## [v2.7.1](https://github.com/feathersjs/errors/tree/v2.7.1) (2017-04-28)
|
|
496
|
+
|
|
753
497
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.7.0...v2.7.1)
|
|
754
498
|
|
|
755
499
|
**Closed issues:**
|
|
@@ -761,6 +505,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
761
505
|
- Define property toJSON because just assigning it throws an error in N… [\#74](https://github.com/feathersjs/errors/pull/74) ([daffl](https://github.com/daffl))
|
|
762
506
|
|
|
763
507
|
## [v2.7.0](https://github.com/feathersjs/errors/tree/v2.7.0) (2017-04-25)
|
|
508
|
+
|
|
764
509
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.3...v2.7.0)
|
|
765
510
|
|
|
766
511
|
**Merged pull requests:**
|
|
@@ -770,6 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
770
515
|
- Update dependencies to enable Greenkeeper 🌴 [\#71](https://github.com/feathersjs/errors/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
771
516
|
|
|
772
517
|
## [v2.6.3](https://github.com/feathersjs/errors/tree/v2.6.3) (2017-04-08)
|
|
518
|
+
|
|
773
519
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.2...v2.6.3)
|
|
774
520
|
|
|
775
521
|
**Closed issues:**
|
|
@@ -781,6 +527,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
781
527
|
- fix typescript definitions with noImplicitAny [\#69](https://github.com/feathersjs/errors/pull/69) ([JVirant](https://github.com/JVirant))
|
|
782
528
|
|
|
783
529
|
## [v2.6.2](https://github.com/feathersjs/errors/tree/v2.6.2) (2017-03-16)
|
|
530
|
+
|
|
784
531
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.1...v2.6.2)
|
|
785
532
|
|
|
786
533
|
**Closed issues:**
|
|
@@ -792,6 +539,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
792
539
|
- Fix declarations for index.d.ts [\#66](https://github.com/feathersjs/errors/pull/66) ([ghost](https://github.com/ghost))
|
|
793
540
|
|
|
794
541
|
## [v2.6.1](https://github.com/feathersjs/errors/tree/v2.6.1) (2017-03-06)
|
|
542
|
+
|
|
795
543
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.0...v2.6.1)
|
|
796
544
|
|
|
797
545
|
**Merged pull requests:**
|
|
@@ -799,6 +547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
799
547
|
- fix pull request \#62 [\#63](https://github.com/feathersjs/errors/pull/63) ([superbarne](https://github.com/superbarne))
|
|
800
548
|
|
|
801
549
|
## [v2.6.0](https://github.com/feathersjs/errors/tree/v2.6.0) (2017-03-04)
|
|
550
|
+
|
|
802
551
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.5.0...v2.6.0)
|
|
803
552
|
|
|
804
553
|
**Closed issues:**
|
|
@@ -812,6 +561,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
812
561
|
- Fix compile npm task on Windows [\#60](https://github.com/feathersjs/errors/pull/60) ([AbraaoAlves](https://github.com/AbraaoAlves))
|
|
813
562
|
|
|
814
563
|
## [v2.5.0](https://github.com/feathersjs/errors/tree/v2.5.0) (2016-11-04)
|
|
564
|
+
|
|
815
565
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.4.0...v2.5.0)
|
|
816
566
|
|
|
817
567
|
**Closed issues:**
|
|
@@ -827,6 +577,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
827
577
|
- Update mocha to version 3.0.0 🚀 [\#47](https://github.com/feathersjs/errors/pull/47) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
828
578
|
|
|
829
579
|
## [v2.4.0](https://github.com/feathersjs/errors/tree/v2.4.0) (2016-07-17)
|
|
580
|
+
|
|
830
581
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.3.0...v2.4.0)
|
|
831
582
|
|
|
832
583
|
**Merged pull requests:**
|
|
@@ -834,6 +585,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
585
|
- adding ability to get a feathers error by http status code [\#46](https://github.com/feathersjs/errors/pull/46) ([ekryski](https://github.com/ekryski))
|
|
835
586
|
|
|
836
587
|
## [v2.3.0](https://github.com/feathersjs/errors/tree/v2.3.0) (2016-07-10)
|
|
588
|
+
|
|
837
589
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.2.0...v2.3.0)
|
|
838
590
|
|
|
839
591
|
**Closed issues:**
|
|
@@ -845,6 +597,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
845
597
|
- Not found [\#45](https://github.com/feathersjs/errors/pull/45) ([ekryski](https://github.com/ekryski))
|
|
846
598
|
|
|
847
599
|
## [v2.2.0](https://github.com/feathersjs/errors/tree/v2.2.0) (2016-05-27)
|
|
600
|
+
|
|
848
601
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.1.0...v2.2.0)
|
|
849
602
|
|
|
850
603
|
**Closed issues:**
|
|
@@ -858,6 +611,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
858
611
|
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#41](https://github.com/feathersjs/errors/pull/41) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
859
612
|
|
|
860
613
|
## [v2.1.0](https://github.com/feathersjs/errors/tree/v2.1.0) (2016-04-03)
|
|
614
|
+
|
|
861
615
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.2...v2.1.0)
|
|
862
616
|
|
|
863
617
|
**Closed issues:**
|
|
@@ -870,6 +624,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
870
624
|
- Update all dependencies 🌴 [\#34](https://github.com/feathersjs/errors/pull/34) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
871
625
|
|
|
872
626
|
## [v2.0.2](https://github.com/feathersjs/errors/tree/v2.0.2) (2016-03-23)
|
|
627
|
+
|
|
873
628
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.1...v2.0.2)
|
|
874
629
|
|
|
875
630
|
**Closed issues:**
|
|
@@ -883,6 +638,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
883
638
|
- Fixed typo [\#30](https://github.com/feathersjs/errors/pull/30) ([kulakowka](https://github.com/kulakowka))
|
|
884
639
|
|
|
885
640
|
## [v2.0.1](https://github.com/feathersjs/errors/tree/v2.0.1) (2016-02-24)
|
|
641
|
+
|
|
886
642
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.0...v2.0.1)
|
|
887
643
|
|
|
888
644
|
**Closed issues:**
|
|
@@ -894,6 +650,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
894
650
|
- adding an explicit error type [\#28](https://github.com/feathersjs/errors/pull/28) ([ekryski](https://github.com/ekryski))
|
|
895
651
|
|
|
896
652
|
## [v2.0.0](https://github.com/feathersjs/errors/tree/v2.0.0) (2016-02-24)
|
|
653
|
+
|
|
897
654
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.4...v2.0.0)
|
|
898
655
|
|
|
899
656
|
**Merged pull requests:**
|
|
@@ -901,9 +658,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
901
658
|
- move error handler out of index [\#26](https://github.com/feathersjs/errors/pull/26) ([ekryski](https://github.com/ekryski))
|
|
902
659
|
|
|
903
660
|
## [v1.2.4](https://github.com/feathersjs/errors/tree/v1.2.4) (2016-02-24)
|
|
661
|
+
|
|
904
662
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.3...v1.2.4)
|
|
905
663
|
|
|
906
664
|
## [v1.2.3](https://github.com/feathersjs/errors/tree/v1.2.3) (2016-02-21)
|
|
665
|
+
|
|
907
666
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.2...v1.2.3)
|
|
908
667
|
|
|
909
668
|
**Merged pull requests:**
|
|
@@ -911,6 +670,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
911
670
|
- Adding default error page and make HTML formatting optional [\#25](https://github.com/feathersjs/errors/pull/25) ([daffl](https://github.com/daffl))
|
|
912
671
|
|
|
913
672
|
## [v1.2.2](https://github.com/feathersjs/errors/tree/v1.2.2) (2016-02-18)
|
|
673
|
+
|
|
914
674
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.1...v1.2.2)
|
|
915
675
|
|
|
916
676
|
**Closed issues:**
|
|
@@ -922,9 +682,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
922
682
|
- Make fully CommonJS compatible and add error middleware tests [\#23](https://github.com/feathersjs/errors/pull/23) ([daffl](https://github.com/daffl))
|
|
923
683
|
|
|
924
684
|
## [v1.2.1](https://github.com/feathersjs/errors/tree/v1.2.1) (2016-02-16)
|
|
685
|
+
|
|
925
686
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.0...v1.2.1)
|
|
926
687
|
|
|
927
688
|
## [v1.2.0](https://github.com/feathersjs/errors/tree/v1.2.0) (2016-02-15)
|
|
689
|
+
|
|
928
690
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.6...v1.2.0)
|
|
929
691
|
|
|
930
692
|
**Closed issues:**
|
|
@@ -936,18 +698,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
936
698
|
- adding error handler back [\#22](https://github.com/feathersjs/errors/pull/22) ([ekryski](https://github.com/ekryski))
|
|
937
699
|
|
|
938
700
|
## [v1.1.6](https://github.com/feathersjs/errors/tree/v1.1.6) (2016-01-12)
|
|
701
|
+
|
|
939
702
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.5...v1.1.6)
|
|
940
703
|
|
|
941
704
|
**Closed issues:**
|
|
942
705
|
|
|
943
706
|
- stacktraces are incorrect when used in an ES6 app [\#20](https://github.com/feathersjs/errors/issues/20)
|
|
944
707
|
- We shouldn't mutate the error object passed in. [\#19](https://github.com/feathersjs/errors/issues/19)
|
|
945
|
-
-
|
|
708
|
+
- only one instance of babel-polyfill is allowed [\#17](https://github.com/feathersjs/errors/issues/17)
|
|
946
709
|
|
|
947
710
|
## [v1.1.5](https://github.com/feathersjs/errors/tree/v1.1.5) (2015-12-18)
|
|
711
|
+
|
|
948
712
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.4...v1.1.5)
|
|
949
713
|
|
|
950
714
|
## [v1.1.4](https://github.com/feathersjs/errors/tree/v1.1.4) (2015-12-15)
|
|
715
|
+
|
|
951
716
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.3...v1.1.4)
|
|
952
717
|
|
|
953
718
|
**Closed issues:**
|
|
@@ -955,9 +720,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
955
720
|
- no method 'setPrototypeOf' in Node 0.10 [\#16](https://github.com/feathersjs/errors/issues/16)
|
|
956
721
|
|
|
957
722
|
## [v1.1.3](https://github.com/feathersjs/errors/tree/v1.1.3) (2015-12-15)
|
|
723
|
+
|
|
958
724
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.2...v1.1.3)
|
|
959
725
|
|
|
960
726
|
## [v1.1.2](https://github.com/feathersjs/errors/tree/v1.1.2) (2015-12-15)
|
|
727
|
+
|
|
961
728
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.1...v1.1.2)
|
|
962
729
|
|
|
963
730
|
**Closed issues:**
|
|
@@ -965,6 +732,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
965
732
|
- Passing errors as second argument [\#9](https://github.com/feathersjs/errors/issues/9)
|
|
966
733
|
|
|
967
734
|
## [v1.1.1](https://github.com/feathersjs/errors/tree/v1.1.1) (2015-12-14)
|
|
735
|
+
|
|
968
736
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.0...v1.1.1)
|
|
969
737
|
|
|
970
738
|
**Closed issues:**
|
|
@@ -976,9 +744,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
976
744
|
- Es6 class fix [\#15](https://github.com/feathersjs/errors/pull/15) ([ekryski](https://github.com/ekryski))
|
|
977
745
|
|
|
978
746
|
## [v1.1.0](https://github.com/feathersjs/errors/tree/v1.1.0) (2015-12-12)
|
|
747
|
+
|
|
979
748
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.0.0...v1.1.0)
|
|
980
749
|
|
|
981
750
|
## [v1.0.0](https://github.com/feathersjs/errors/tree/v1.0.0) (2015-12-12)
|
|
751
|
+
|
|
982
752
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.5...v1.0.0)
|
|
983
753
|
|
|
984
754
|
**Closed issues:**
|
|
@@ -993,21 +763,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
993
763
|
- complete rewrite. Closes \#11 and \#12. [\#13](https://github.com/feathersjs/errors/pull/13) ([ekryski](https://github.com/ekryski))
|
|
994
764
|
|
|
995
765
|
## [0.2.5](https://github.com/feathersjs/errors/tree/0.2.5) (2015-02-05)
|
|
766
|
+
|
|
996
767
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.4...0.2.5)
|
|
997
768
|
|
|
998
769
|
## [0.2.4](https://github.com/feathersjs/errors/tree/0.2.4) (2015-02-05)
|
|
770
|
+
|
|
999
771
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.3...0.2.4)
|
|
1000
772
|
|
|
1001
773
|
## [0.2.3](https://github.com/feathersjs/errors/tree/0.2.3) (2015-01-29)
|
|
774
|
+
|
|
1002
775
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.2...0.2.3)
|
|
1003
776
|
|
|
1004
777
|
## [0.2.2](https://github.com/feathersjs/errors/tree/0.2.2) (2015-01-29)
|
|
778
|
+
|
|
1005
779
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.1...0.2.2)
|
|
1006
780
|
|
|
1007
781
|
## [0.2.1](https://github.com/feathersjs/errors/tree/0.2.1) (2014-09-03)
|
|
782
|
+
|
|
1008
783
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.0...0.2.1)
|
|
1009
784
|
|
|
1010
785
|
## [0.2.0](https://github.com/feathersjs/errors/tree/0.2.0) (2014-07-17)
|
|
786
|
+
|
|
1011
787
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.7...0.2.0)
|
|
1012
788
|
|
|
1013
789
|
**Implemented enhancements:**
|
|
@@ -1015,15 +791,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1015
791
|
- Handle error objects with an 'errors' object [\#5](https://github.com/feathersjs/errors/issues/5)
|
|
1016
792
|
|
|
1017
793
|
## [0.1.7](https://github.com/feathersjs/errors/tree/0.1.7) (2014-07-06)
|
|
794
|
+
|
|
1018
795
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.6...0.1.7)
|
|
1019
796
|
|
|
1020
797
|
## [0.1.6](https://github.com/feathersjs/errors/tree/0.1.6) (2014-07-05)
|
|
798
|
+
|
|
1021
799
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.5...0.1.6)
|
|
1022
800
|
|
|
1023
801
|
## [0.1.5](https://github.com/feathersjs/errors/tree/0.1.5) (2014-06-13)
|
|
802
|
+
|
|
1024
803
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.4...0.1.5)
|
|
1025
804
|
|
|
1026
805
|
## [0.1.4](https://github.com/feathersjs/errors/tree/0.1.4) (2014-06-13)
|
|
806
|
+
|
|
1027
807
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.3...0.1.4)
|
|
1028
808
|
|
|
1029
809
|
**Closed issues:**
|
|
@@ -1035,6 +815,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1035
815
|
- Core compatible [\#4](https://github.com/feathersjs/errors/pull/4) ([ekryski](https://github.com/ekryski))
|
|
1036
816
|
|
|
1037
817
|
## [0.1.3](https://github.com/feathersjs/errors/tree/0.1.3) (2014-06-09)
|
|
818
|
+
|
|
1038
819
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.2...0.1.3)
|
|
1039
820
|
|
|
1040
821
|
**Merged pull requests:**
|
|
@@ -1042,12 +823,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1042
823
|
- Adding a default error page [\#3](https://github.com/feathersjs/errors/pull/3) ([ekryski](https://github.com/ekryski))
|
|
1043
824
|
|
|
1044
825
|
## [0.1.2](https://github.com/feathersjs/errors/tree/0.1.2) (2014-06-05)
|
|
826
|
+
|
|
1045
827
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.1...0.1.2)
|
|
1046
828
|
|
|
1047
829
|
## [0.1.1](https://github.com/feathersjs/errors/tree/0.1.1) (2014-06-04)
|
|
830
|
+
|
|
1048
831
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v0.1.0...0.1.1)
|
|
1049
832
|
|
|
1050
833
|
## [v0.1.0](https://github.com/feathersjs/errors/tree/v0.1.0) (2014-06-04)
|
|
1051
834
|
|
|
1052
|
-
|
|
1053
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
835
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feathersjs/errors",
|
|
3
3
|
"description": "Common error types for Feathers apps",
|
|
4
|
-
"version": "5.0.0-pre.
|
|
4
|
+
"version": "5.0.0-pre.30",
|
|
5
5
|
"homepage": "https://feathersjs.com",
|
|
6
6
|
"main": "lib/",
|
|
7
7
|
"types": "lib/",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"prepublish": "npm run compile",
|
|
35
|
-
"pack": "npm pack --pack-destination ../cli/test",
|
|
35
|
+
"pack": "npm pack --pack-destination ../cli/test/build",
|
|
36
36
|
"compile": "shx rm -rf lib/ && tsc && npm run pack",
|
|
37
37
|
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
38
38
|
},
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"*.js"
|
|
50
50
|
],
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@feathersjs/feathers": "^5.0.0-pre.
|
|
53
|
-
"@types/mocha": "^
|
|
54
|
-
"@types/node": "^18.
|
|
52
|
+
"@feathersjs/feathers": "^5.0.0-pre.30",
|
|
53
|
+
"@types/mocha": "^10.0.0",
|
|
54
|
+
"@types/node": "^18.8.2",
|
|
55
55
|
"mocha": "^10.0.0",
|
|
56
56
|
"shx": "^0.3.4",
|
|
57
57
|
"ts-node": "^10.9.1",
|
|
58
|
-
"typescript": "^4.8.
|
|
58
|
+
"typescript": "^4.8.4"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b535c91197f4b997520e0a0e608793eeba791931"
|
|
61
61
|
}
|