@feathersjs/errors 5.0.0-pre.6 → 5.0.0
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 +181 -169
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -12
- package/lib/index.js.map +1 -1
- package/package.json +14 -12
- package/src/index.ts +104 -104
package/CHANGELOG.md
CHANGED
|
@@ -3,428 +3,389 @@
|
|
|
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
|
|
6
|
+
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @feathersjs/errors
|
|
9
9
|
|
|
10
|
+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
11
13
|
|
|
14
|
+
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
18
|
+
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @feathersjs/errors
|
|
17
21
|
|
|
22
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
18
23
|
|
|
24
|
+
### Features
|
|
19
25
|
|
|
26
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
20
27
|
|
|
21
|
-
|
|
22
|
-
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
28
|
+
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
23
29
|
|
|
24
30
|
**Note:** Version bump only for package @feathersjs/errors
|
|
25
31
|
|
|
32
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
26
33
|
|
|
34
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
27
35
|
|
|
36
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
28
37
|
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
29
39
|
|
|
30
|
-
# [5.0.0-pre.
|
|
31
|
-
|
|
40
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
32
41
|
|
|
33
42
|
### Bug Fixes
|
|
34
43
|
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
- **errors:** Allows to pass no error message ([#2794](https://github.com/feathersjs/feathers/issues/2794)) ([f3ddab6](https://github.com/feathersjs/feathers/commit/f3ddab637e269e67e852ffce07b060bab2b085c0))
|
|
37
45
|
|
|
46
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
38
47
|
|
|
48
|
+
### Features
|
|
39
49
|
|
|
50
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
40
51
|
|
|
41
|
-
# [5.0.0-pre.
|
|
52
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
42
53
|
|
|
43
54
|
**Note:** Version bump only for package @feathersjs/errors
|
|
44
55
|
|
|
56
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
45
57
|
|
|
58
|
+
### Bug Fixes
|
|
46
59
|
|
|
60
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
47
61
|
|
|
48
|
-
|
|
49
|
-
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
62
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
50
63
|
|
|
51
64
|
**Note:** Version bump only for package @feathersjs/errors
|
|
52
65
|
|
|
66
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
53
67
|
|
|
68
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
54
69
|
|
|
70
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
55
71
|
|
|
72
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
56
73
|
|
|
57
|
-
# [5.0.0-
|
|
58
|
-
|
|
74
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
59
75
|
|
|
60
|
-
|
|
76
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
61
77
|
|
|
62
|
-
|
|
78
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
63
79
|
|
|
80
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
64
81
|
|
|
82
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
65
83
|
|
|
84
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
66
85
|
|
|
86
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
67
87
|
|
|
68
|
-
|
|
88
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
69
89
|
|
|
90
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
70
91
|
|
|
92
|
+
### Bug Fixes
|
|
71
93
|
|
|
72
|
-
|
|
94
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
73
95
|
|
|
96
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
74
97
|
|
|
75
|
-
|
|
98
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
76
99
|
|
|
77
|
-
|
|
100
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
78
101
|
|
|
102
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
79
103
|
|
|
104
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
80
105
|
|
|
106
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
81
107
|
|
|
108
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
82
109
|
|
|
83
|
-
|
|
110
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
84
111
|
|
|
85
|
-
|
|
112
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
86
113
|
|
|
87
|
-
|
|
88
|
-
* **typescript:** Fix `data` property definition in @feathersjs/errors ([#2018](https://github.com/feathersjs/feathers/issues/2018)) ([ef1398c](https://github.com/feathersjs/feathers/commit/ef1398cd5b19efa50929e8c9511ca5684a18997f))
|
|
114
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
89
115
|
|
|
90
|
-
|
|
116
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
91
117
|
|
|
92
118
|
**Note:** Version bump only for package @feathersjs/errors
|
|
93
119
|
|
|
94
|
-
|
|
120
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
95
121
|
|
|
96
122
|
**Note:** Version bump only for package @feathersjs/errors
|
|
97
123
|
|
|
124
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
98
125
|
|
|
126
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
99
127
|
|
|
128
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
100
129
|
|
|
130
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
101
131
|
|
|
102
|
-
|
|
132
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
103
133
|
|
|
104
134
|
**Note:** Version bump only for package @feathersjs/errors
|
|
105
135
|
|
|
136
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
106
137
|
|
|
138
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
107
139
|
|
|
140
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
108
141
|
|
|
142
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
109
143
|
|
|
110
|
-
|
|
144
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
111
145
|
|
|
112
146
|
**Note:** Version bump only for package @feathersjs/errors
|
|
113
147
|
|
|
148
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
114
149
|
|
|
150
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
115
151
|
|
|
152
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
116
153
|
|
|
154
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
117
155
|
|
|
118
|
-
|
|
156
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
119
157
|
|
|
120
158
|
**Note:** Version bump only for package @feathersjs/errors
|
|
121
159
|
|
|
160
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
122
161
|
|
|
162
|
+
### Bug Fixes
|
|
123
163
|
|
|
164
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
124
165
|
|
|
125
|
-
|
|
126
|
-
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
166
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
127
167
|
|
|
128
168
|
**Note:** Version bump only for package @feathersjs/errors
|
|
129
169
|
|
|
170
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
130
173
|
|
|
174
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
131
175
|
|
|
176
|
+
### Bug Fixes
|
|
132
177
|
|
|
178
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
133
179
|
|
|
134
|
-
|
|
180
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
135
181
|
|
|
182
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
136
183
|
|
|
137
184
|
### Bug Fixes
|
|
138
185
|
|
|
139
|
-
|
|
140
|
-
|
|
186
|
+
- **errors:** Format package.json with spaces ([cbd31c1](https://github.com/feathersjs/feathers/commit/cbd31c10c2c574de63d6ca5e55dbfb73a5fdd758))
|
|
141
187
|
|
|
188
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
142
189
|
|
|
190
|
+
### Bug Fixes
|
|
143
191
|
|
|
192
|
+
- **errors:** Format package.json with spaces ([cbd31c1](https://github.com/feathersjs/feathers/commit/cbd31c10c2c574de63d6ca5e55dbfb73a5fdd758))
|
|
193
|
+
- **typescript:** Fix `data` property definition in @feathersjs/errors ([#2018](https://github.com/feathersjs/feathers/issues/2018)) ([ef1398c](https://github.com/feathersjs/feathers/commit/ef1398cd5b19efa50929e8c9511ca5684a18997f))
|
|
144
194
|
|
|
145
|
-
## [4.5.
|
|
195
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
146
196
|
|
|
147
197
|
**Note:** Version bump only for package @feathersjs/errors
|
|
148
198
|
|
|
199
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
149
200
|
|
|
201
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
150
202
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
203
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
154
204
|
|
|
155
205
|
**Note:** Version bump only for package @feathersjs/errors
|
|
156
206
|
|
|
207
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
157
208
|
|
|
209
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
158
210
|
|
|
211
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
159
212
|
|
|
213
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
160
214
|
|
|
161
|
-
|
|
215
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
162
216
|
|
|
163
217
|
**Note:** Version bump only for package @feathersjs/errors
|
|
164
218
|
|
|
219
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
165
220
|
|
|
221
|
+
### Bug Fixes
|
|
166
222
|
|
|
223
|
+
- **errors:** Add 410 Gone to errors ([#1849](https://github.com/feathersjs/feathers/issues/1849)) ([6801428](https://github.com/feathersjs/feathers/commit/6801428f8fd17dbfebcdb6f1b0cd01433a4033dc))
|
|
167
224
|
|
|
168
|
-
|
|
169
|
-
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
225
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
170
226
|
|
|
171
227
|
**Note:** Version bump only for package @feathersjs/errors
|
|
172
228
|
|
|
229
|
+
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
173
230
|
|
|
231
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
174
232
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
233
|
+
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
178
234
|
|
|
179
235
|
**Note:** Version bump only for package @feathersjs/errors
|
|
180
236
|
|
|
237
|
+
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
181
238
|
|
|
239
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
182
240
|
|
|
241
|
+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
183
242
|
|
|
243
|
+
**Note:** Version bump only for package @feathersjs/errors
|
|
184
244
|
|
|
185
245
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
186
246
|
|
|
187
247
|
**Note:** Version bump only for package @feathersjs/errors
|
|
188
248
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
249
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
194
250
|
|
|
195
251
|
**Note:** Version bump only for package @feathersjs/errors
|
|
196
252
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
253
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
202
254
|
|
|
203
255
|
**Note:** Version bump only for package @feathersjs/errors
|
|
204
256
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
257
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
210
258
|
|
|
211
|
-
|
|
212
259
|
### Bug Fixes
|
|
213
260
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
261
|
+
- Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
|
|
219
262
|
|
|
220
263
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
221
264
|
|
|
222
265
|
**Note:** Version bump only for package @feathersjs/errors
|
|
223
266
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
267
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
229
268
|
|
|
230
269
|
**Note:** Version bump only for package @feathersjs/errors
|
|
231
270
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
271
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
237
272
|
|
|
238
273
|
**Note:** Version bump only for package @feathersjs/errors
|
|
239
274
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
275
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
245
276
|
|
|
246
277
|
**Note:** Version bump only for package @feathersjs/errors
|
|
247
278
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
279
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
253
280
|
|
|
254
281
|
**Note:** Version bump only for package @feathersjs/errors
|
|
255
282
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
283
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
261
284
|
|
|
262
285
|
**Note:** Version bump only for package @feathersjs/errors
|
|
263
286
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
287
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
269
288
|
|
|
270
289
|
**Note:** Version bump only for package @feathersjs/errors
|
|
271
290
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
291
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
277
292
|
|
|
278
293
|
**Note:** Version bump only for package @feathersjs/errors
|
|
279
294
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
295
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
285
296
|
|
|
286
297
|
**Note:** Version bump only for package @feathersjs/errors
|
|
287
298
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
299
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
293
300
|
|
|
294
301
|
**Note:** Version bump only for package @feathersjs/errors
|
|
295
302
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
303
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
301
304
|
|
|
302
305
|
**Note:** Version bump only for package @feathersjs/errors
|
|
303
306
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
307
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
309
308
|
|
|
310
309
|
**Note:** Version bump only for package @feathersjs/errors
|
|
311
310
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
311
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
317
312
|
|
|
318
|
-
|
|
319
313
|
### Bug Fixes
|
|
320
314
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
315
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
326
316
|
|
|
327
317
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
328
318
|
|
|
329
|
-
|
|
330
319
|
### Bug Fixes
|
|
331
320
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
321
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
337
322
|
|
|
338
323
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
339
324
|
|
|
340
|
-
|
|
341
325
|
### Bug Fixes
|
|
342
326
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
327
|
+
- 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))
|
|
348
328
|
|
|
349
329
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
350
330
|
|
|
351
|
-
|
|
352
331
|
### Bug Fixes
|
|
353
332
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
333
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
334
|
+
- Update 401.html ([#983](https://github.com/feathersjs/feathers/issues/983)) ([cec6bae](https://github.com/feathersjs/feathers/commit/cec6bae))
|
|
335
|
+
- Update 404.html ([#984](https://github.com/feathersjs/feathers/issues/984)) ([72132d1](https://github.com/feathersjs/feathers/commit/72132d1))
|
|
336
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
337
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
338
|
+
- **compile-task:** on windows machine ([#60](https://github.com/feathersjs/feathers/issues/60)) ([617e0a4](https://github.com/feathersjs/feathers/commit/617e0a4))
|
|
339
|
+
- **package:** update debug to version 3.0.0 ([#86](https://github.com/feathersjs/feathers/issues/86)) ([fd1bb6b](https://github.com/feathersjs/feathers/commit/fd1bb6b))
|
|
362
340
|
|
|
363
341
|
### Features
|
|
364
342
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
343
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
344
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
371
345
|
|
|
372
346
|
## [3.3.6](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.5...@feathersjs/errors@3.3.6) (2019-01-02)
|
|
373
347
|
|
|
374
|
-
|
|
375
348
|
### Bug Fixes
|
|
376
349
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
350
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
382
351
|
|
|
383
352
|
<a name="3.3.5"></a>
|
|
384
|
-
## [3.3.5](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.4...@feathersjs/errors@3.3.5) (2018-12-16)
|
|
385
353
|
|
|
354
|
+
## [3.3.5](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.4...@feathersjs/errors@3.3.5) (2018-12-16)
|
|
386
355
|
|
|
387
356
|
### Bug Fixes
|
|
388
357
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
358
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
394
359
|
|
|
395
360
|
<a name="3.3.4"></a>
|
|
361
|
+
|
|
396
362
|
## [3.3.4](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.3...@feathersjs/errors@3.3.4) (2018-09-21)
|
|
397
363
|
|
|
398
364
|
**Note:** Version bump only for package @feathersjs/errors
|
|
399
365
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
366
|
<a name="3.3.3"></a>
|
|
405
|
-
## [3.3.3](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.2...@feathersjs/errors@3.3.3) (2018-09-17)
|
|
406
367
|
|
|
368
|
+
## [3.3.3](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.2...@feathersjs/errors@3.3.3) (2018-09-17)
|
|
407
369
|
|
|
408
370
|
### Bug Fixes
|
|
409
371
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
372
|
+
- Update 401.html ([#983](https://github.com/feathersjs/feathers/issues/983)) ([cec6bae](https://github.com/feathersjs/feathers/commit/cec6bae))
|
|
373
|
+
- Update 404.html ([#984](https://github.com/feathersjs/feathers/issues/984)) ([72132d1](https://github.com/feathersjs/feathers/commit/72132d1))
|
|
416
374
|
|
|
417
375
|
<a name="3.3.2"></a>
|
|
376
|
+
|
|
418
377
|
## [3.3.2](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.1...@feathersjs/errors@3.3.2) (2018-09-02)
|
|
419
378
|
|
|
420
379
|
**Note:** Version bump only for package @feathersjs/errors
|
|
421
380
|
|
|
422
381
|
<a name="3.3.1"></a>
|
|
382
|
+
|
|
423
383
|
## 3.3.1
|
|
424
384
|
|
|
425
385
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
426
386
|
|
|
427
387
|
## [v3.3.0](https://github.com/feathersjs/errors/tree/v3.3.0) (2018-02-12)
|
|
388
|
+
|
|
428
389
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.2...v3.3.0)
|
|
429
390
|
|
|
430
391
|
**Closed issues:**
|
|
@@ -437,6 +398,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
437
398
|
- Add req.url to notFound handler message [\#105](https://github.com/feathersjs/errors/pull/105) ([FreeLineTM](https://github.com/FreeLineTM))
|
|
438
399
|
|
|
439
400
|
## [v3.2.2](https://github.com/feathersjs/errors/tree/v3.2.2) (2018-01-23)
|
|
401
|
+
|
|
440
402
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.1...v3.2.2)
|
|
441
403
|
|
|
442
404
|
**Closed issues:**
|
|
@@ -452,6 +414,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
452
414
|
- fix installation declaration [\#99](https://github.com/feathersjs/errors/pull/99) ([jasonmacgowan](https://github.com/jasonmacgowan))
|
|
453
415
|
|
|
454
416
|
## [v3.2.1](https://github.com/feathersjs/errors/tree/v3.2.1) (2018-01-03)
|
|
417
|
+
|
|
455
418
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.0...v3.2.1)
|
|
456
419
|
|
|
457
420
|
**Closed issues:**
|
|
@@ -460,10 +423,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
460
423
|
|
|
461
424
|
**Merged pull requests:**
|
|
462
425
|
|
|
463
|
-
- Update readme to correspond with latest release
|
|
426
|
+
- Update readme to correspond with latest release [\#98](https://github.com/feathersjs/errors/pull/98) ([daffl](https://github.com/daffl))
|
|
464
427
|
- Update semistandard to the latest version 🚀 [\#97](https://github.com/feathersjs/errors/pull/97) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
465
428
|
|
|
466
429
|
## [v3.2.0](https://github.com/feathersjs/errors/tree/v3.2.0) (2017-11-19)
|
|
430
|
+
|
|
467
431
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.1.0...v3.2.0)
|
|
468
432
|
|
|
469
433
|
**Merged pull requests:**
|
|
@@ -471,6 +435,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
471
435
|
- Allow ability to log middleware errors [\#95](https://github.com/feathersjs/errors/pull/95) ([daffl](https://github.com/daffl))
|
|
472
436
|
|
|
473
437
|
## [v3.1.0](https://github.com/feathersjs/errors/tree/v3.1.0) (2017-11-18)
|
|
438
|
+
|
|
474
439
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.0.0...v3.1.0)
|
|
475
440
|
|
|
476
441
|
**Closed issues:**
|
|
@@ -482,6 +447,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
482
447
|
- 91 allow mixed config [\#94](https://github.com/feathersjs/errors/pull/94) ([DesignByOnyx](https://github.com/DesignByOnyx))
|
|
483
448
|
|
|
484
449
|
## [v3.0.0](https://github.com/feathersjs/errors/tree/v3.0.0) (2017-11-01)
|
|
450
|
+
|
|
485
451
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.0.0-pre.1...v3.0.0)
|
|
486
452
|
|
|
487
453
|
**Merged pull requests:**
|
|
@@ -489,6 +455,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
489
455
|
- Update to Buzzard infrastructure [\#93](https://github.com/feathersjs/errors/pull/93) ([daffl](https://github.com/daffl))
|
|
490
456
|
|
|
491
457
|
## [v3.0.0-pre.1](https://github.com/feathersjs/errors/tree/v3.0.0-pre.1) (2017-10-21)
|
|
458
|
+
|
|
492
459
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.2...v3.0.0-pre.1)
|
|
493
460
|
|
|
494
461
|
**Closed issues:**
|
|
@@ -502,6 +469,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
502
469
|
- Update sinon to the latest version 🚀 [\#89](https://github.com/feathersjs/errors/pull/89) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
503
470
|
|
|
504
471
|
## [v2.9.2](https://github.com/feathersjs/errors/tree/v2.9.2) (2017-09-05)
|
|
472
|
+
|
|
505
473
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.1...v2.9.2)
|
|
506
474
|
|
|
507
475
|
**Closed issues:**
|
|
@@ -515,6 +483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
515
483
|
- Update sinon to the latest version 🚀 [\#84](https://github.com/feathersjs/errors/pull/84) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
516
484
|
|
|
517
485
|
## [v2.9.1](https://github.com/feathersjs/errors/tree/v2.9.1) (2017-07-21)
|
|
486
|
+
|
|
518
487
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.9.0...v2.9.1)
|
|
519
488
|
|
|
520
489
|
**Merged pull requests:**
|
|
@@ -522,6 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
522
491
|
- Add back default error message [\#83](https://github.com/feathersjs/errors/pull/83) ([daffl](https://github.com/daffl))
|
|
523
492
|
|
|
524
493
|
## [v2.9.0](https://github.com/feathersjs/errors/tree/v2.9.0) (2017-07-20)
|
|
494
|
+
|
|
525
495
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.2...v2.9.0)
|
|
526
496
|
|
|
527
497
|
**Closed issues:**
|
|
@@ -534,6 +504,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
534
504
|
- Update chai to the latest version 🚀 [\#81](https://github.com/feathersjs/errors/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
535
505
|
|
|
536
506
|
## [v2.8.2](https://github.com/feathersjs/errors/tree/v2.8.2) (2017-07-05)
|
|
507
|
+
|
|
537
508
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.1...v2.8.2)
|
|
538
509
|
|
|
539
510
|
**Merged pull requests:**
|
|
@@ -542,6 +513,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
542
513
|
- Add more information to error debug [\#79](https://github.com/feathersjs/errors/pull/79) ([kamzil](https://github.com/kamzil))
|
|
543
514
|
|
|
544
515
|
## [v2.8.1](https://github.com/feathersjs/errors/tree/v2.8.1) (2017-05-30)
|
|
516
|
+
|
|
545
517
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.8.0...v2.8.1)
|
|
546
518
|
|
|
547
519
|
**Merged pull requests:**
|
|
@@ -549,6 +521,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
549
521
|
- Fix errors property being lost when cloning [\#76](https://github.com/feathersjs/errors/pull/76) ([0x6431346e](https://github.com/0x6431346e))
|
|
550
522
|
|
|
551
523
|
## [v2.8.0](https://github.com/feathersjs/errors/tree/v2.8.0) (2017-05-08)
|
|
524
|
+
|
|
552
525
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.7.1...v2.8.0)
|
|
553
526
|
|
|
554
527
|
**Closed issues:**
|
|
@@ -560,6 +533,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
560
533
|
- Allow data to be an array [\#75](https://github.com/feathersjs/errors/pull/75) ([0x6431346e](https://github.com/0x6431346e))
|
|
561
534
|
|
|
562
535
|
## [v2.7.1](https://github.com/feathersjs/errors/tree/v2.7.1) (2017-04-28)
|
|
536
|
+
|
|
563
537
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.7.0...v2.7.1)
|
|
564
538
|
|
|
565
539
|
**Closed issues:**
|
|
@@ -571,6 +545,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
571
545
|
- 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))
|
|
572
546
|
|
|
573
547
|
## [v2.7.0](https://github.com/feathersjs/errors/tree/v2.7.0) (2017-04-25)
|
|
548
|
+
|
|
574
549
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.3...v2.7.0)
|
|
575
550
|
|
|
576
551
|
**Merged pull requests:**
|
|
@@ -580,6 +555,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
580
555
|
- Update dependencies to enable Greenkeeper 🌴 [\#71](https://github.com/feathersjs/errors/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
581
556
|
|
|
582
557
|
## [v2.6.3](https://github.com/feathersjs/errors/tree/v2.6.3) (2017-04-08)
|
|
558
|
+
|
|
583
559
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.2...v2.6.3)
|
|
584
560
|
|
|
585
561
|
**Closed issues:**
|
|
@@ -591,6 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
591
567
|
- fix typescript definitions with noImplicitAny [\#69](https://github.com/feathersjs/errors/pull/69) ([JVirant](https://github.com/JVirant))
|
|
592
568
|
|
|
593
569
|
## [v2.6.2](https://github.com/feathersjs/errors/tree/v2.6.2) (2017-03-16)
|
|
570
|
+
|
|
594
571
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.1...v2.6.2)
|
|
595
572
|
|
|
596
573
|
**Closed issues:**
|
|
@@ -602,6 +579,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
602
579
|
- Fix declarations for index.d.ts [\#66](https://github.com/feathersjs/errors/pull/66) ([ghost](https://github.com/ghost))
|
|
603
580
|
|
|
604
581
|
## [v2.6.1](https://github.com/feathersjs/errors/tree/v2.6.1) (2017-03-06)
|
|
582
|
+
|
|
605
583
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.6.0...v2.6.1)
|
|
606
584
|
|
|
607
585
|
**Merged pull requests:**
|
|
@@ -609,6 +587,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
587
|
- fix pull request \#62 [\#63](https://github.com/feathersjs/errors/pull/63) ([superbarne](https://github.com/superbarne))
|
|
610
588
|
|
|
611
589
|
## [v2.6.0](https://github.com/feathersjs/errors/tree/v2.6.0) (2017-03-04)
|
|
590
|
+
|
|
612
591
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.5.0...v2.6.0)
|
|
613
592
|
|
|
614
593
|
**Closed issues:**
|
|
@@ -622,6 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
622
601
|
- Fix compile npm task on Windows [\#60](https://github.com/feathersjs/errors/pull/60) ([AbraaoAlves](https://github.com/AbraaoAlves))
|
|
623
602
|
|
|
624
603
|
## [v2.5.0](https://github.com/feathersjs/errors/tree/v2.5.0) (2016-11-04)
|
|
604
|
+
|
|
625
605
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.4.0...v2.5.0)
|
|
626
606
|
|
|
627
607
|
**Closed issues:**
|
|
@@ -637,6 +617,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
637
617
|
- Update mocha to version 3.0.0 🚀 [\#47](https://github.com/feathersjs/errors/pull/47) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
638
618
|
|
|
639
619
|
## [v2.4.0](https://github.com/feathersjs/errors/tree/v2.4.0) (2016-07-17)
|
|
620
|
+
|
|
640
621
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.3.0...v2.4.0)
|
|
641
622
|
|
|
642
623
|
**Merged pull requests:**
|
|
@@ -644,6 +625,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
644
625
|
- adding ability to get a feathers error by http status code [\#46](https://github.com/feathersjs/errors/pull/46) ([ekryski](https://github.com/ekryski))
|
|
645
626
|
|
|
646
627
|
## [v2.3.0](https://github.com/feathersjs/errors/tree/v2.3.0) (2016-07-10)
|
|
628
|
+
|
|
647
629
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.2.0...v2.3.0)
|
|
648
630
|
|
|
649
631
|
**Closed issues:**
|
|
@@ -655,6 +637,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
655
637
|
- Not found [\#45](https://github.com/feathersjs/errors/pull/45) ([ekryski](https://github.com/ekryski))
|
|
656
638
|
|
|
657
639
|
## [v2.2.0](https://github.com/feathersjs/errors/tree/v2.2.0) (2016-05-27)
|
|
640
|
+
|
|
658
641
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.1.0...v2.2.0)
|
|
659
642
|
|
|
660
643
|
**Closed issues:**
|
|
@@ -668,6 +651,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
668
651
|
- 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))
|
|
669
652
|
|
|
670
653
|
## [v2.1.0](https://github.com/feathersjs/errors/tree/v2.1.0) (2016-04-03)
|
|
654
|
+
|
|
671
655
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.2...v2.1.0)
|
|
672
656
|
|
|
673
657
|
**Closed issues:**
|
|
@@ -680,6 +664,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
680
664
|
- Update all dependencies 🌴 [\#34](https://github.com/feathersjs/errors/pull/34) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
681
665
|
|
|
682
666
|
## [v2.0.2](https://github.com/feathersjs/errors/tree/v2.0.2) (2016-03-23)
|
|
667
|
+
|
|
683
668
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.1...v2.0.2)
|
|
684
669
|
|
|
685
670
|
**Closed issues:**
|
|
@@ -693,6 +678,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
693
678
|
- Fixed typo [\#30](https://github.com/feathersjs/errors/pull/30) ([kulakowka](https://github.com/kulakowka))
|
|
694
679
|
|
|
695
680
|
## [v2.0.1](https://github.com/feathersjs/errors/tree/v2.0.1) (2016-02-24)
|
|
681
|
+
|
|
696
682
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v2.0.0...v2.0.1)
|
|
697
683
|
|
|
698
684
|
**Closed issues:**
|
|
@@ -704,6 +690,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
704
690
|
- adding an explicit error type [\#28](https://github.com/feathersjs/errors/pull/28) ([ekryski](https://github.com/ekryski))
|
|
705
691
|
|
|
706
692
|
## [v2.0.0](https://github.com/feathersjs/errors/tree/v2.0.0) (2016-02-24)
|
|
693
|
+
|
|
707
694
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.4...v2.0.0)
|
|
708
695
|
|
|
709
696
|
**Merged pull requests:**
|
|
@@ -711,9 +698,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
711
698
|
- move error handler out of index [\#26](https://github.com/feathersjs/errors/pull/26) ([ekryski](https://github.com/ekryski))
|
|
712
699
|
|
|
713
700
|
## [v1.2.4](https://github.com/feathersjs/errors/tree/v1.2.4) (2016-02-24)
|
|
701
|
+
|
|
714
702
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.3...v1.2.4)
|
|
715
703
|
|
|
716
704
|
## [v1.2.3](https://github.com/feathersjs/errors/tree/v1.2.3) (2016-02-21)
|
|
705
|
+
|
|
717
706
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.2...v1.2.3)
|
|
718
707
|
|
|
719
708
|
**Merged pull requests:**
|
|
@@ -721,6 +710,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
721
710
|
- Adding default error page and make HTML formatting optional [\#25](https://github.com/feathersjs/errors/pull/25) ([daffl](https://github.com/daffl))
|
|
722
711
|
|
|
723
712
|
## [v1.2.2](https://github.com/feathersjs/errors/tree/v1.2.2) (2016-02-18)
|
|
713
|
+
|
|
724
714
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.1...v1.2.2)
|
|
725
715
|
|
|
726
716
|
**Closed issues:**
|
|
@@ -732,9 +722,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
732
722
|
- Make fully CommonJS compatible and add error middleware tests [\#23](https://github.com/feathersjs/errors/pull/23) ([daffl](https://github.com/daffl))
|
|
733
723
|
|
|
734
724
|
## [v1.2.1](https://github.com/feathersjs/errors/tree/v1.2.1) (2016-02-16)
|
|
725
|
+
|
|
735
726
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.2.0...v1.2.1)
|
|
736
727
|
|
|
737
728
|
## [v1.2.0](https://github.com/feathersjs/errors/tree/v1.2.0) (2016-02-15)
|
|
729
|
+
|
|
738
730
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.6...v1.2.0)
|
|
739
731
|
|
|
740
732
|
**Closed issues:**
|
|
@@ -746,18 +738,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
746
738
|
- adding error handler back [\#22](https://github.com/feathersjs/errors/pull/22) ([ekryski](https://github.com/ekryski))
|
|
747
739
|
|
|
748
740
|
## [v1.1.6](https://github.com/feathersjs/errors/tree/v1.1.6) (2016-01-12)
|
|
741
|
+
|
|
749
742
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.5...v1.1.6)
|
|
750
743
|
|
|
751
744
|
**Closed issues:**
|
|
752
745
|
|
|
753
746
|
- stacktraces are incorrect when used in an ES6 app [\#20](https://github.com/feathersjs/errors/issues/20)
|
|
754
747
|
- We shouldn't mutate the error object passed in. [\#19](https://github.com/feathersjs/errors/issues/19)
|
|
755
|
-
-
|
|
748
|
+
- only one instance of babel-polyfill is allowed [\#17](https://github.com/feathersjs/errors/issues/17)
|
|
756
749
|
|
|
757
750
|
## [v1.1.5](https://github.com/feathersjs/errors/tree/v1.1.5) (2015-12-18)
|
|
751
|
+
|
|
758
752
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.4...v1.1.5)
|
|
759
753
|
|
|
760
754
|
## [v1.1.4](https://github.com/feathersjs/errors/tree/v1.1.4) (2015-12-15)
|
|
755
|
+
|
|
761
756
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.3...v1.1.4)
|
|
762
757
|
|
|
763
758
|
**Closed issues:**
|
|
@@ -765,9 +760,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
765
760
|
- no method 'setPrototypeOf' in Node 0.10 [\#16](https://github.com/feathersjs/errors/issues/16)
|
|
766
761
|
|
|
767
762
|
## [v1.1.3](https://github.com/feathersjs/errors/tree/v1.1.3) (2015-12-15)
|
|
763
|
+
|
|
768
764
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.2...v1.1.3)
|
|
769
765
|
|
|
770
766
|
## [v1.1.2](https://github.com/feathersjs/errors/tree/v1.1.2) (2015-12-15)
|
|
767
|
+
|
|
771
768
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.1...v1.1.2)
|
|
772
769
|
|
|
773
770
|
**Closed issues:**
|
|
@@ -775,6 +772,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
775
772
|
- Passing errors as second argument [\#9](https://github.com/feathersjs/errors/issues/9)
|
|
776
773
|
|
|
777
774
|
## [v1.1.1](https://github.com/feathersjs/errors/tree/v1.1.1) (2015-12-14)
|
|
775
|
+
|
|
778
776
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.1.0...v1.1.1)
|
|
779
777
|
|
|
780
778
|
**Closed issues:**
|
|
@@ -786,9 +784,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
786
784
|
- Es6 class fix [\#15](https://github.com/feathersjs/errors/pull/15) ([ekryski](https://github.com/ekryski))
|
|
787
785
|
|
|
788
786
|
## [v1.1.0](https://github.com/feathersjs/errors/tree/v1.1.0) (2015-12-12)
|
|
787
|
+
|
|
789
788
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v1.0.0...v1.1.0)
|
|
790
789
|
|
|
791
790
|
## [v1.0.0](https://github.com/feathersjs/errors/tree/v1.0.0) (2015-12-12)
|
|
791
|
+
|
|
792
792
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.5...v1.0.0)
|
|
793
793
|
|
|
794
794
|
**Closed issues:**
|
|
@@ -803,21 +803,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
803
803
|
- complete rewrite. Closes \#11 and \#12. [\#13](https://github.com/feathersjs/errors/pull/13) ([ekryski](https://github.com/ekryski))
|
|
804
804
|
|
|
805
805
|
## [0.2.5](https://github.com/feathersjs/errors/tree/0.2.5) (2015-02-05)
|
|
806
|
+
|
|
806
807
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.4...0.2.5)
|
|
807
808
|
|
|
808
809
|
## [0.2.4](https://github.com/feathersjs/errors/tree/0.2.4) (2015-02-05)
|
|
810
|
+
|
|
809
811
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.3...0.2.4)
|
|
810
812
|
|
|
811
813
|
## [0.2.3](https://github.com/feathersjs/errors/tree/0.2.3) (2015-01-29)
|
|
814
|
+
|
|
812
815
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.2...0.2.3)
|
|
813
816
|
|
|
814
817
|
## [0.2.2](https://github.com/feathersjs/errors/tree/0.2.2) (2015-01-29)
|
|
818
|
+
|
|
815
819
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.1...0.2.2)
|
|
816
820
|
|
|
817
821
|
## [0.2.1](https://github.com/feathersjs/errors/tree/0.2.1) (2014-09-03)
|
|
822
|
+
|
|
818
823
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.2.0...0.2.1)
|
|
819
824
|
|
|
820
825
|
## [0.2.0](https://github.com/feathersjs/errors/tree/0.2.0) (2014-07-17)
|
|
826
|
+
|
|
821
827
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.7...0.2.0)
|
|
822
828
|
|
|
823
829
|
**Implemented enhancements:**
|
|
@@ -825,15 +831,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
825
831
|
- Handle error objects with an 'errors' object [\#5](https://github.com/feathersjs/errors/issues/5)
|
|
826
832
|
|
|
827
833
|
## [0.1.7](https://github.com/feathersjs/errors/tree/0.1.7) (2014-07-06)
|
|
834
|
+
|
|
828
835
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.6...0.1.7)
|
|
829
836
|
|
|
830
837
|
## [0.1.6](https://github.com/feathersjs/errors/tree/0.1.6) (2014-07-05)
|
|
838
|
+
|
|
831
839
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.5...0.1.6)
|
|
832
840
|
|
|
833
841
|
## [0.1.5](https://github.com/feathersjs/errors/tree/0.1.5) (2014-06-13)
|
|
842
|
+
|
|
834
843
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.4...0.1.5)
|
|
835
844
|
|
|
836
845
|
## [0.1.4](https://github.com/feathersjs/errors/tree/0.1.4) (2014-06-13)
|
|
846
|
+
|
|
837
847
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.3...0.1.4)
|
|
838
848
|
|
|
839
849
|
**Closed issues:**
|
|
@@ -845,6 +855,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
845
855
|
- Core compatible [\#4](https://github.com/feathersjs/errors/pull/4) ([ekryski](https://github.com/ekryski))
|
|
846
856
|
|
|
847
857
|
## [0.1.3](https://github.com/feathersjs/errors/tree/0.1.3) (2014-06-09)
|
|
858
|
+
|
|
848
859
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.2...0.1.3)
|
|
849
860
|
|
|
850
861
|
**Merged pull requests:**
|
|
@@ -852,12 +863,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
852
863
|
- Adding a default error page [\#3](https://github.com/feathersjs/errors/pull/3) ([ekryski](https://github.com/ekryski))
|
|
853
864
|
|
|
854
865
|
## [0.1.2](https://github.com/feathersjs/errors/tree/0.1.2) (2014-06-05)
|
|
866
|
+
|
|
855
867
|
[Full Changelog](https://github.com/feathersjs/errors/compare/0.1.1...0.1.2)
|
|
856
868
|
|
|
857
869
|
## [0.1.1](https://github.com/feathersjs/errors/tree/0.1.1) (2014-06-04)
|
|
870
|
+
|
|
858
871
|
[Full Changelog](https://github.com/feathersjs/errors/compare/v0.1.0...0.1.1)
|
|
859
872
|
|
|
860
873
|
## [v0.1.0](https://github.com/feathersjs/errors/tree/v0.1.0) (2014-06-04)
|
|
861
874
|
|
|
862
|
-
|
|
863
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
875
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|