@feathersjs/feathers 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 CHANGED
@@ -3,746 +3,441 @@
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.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
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)
7
+
8
+ ### Bug Fixes
7
9
 
10
+ - **core:** Ensure setup and teardown can be overriden and maintain hook functionality ([#2779](https://github.com/feathersjs/feathers/issues/2779)) ([ab580cb](https://github.com/feathersjs/feathers/commit/ab580cbcaa68d19144d86798c13bf564f9d424a6))
8
11
 
9
12
  ### Features
10
13
 
11
- * **cli:** Adding ClientService to CLI ([#2750](https://github.com/feathersjs/feathers/issues/2750)) ([1d45427](https://github.com/feathersjs/feathers/commit/1d45427988521ac028755cbe128685fcdf34f636))
12
-
14
+ - **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
13
15
 
16
+ # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
14
17
 
18
+ ### Features
15
19
 
20
+ - **cli:** Adding ClientService to CLI ([#2750](https://github.com/feathersjs/feathers/issues/2750)) ([1d45427](https://github.com/feathersjs/feathers/commit/1d45427988521ac028755cbe128685fcdf34f636))
16
21
 
17
22
  # [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
18
23
 
19
-
20
24
  ### Bug Fixes
21
25
 
22
- * **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
23
- * **core:** Get hooks to work reliably with custom methods ([#2714](https://github.com/feathersjs/feathers/issues/2714)) ([8d7e04a](https://github.com/feathersjs/feathers/commit/8d7e04acd0f0e2af9f4c13efee652d296dd3bc51))
24
-
25
-
26
-
27
-
26
+ - **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
27
+ - **core:** Get hooks to work reliably with custom methods ([#2714](https://github.com/feathersjs/feathers/issues/2714)) ([8d7e04a](https://github.com/feathersjs/feathers/commit/8d7e04acd0f0e2af9f4c13efee652d296dd3bc51))
28
28
 
29
29
  # [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
30
30
 
31
31
  **Note:** Version bump only for package @feathersjs/feathers
32
32
 
33
-
34
-
35
-
36
-
37
33
  # [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
38
34
 
39
35
  **Note:** Version bump only for package @feathersjs/feathers
40
36
 
41
-
42
-
43
-
44
-
45
37
  # [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
46
38
 
47
39
  **Note:** Version bump only for package @feathersjs/feathers
48
40
 
49
-
50
-
51
-
52
-
53
41
  # [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
54
42
 
55
-
56
43
  ### Features
57
44
 
58
- * **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
59
- * **cli:** Add typed client to a generated app ([#2669](https://github.com/feathersjs/feathers/issues/2669)) ([5b801b5](https://github.com/feathersjs/feathers/commit/5b801b5017ddc3eaa95622b539f51d605916bc86))
60
-
61
-
62
-
63
-
45
+ - **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
46
+ - **cli:** Add typed client to a generated app ([#2669](https://github.com/feathersjs/feathers/issues/2669)) ([5b801b5](https://github.com/feathersjs/feathers/commit/5b801b5017ddc3eaa95622b539f51d605916bc86))
64
47
 
65
48
  # [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
66
49
 
67
-
68
50
  ### Features
69
51
 
70
- * **client:** Improve client side custom method support ([#2654](https://github.com/feathersjs/feathers/issues/2654)) ([c138acf](https://github.com/feathersjs/feathers/commit/c138acf50affbe6b66177d084d3c7a3e9220f09f))
71
- * **core:** Rename async hooks to around hooks, allow usual registration format ([#2652](https://github.com/feathersjs/feathers/issues/2652)) ([2a485a0](https://github.com/feathersjs/feathers/commit/2a485a07929184261f27437fc0fdfe5a44694834))
72
-
73
-
74
-
75
-
52
+ - **client:** Improve client side custom method support ([#2654](https://github.com/feathersjs/feathers/issues/2654)) ([c138acf](https://github.com/feathersjs/feathers/commit/c138acf50affbe6b66177d084d3c7a3e9220f09f))
53
+ - **core:** Rename async hooks to around hooks, allow usual registration format ([#2652](https://github.com/feathersjs/feathers/issues/2652)) ([2a485a0](https://github.com/feathersjs/feathers/commit/2a485a07929184261f27437fc0fdfe5a44694834))
76
54
 
77
55
  # [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
78
56
 
79
-
80
57
  ### Bug Fixes
81
58
 
82
- * **schema:** Allows resolveData with different resolvers based on method ([#2644](https://github.com/feathersjs/feathers/issues/2644)) ([be71fa2](https://github.com/feathersjs/feathers/commit/be71fa2fe260e05b7dcc0d5f439e33f2e9ec2434))
83
-
84
-
85
-
86
-
59
+ - **schema:** Allows resolveData with different resolvers based on method ([#2644](https://github.com/feathersjs/feathers/issues/2644)) ([be71fa2](https://github.com/feathersjs/feathers/commit/be71fa2fe260e05b7dcc0d5f439e33f2e9ec2434))
87
60
 
88
61
  # [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
89
62
 
90
-
91
63
  ### Bug Fixes
92
64
 
93
- * **core:** Do not throw missing method error for regular hook methods ([#2636](https://github.com/feathersjs/feathers/issues/2636)) ([afe9a3b](https://github.com/feathersjs/feathers/commit/afe9a3b3d49897eff045ee237ca2937a6b975291))
94
-
95
-
96
-
97
-
65
+ - **core:** Do not throw missing method error for regular hook methods ([#2636](https://github.com/feathersjs/feathers/issues/2636)) ([afe9a3b](https://github.com/feathersjs/feathers/commit/afe9a3b3d49897eff045ee237ca2937a6b975291))
98
66
 
99
67
  # [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
100
68
 
101
-
102
69
  ### Bug Fixes
103
70
 
104
- * **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
105
-
106
-
107
-
108
-
71
+ - **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
109
72
 
110
73
  # [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
111
74
 
112
-
113
75
  ### Features
114
76
 
115
- * **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
116
- * **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
117
-
118
-
119
-
120
-
77
+ - **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
78
+ - **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
121
79
 
122
80
  # [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
123
81
 
124
-
125
82
  ### Bug Fixes
126
83
 
127
- * **core:** Ensure that dynamically registered services are always set up ([#2593](https://github.com/feathersjs/feathers/issues/2593)) ([27cc7d0](https://github.com/feathersjs/feathers/commit/27cc7d08321861cd69e6b66e1fdfa43c50664820))
128
-
84
+ - **core:** Ensure that dynamically registered services are always set up ([#2593](https://github.com/feathersjs/feathers/issues/2593)) ([27cc7d0](https://github.com/feathersjs/feathers/commit/27cc7d08321861cd69e6b66e1fdfa43c50664820))
129
85
 
130
86
  ### Features
131
87
 
132
- * **authentication:** Add setup method for auth strategies ([#1611](https://github.com/feathersjs/feathers/issues/1611)) ([a3c3581](https://github.com/feathersjs/feathers/commit/a3c35814dccdbbf6de96f04f60b226ce206c6dbe))
133
- * **core:** Add app.setup and app.teardown hook support ([#2585](https://github.com/feathersjs/feathers/issues/2585)) ([ae4ebee](https://github.com/feathersjs/feathers/commit/ae4ebee5d39957651473007c4d3adb210160e040))
134
- * **core:** Add app.teardown functionality ([#2570](https://github.com/feathersjs/feathers/issues/2570)) ([fcdf524](https://github.com/feathersjs/feathers/commit/fcdf524ae1995bb59265d39f12e98b7794bed023))
135
- * **core:** Finalize app.teardown() functionality ([#2584](https://github.com/feathersjs/feathers/issues/2584)) ([1a166f3](https://github.com/feathersjs/feathers/commit/1a166f3ded811ecacf0ae8cb67880bc9fa2eeafa))
136
- * **transport-commons:** add `context.http.response` ([#2524](https://github.com/feathersjs/feathers/issues/2524)) ([5bc9d44](https://github.com/feathersjs/feathers/commit/5bc9d447043c2e2b742c73ed28ecf3b3264dd9e5))
137
-
138
-
139
-
140
-
88
+ - **authentication:** Add setup method for auth strategies ([#1611](https://github.com/feathersjs/feathers/issues/1611)) ([a3c3581](https://github.com/feathersjs/feathers/commit/a3c35814dccdbbf6de96f04f60b226ce206c6dbe))
89
+ - **core:** Add app.setup and app.teardown hook support ([#2585](https://github.com/feathersjs/feathers/issues/2585)) ([ae4ebee](https://github.com/feathersjs/feathers/commit/ae4ebee5d39957651473007c4d3adb210160e040))
90
+ - **core:** Add app.teardown functionality ([#2570](https://github.com/feathersjs/feathers/issues/2570)) ([fcdf524](https://github.com/feathersjs/feathers/commit/fcdf524ae1995bb59265d39f12e98b7794bed023))
91
+ - **core:** Finalize app.teardown() functionality ([#2584](https://github.com/feathersjs/feathers/issues/2584)) ([1a166f3](https://github.com/feathersjs/feathers/commit/1a166f3ded811ecacf0ae8cb67880bc9fa2eeafa))
92
+ - **transport-commons:** add `context.http.response` ([#2524](https://github.com/feathersjs/feathers/issues/2524)) ([5bc9d44](https://github.com/feathersjs/feathers/commit/5bc9d447043c2e2b742c73ed28ecf3b3264dd9e5))
141
93
 
142
94
  # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
143
95
 
144
96
  **Note:** Version bump only for package @feathersjs/feathers
145
97
 
146
-
147
-
148
-
149
-
150
98
  # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
151
99
 
152
-
153
100
  ### Features
154
101
 
155
- * **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
156
-
157
-
158
-
159
-
102
+ - **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
160
103
 
161
104
  # [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
162
105
 
163
-
164
106
  ### Bug Fixes
165
107
 
166
- * **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
167
-
108
+ - **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
168
109
 
169
110
  ### Features
170
111
 
171
- * **core:** add `context.http` and move `statusCode` there ([#2496](https://github.com/feathersjs/feathers/issues/2496)) ([b701bf7](https://github.com/feathersjs/feathers/commit/b701bf77fb83048aa1dffa492b3d77dd53f7b72b))
172
- * **core:** Improve legacy hooks integration ([08c8b40](https://github.com/feathersjs/feathers/commit/08c8b40999bf3889c61a4d4fad97a2c4f78bafc9))
173
- * **transport-commons:** Ability to register routes with custom params ([#2482](https://github.com/feathersjs/feathers/issues/2482)) ([497990a](https://github.com/feathersjs/feathers/commit/497990ae4a980e5a52a1f0f932db12cd0e6e254a))
174
-
175
-
176
-
177
-
112
+ - **core:** add `context.http` and move `statusCode` there ([#2496](https://github.com/feathersjs/feathers/issues/2496)) ([b701bf7](https://github.com/feathersjs/feathers/commit/b701bf77fb83048aa1dffa492b3d77dd53f7b72b))
113
+ - **core:** Improve legacy hooks integration ([08c8b40](https://github.com/feathersjs/feathers/commit/08c8b40999bf3889c61a4d4fad97a2c4f78bafc9))
114
+ - **transport-commons:** Ability to register routes with custom params ([#2482](https://github.com/feathersjs/feathers/issues/2482)) ([497990a](https://github.com/feathersjs/feathers/commit/497990ae4a980e5a52a1f0f932db12cd0e6e254a))
178
115
 
179
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)
180
117
 
181
118
  **Note:** Version bump only for package @feathersjs/feathers
182
119
 
183
-
184
-
185
-
186
-
187
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)
188
121
 
189
122
  **Note:** Version bump only for package @feathersjs/feathers
190
123
 
191
-
192
-
193
-
194
-
195
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)
196
125
 
197
126
  **Note:** Version bump only for package @feathersjs/feathers
198
127
 
199
-
200
-
201
-
202
-
203
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)
204
129
 
205
-
206
130
  ### Bug Fixes
207
131
 
208
- * **core:** Allow to return a new hook context in basic hooks ([#2462](https://github.com/feathersjs/feathers/issues/2462)) ([422b6fc](https://github.com/feathersjs/feathers/commit/422b6fc11cf9e42f4234f0823a0b06a4df50982d))
209
-
210
-
211
-
212
-
132
+ - **core:** Allow to return a new hook context in basic hooks ([#2462](https://github.com/feathersjs/feathers/issues/2462)) ([422b6fc](https://github.com/feathersjs/feathers/commit/422b6fc11cf9e42f4234f0823a0b06a4df50982d))
213
133
 
214
134
  # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
215
135
 
216
136
  **Note:** Version bump only for package @feathersjs/feathers
217
137
 
218
-
219
-
220
-
221
-
222
138
  # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
223
139
 
224
140
  **Note:** Version bump only for package @feathersjs/feathers
225
141
 
226
-
227
-
228
-
229
-
230
142
  # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
231
143
 
232
144
  **Note:** Version bump only for package @feathersjs/feathers
233
145
 
234
-
235
-
236
-
237
-
238
146
  # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
239
147
 
240
-
241
148
  ### Bug Fixes
242
149
 
243
- * **core:** Clean up readme ([eb3b4f2](https://github.com/feathersjs/feathers/commit/eb3b4f248c0816c92a2300cceed18a6f2518508a))
244
- * **core:** Set version back to development ([b328767](https://github.com/feathersjs/feathers/commit/b3287676cd773e164fd646ba4cffbf81983a9157))
245
-
246
-
247
-
248
-
150
+ - **core:** Clean up readme ([eb3b4f2](https://github.com/feathersjs/feathers/commit/eb3b4f248c0816c92a2300cceed18a6f2518508a))
151
+ - **core:** Set version back to development ([b328767](https://github.com/feathersjs/feathers/commit/b3287676cd773e164fd646ba4cffbf81983a9157))
249
152
 
250
153
  # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
251
154
 
252
155
  **Note:** Version bump only for package @feathersjs/feathers
253
156
 
254
-
255
-
256
-
257
-
258
157
  # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
259
158
 
260
-
261
159
  ### Bug Fixes
262
160
 
263
- * **core:** Add list of protected methods that can not be used for custom methods ([#2390](https://github.com/feathersjs/feathers/issues/2390)) ([6584a21](https://github.com/feathersjs/feathers/commit/6584a216e5a7d5f2a45822be6bfcb91c35cc2252))
264
-
265
-
266
-
267
-
161
+ - **core:** Add list of protected methods that can not be used for custom methods ([#2390](https://github.com/feathersjs/feathers/issues/2390)) ([6584a21](https://github.com/feathersjs/feathers/commit/6584a216e5a7d5f2a45822be6bfcb91c35cc2252))
268
162
 
269
163
  # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
270
164
 
271
-
272
165
  ### Bug Fixes
273
166
 
274
- * **typescript:** Move Paginated type back for better compatibility ([#2350](https://github.com/feathersjs/feathers/issues/2350)) ([2917d05](https://github.com/feathersjs/feathers/commit/2917d05fffb4716d3c4cdaa5ac6a1aee0972e8a6))
275
-
276
-
277
-
278
-
167
+ - **typescript:** Move Paginated type back for better compatibility ([#2350](https://github.com/feathersjs/feathers/issues/2350)) ([2917d05](https://github.com/feathersjs/feathers/commit/2917d05fffb4716d3c4cdaa5ac6a1aee0972e8a6))
279
168
 
280
169
  # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
281
170
 
282
-
283
171
  ### Bug Fixes
284
172
 
285
- * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
286
-
173
+ - **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
287
174
 
288
175
  ### Features
289
176
 
290
- * **deno:** Feathers core build for Deno ([#2299](https://github.com/feathersjs/feathers/issues/2299)) ([dece8fb](https://github.com/feathersjs/feathers/commit/dece8fbc0e7601f1505ce8bbb1e4e69cc26e8f98))
291
- * **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
292
-
293
-
294
-
295
-
177
+ - **deno:** Feathers core build for Deno ([#2299](https://github.com/feathersjs/feathers/issues/2299)) ([dece8fb](https://github.com/feathersjs/feathers/commit/dece8fbc0e7601f1505ce8bbb1e4e69cc26e8f98))
178
+ - **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
296
179
 
297
180
  # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
298
181
 
299
182
  **Note:** Version bump only for package @feathersjs/feathers
300
183
 
301
-
302
-
303
-
304
-
305
184
  # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
306
185
 
307
-
308
186
  ### Bug Fixes
309
187
 
310
- * **dependencies:** Fix transport-commons dependency and update other dependencies ([#2284](https://github.com/feathersjs/feathers/issues/2284)) ([05b03b2](https://github.com/feathersjs/feathers/commit/05b03b27b40604d956047e3021d8053c3a137616))
311
- * **feathers:** Always enable hooks on default service methods ([#2275](https://github.com/feathersjs/feathers/issues/2275)) ([827cc9b](https://github.com/feathersjs/feathers/commit/827cc9b752eecdaf63605d7dffd86f531b7e4af3))
312
-
313
-
314
-
315
-
188
+ - **dependencies:** Fix transport-commons dependency and update other dependencies ([#2284](https://github.com/feathersjs/feathers/issues/2284)) ([05b03b2](https://github.com/feathersjs/feathers/commit/05b03b27b40604d956047e3021d8053c3a137616))
189
+ - **feathers:** Always enable hooks on default service methods ([#2275](https://github.com/feathersjs/feathers/issues/2275)) ([827cc9b](https://github.com/feathersjs/feathers/commit/827cc9b752eecdaf63605d7dffd86f531b7e4af3))
316
190
 
317
191
  # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
318
192
 
319
-
320
193
  ### Bug Fixes
321
194
 
322
- * Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f))
323
- * Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
324
-
195
+ - Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f))
196
+ - Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
325
197
 
326
198
  ### Features
327
199
 
328
- * **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
329
- * Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
330
- * Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
331
- * **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
332
-
200
+ - **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
201
+ - Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
202
+ - Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
203
+ - **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
333
204
 
334
205
  ### BREAKING CHANGES
335
206
 
336
- * **core:** Services no longer extend Uberproto objects and
337
- `service.mixin()` is no longer available.
338
-
339
-
340
-
341
-
207
+ - **core:** Services no longer extend Uberproto objects and
208
+ `service.mixin()` is no longer available.
342
209
 
343
210
  # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
344
211
 
345
-
346
-
347
212
  # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
348
213
 
349
-
350
214
  ### Features
351
215
 
352
- * **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
353
- * **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
354
-
355
-
356
-
357
-
216
+ - **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
217
+ - **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
358
218
 
359
219
  # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
360
220
 
361
-
362
221
  ### Features
363
222
 
364
- * **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
365
- * **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
366
-
367
-
223
+ - **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
224
+ - **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
368
225
 
369
226
  ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
370
227
 
371
228
  **Note:** Version bump only for package @feathersjs/feathers
372
229
 
373
-
374
-
375
-
376
-
377
230
  ## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
378
231
 
379
-
380
232
  ### Bug Fixes
381
233
 
382
- * **typescript:** Add user property to the Params. ([#2090](https://github.com/feathersjs/feathers/issues/2090)) ([1e94265](https://github.com/feathersjs/feathers/commit/1e942651fbaaf07fc66c159225fbc992a0174bf4))
383
-
384
-
385
-
386
-
234
+ - **typescript:** Add user property to the Params. ([#2090](https://github.com/feathersjs/feathers/issues/2090)) ([1e94265](https://github.com/feathersjs/feathers/commit/1e942651fbaaf07fc66c159225fbc992a0174bf4))
387
235
 
388
236
  ## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
389
237
 
390
238
  **Note:** Version bump only for package @feathersjs/feathers
391
239
 
392
-
393
-
394
-
395
-
396
240
  ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
397
241
 
398
242
  **Note:** Version bump only for package @feathersjs/feathers
399
243
 
400
-
401
-
402
-
403
-
404
244
  ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
405
245
 
406
-
407
246
  ### Bug Fixes
408
247
 
409
- * **typescript:** Revert add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972))" ([#2025](https://github.com/feathersjs/feathers/issues/2025)) ([a9501ac](https://github.com/feathersjs/feathers/commit/a9501acb4d3ef58dfb87d62c57a9bf76569da281))
410
-
411
-
412
-
413
-
248
+ - **typescript:** Revert add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972))" ([#2025](https://github.com/feathersjs/feathers/issues/2025)) ([a9501ac](https://github.com/feathersjs/feathers/commit/a9501acb4d3ef58dfb87d62c57a9bf76569da281))
414
249
 
415
250
  ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
416
251
 
417
-
418
252
  ### Bug Fixes
419
253
 
420
- * **typescript:** add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972)) ([ef55af0](https://github.com/feathersjs/feathers/commit/ef55af088d05d9d36aba9d9f8d6c2c908a4f20dd))
421
-
422
-
423
-
424
-
254
+ - **typescript:** add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972)) ([ef55af0](https://github.com/feathersjs/feathers/commit/ef55af088d05d9d36aba9d9f8d6c2c908a4f20dd))
425
255
 
426
256
  ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
427
257
 
428
-
429
258
  ### Bug Fixes
430
259
 
431
- * **typescript:** Use stricter type for HookContext 'method' prop ([#1896](https://github.com/feathersjs/feathers/issues/1896)) ([24a41b7](https://github.com/feathersjs/feathers/commit/24a41b74486ddadccad18f3ae63afdac5bd373c7))
432
-
433
-
434
-
435
-
260
+ - **typescript:** Use stricter type for HookContext 'method' prop ([#1896](https://github.com/feathersjs/feathers/issues/1896)) ([24a41b7](https://github.com/feathersjs/feathers/commit/24a41b74486ddadccad18f3ae63afdac5bd373c7))
436
261
 
437
262
  ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
438
263
 
439
-
440
264
  ### Bug Fixes
441
265
 
442
- * **typescript:** Make HookMap and HookObject generics. ([#1815](https://github.com/feathersjs/feathers/issues/1815)) ([d10145d](https://github.com/feathersjs/feathers/commit/d10145d91a09aef7bce5af80805a3c0fa9d94f26))
443
-
444
-
445
-
446
-
266
+ - **typescript:** Make HookMap and HookObject generics. ([#1815](https://github.com/feathersjs/feathers/issues/1815)) ([d10145d](https://github.com/feathersjs/feathers/commit/d10145d91a09aef7bce5af80805a3c0fa9d94f26))
447
267
 
448
268
  ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
449
269
 
450
270
  **Note:** Version bump only for package @feathersjs/feathers
451
271
 
452
-
453
-
454
-
455
-
456
272
  # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
457
273
 
458
-
459
274
  ### Bug Fixes
460
275
 
461
- * Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
462
-
463
-
464
-
465
-
276
+ - Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
466
277
 
467
278
  ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
468
279
 
469
280
  **Note:** Version bump only for package @feathersjs/feathers
470
281
 
471
-
472
-
473
-
474
-
475
282
  ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
476
283
 
477
284
  **Note:** Version bump only for package @feathersjs/feathers
478
285
 
479
-
480
-
481
-
482
-
483
286
  # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
484
287
 
485
-
486
288
  ### Bug Fixes
487
289
 
488
- * **core:** Improve hook missing parameter message by adding the service name ([#1703](https://github.com/feathersjs/feathers/issues/1703)) ([2331c2a](https://github.com/feathersjs/feathers/commit/2331c2a3dd70d432db7d62a76ed805d359cbbba5))
489
- * **typescript:** Allow specific service typings for `Hook` and `HookContext` ([#1688](https://github.com/feathersjs/feathers/issues/1688)) ([f5d0ddd](https://github.com/feathersjs/feathers/commit/f5d0ddd9724bf5778355535d2103d59daaad6294))
490
-
491
-
492
-
493
-
290
+ - **core:** Improve hook missing parameter message by adding the service name ([#1703](https://github.com/feathersjs/feathers/issues/1703)) ([2331c2a](https://github.com/feathersjs/feathers/commit/2331c2a3dd70d432db7d62a76ed805d359cbbba5))
291
+ - **typescript:** Allow specific service typings for `Hook` and `HookContext` ([#1688](https://github.com/feathersjs/feathers/issues/1688)) ([f5d0ddd](https://github.com/feathersjs/feathers/commit/f5d0ddd9724bf5778355535d2103d59daaad6294))
494
292
 
495
293
  ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
496
294
 
497
295
  **Note:** Version bump only for package @feathersjs/feathers
498
296
 
499
-
500
-
501
-
502
-
503
297
  ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
504
298
 
505
299
  **Note:** Version bump only for package @feathersjs/feathers
506
300
 
507
-
508
-
509
-
510
-
511
301
  ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
512
302
 
513
-
514
303
  ### Bug Fixes
515
304
 
516
- * Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
517
-
518
-
519
-
520
-
305
+ - Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
521
306
 
522
307
  ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
523
308
 
524
-
525
309
  ### Bug Fixes
526
310
 
527
- * improve Service and AdapterService types ([#1567](https://github.com/feathersjs/feathers/issues/1567)) ([baad6a2](https://github.com/feathersjs/feathers/commit/baad6a26f0f543b712ccb40359b3933ad3a21392))
528
-
529
-
530
-
531
-
311
+ - improve Service and AdapterService types ([#1567](https://github.com/feathersjs/feathers/issues/1567)) ([baad6a2](https://github.com/feathersjs/feathers/commit/baad6a26f0f543b712ccb40359b3933ad3a21392))
532
312
 
533
313
  ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
534
314
 
535
-
536
315
  ### Bug Fixes
537
316
 
538
- * Reset version number after every publish ([#1596](https://github.com/feathersjs/feathers/issues/1596)) ([f24f82f](https://github.com/feathersjs/feathers/commit/f24f82f))
539
-
540
-
541
-
542
-
317
+ - Reset version number after every publish ([#1596](https://github.com/feathersjs/feathers/issues/1596)) ([f24f82f](https://github.com/feathersjs/feathers/commit/f24f82f))
543
318
 
544
319
  ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
545
320
 
546
-
547
321
  ### Bug Fixes
548
322
 
549
- * Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
550
-
551
-
552
-
553
-
323
+ - Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
554
324
 
555
325
  ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
556
326
 
557
327
  **Note:** Version bump only for package @feathersjs/feathers
558
328
 
559
-
560
-
561
-
562
-
563
329
  ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
564
330
 
565
331
  **Note:** Version bump only for package @feathersjs/feathers
566
332
 
567
-
568
-
569
-
570
-
571
333
  # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
572
334
 
573
335
  **Note:** Version bump only for package @feathersjs/feathers
574
336
 
575
-
576
-
577
-
578
-
579
337
  # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
580
338
 
581
339
  **Note:** Version bump only for package @feathersjs/feathers
582
340
 
583
-
584
-
585
-
586
-
587
341
  # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
588
342
 
589
343
  **Note:** Version bump only for package @feathersjs/feathers
590
344
 
591
-
592
-
593
-
594
-
595
345
  # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
596
346
 
597
-
598
347
  ### Bug Fixes
599
348
 
600
- * Improve Params typing ([#1474](https://github.com/feathersjs/feathers/issues/1474)) ([54a3aa7](https://github.com/feathersjs/feathers/commit/54a3aa7))
601
-
602
-
603
-
604
-
349
+ - Improve Params typing ([#1474](https://github.com/feathersjs/feathers/issues/1474)) ([54a3aa7](https://github.com/feathersjs/feathers/commit/54a3aa7))
605
350
 
606
351
  # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
607
352
 
608
353
  **Note:** Version bump only for package @feathersjs/feathers
609
354
 
610
-
611
-
612
-
613
-
614
355
  # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
615
356
 
616
357
  **Note:** Version bump only for package @feathersjs/feathers
617
358
 
618
-
619
-
620
-
621
-
622
359
  # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
623
360
 
624
-
625
361
  ### Bug Fixes
626
362
 
627
- * Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
628
- * Fix @feathersjs/feathers typings http import ([abbc07b](https://github.com/feathersjs/feathers/commit/abbc07b))
629
- * Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
630
-
631
-
632
-
633
-
363
+ - Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
364
+ - Fix @feathersjs/feathers typings http import ([abbc07b](https://github.com/feathersjs/feathers/commit/abbc07b))
365
+ - Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
634
366
 
635
367
  # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
636
368
 
637
-
638
369
  ### Bug Fixes
639
370
 
640
- * Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
641
- * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
642
-
643
-
644
-
645
-
371
+ - Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
372
+ - Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
646
373
 
647
374
  # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
648
375
 
649
-
650
376
  ### Bug Fixes
651
377
 
652
- * **typescript:** finally should be optional ([#1350](https://github.com/feathersjs/feathers/issues/1350)) ([f439a9e](https://github.com/feathersjs/feathers/commit/f439a9e))
653
- * Fix versioning tests. Closes [#1346](https://github.com/feathersjs/feathers/issues/1346) ([dd519f6](https://github.com/feathersjs/feathers/commit/dd519f6))
654
- * Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
655
-
656
-
657
-
658
-
378
+ - **typescript:** finally should be optional ([#1350](https://github.com/feathersjs/feathers/issues/1350)) ([f439a9e](https://github.com/feathersjs/feathers/commit/f439a9e))
379
+ - Fix versioning tests. Closes [#1346](https://github.com/feathersjs/feathers/issues/1346) ([dd519f6](https://github.com/feathersjs/feathers/commit/dd519f6))
380
+ - Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
659
381
 
660
382
  # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
661
383
 
662
-
663
384
  ### Bug Fixes
664
385
 
665
- * Update version number check ([53575c5](https://github.com/feathersjs/feathers/commit/53575c5))
666
- * Updated HooksObject typings ([#1300](https://github.com/feathersjs/feathers/issues/1300)) ([b28058c](https://github.com/feathersjs/feathers/commit/b28058c))
667
-
668
-
669
-
670
-
386
+ - Update version number check ([53575c5](https://github.com/feathersjs/feathers/commit/53575c5))
387
+ - Updated HooksObject typings ([#1300](https://github.com/feathersjs/feathers/issues/1300)) ([b28058c](https://github.com/feathersjs/feathers/commit/b28058c))
671
388
 
672
389
  # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
673
390
 
674
-
675
391
  ### Bug Fixes
676
392
 
677
- * Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
678
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
679
- * Normalize params to object even when it is falsy ([#1012](https://github.com/feathersjs/feathers/issues/1012)) ([af97818](https://github.com/feathersjs/feathers/commit/af97818))
680
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
681
- * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
682
-
393
+ - Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
394
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
395
+ - Normalize params to object even when it is falsy ([#1012](https://github.com/feathersjs/feathers/issues/1012)) ([af97818](https://github.com/feathersjs/feathers/commit/af97818))
396
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
397
+ - Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
683
398
 
684
399
  ### Features
685
400
 
686
- * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
687
- * Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
688
- * Allow to skip sending service events ([#1270](https://github.com/feathersjs/feathers/issues/1270)) ([b487bbd](https://github.com/feathersjs/feathers/commit/b487bbd))
689
- * Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
690
-
691
-
692
-
693
-
401
+ - Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
402
+ - Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
403
+ - Allow to skip sending service events ([#1270](https://github.com/feathersjs/feathers/issues/1270)) ([b487bbd](https://github.com/feathersjs/feathers/commit/b487bbd))
404
+ - Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
694
405
 
695
406
  ## [3.3.1](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.3.0...@feathersjs/feathers@3.3.1) (2019-01-02)
696
407
 
697
-
698
408
  ### Bug Fixes
699
409
 
700
- * Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
701
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
702
-
703
-
704
-
705
-
410
+ - Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
411
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
706
412
 
707
413
  <a name="3.3.0"></a>
708
- # [3.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.3...@feathersjs/feathers@3.3.0) (2018-12-16)
709
414
 
415
+ # [3.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.3...@feathersjs/feathers@3.3.0) (2018-12-16)
710
416
 
711
417
  ### Bug Fixes
712
418
 
713
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
714
-
419
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
715
420
 
716
421
  ### Features
717
422
 
718
- * Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
719
-
720
-
721
-
722
-
423
+ - Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
723
424
 
724
425
  <a name="3.2.3"></a>
725
- ## [3.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.2...@feathersjs/feathers@3.2.3) (2018-09-21)
726
426
 
427
+ ## [3.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.2...@feathersjs/feathers@3.2.3) (2018-09-21)
727
428
 
728
429
  ### Bug Fixes
729
430
 
730
- * Normalize params to object even when it is falsy ([#1012](https://github.com/feathersjs/feathers/issues/1012)) ([af97818](https://github.com/feathersjs/feathers/commit/af97818))
731
-
732
-
733
-
734
-
431
+ - Normalize params to object even when it is falsy ([#1012](https://github.com/feathersjs/feathers/issues/1012)) ([af97818](https://github.com/feathersjs/feathers/commit/af97818))
735
432
 
736
433
  <a name="3.2.2"></a>
434
+
737
435
  ## [3.2.2](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.1...@feathersjs/feathers@3.2.2) (2018-09-17)
738
436
 
739
437
  **Note:** Version bump only for package @feathersjs/feathers
740
438
 
741
-
742
-
743
-
744
-
745
439
  <a name="3.2.1"></a>
440
+
746
441
  ## [3.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.4...@feathersjs/feather@3.2.1) (2018-09-02)
747
442
 
748
443
  **Note:** Version bump only for package @feathersjs/express
@@ -750,6 +445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
750
445
  - Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
751
446
 
752
447
  ## [v3.2.0](https://github.com/feathersjs/feathers/tree/v3.2.0-pre.1) (2018-08-19)
448
+
753
449
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.7...v3.2.0-pre.1)
754
450
 
755
451
  **Merged pull requests:**
@@ -759,6 +455,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
759
455
  - Allow adding hooks to other service methods [\#924](https://github.com/feathersjs/feathers/pull/924) ([bertho-zero](https://github.com/bertho-zero))
760
456
 
761
457
  ## [v3.1.7](https://github.com/feathersjs/feathers/tree/v3.1.7) (2018-06-16)
458
+
762
459
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.6...v3.1.7)
763
460
 
764
461
  **Merged pull requests:**
@@ -766,6 +463,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
766
463
  - Update to latest Uberproto and other dependencies [\#889](https://github.com/feathersjs/feathers/pull/889) ([daffl](https://github.com/daffl))
767
464
 
768
465
  ## [v3.1.6](https://github.com/feathersjs/feathers/tree/v3.1.6) (2018-06-03)
466
+
769
467
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.5...v3.1.6)
770
468
 
771
469
  **Merged pull requests:**
@@ -776,6 +474,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
776
474
  - Add Greenkeeper badge 🌴 [\#867](https://github.com/feathersjs/feathers/pull/867) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
777
475
 
778
476
  ## [v3.1.5](https://github.com/feathersjs/feathers/tree/v3.1.5) (2018-05-04)
477
+
779
478
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.4...v3.1.5)
780
479
 
781
480
  **Merged pull requests:**
@@ -783,6 +482,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
783
482
  - Allow methods to return a null result [\#865](https://github.com/feathersjs/feathers/pull/865) ([bertho-zero](https://github.com/bertho-zero))
784
483
 
785
484
  ## [v3.1.4](https://github.com/feathersjs/feathers/tree/v3.1.4) (2018-03-26)
485
+
786
486
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.3...v3.1.4)
787
487
 
788
488
  **Merged pull requests:**
@@ -790,6 +490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
790
490
  - Make sure error hooks always have the original context information [\#842](https://github.com/feathersjs/feathers/pull/842) ([daffl](https://github.com/daffl))
791
491
 
792
492
  ## [v3.1.3](https://github.com/feathersjs/feathers/tree/v3.1.3) (2018-02-16)
493
+
793
494
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.2...v3.1.3)
794
495
 
795
496
  **Merged pull requests:**
@@ -797,6 +498,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
797
498
  - Update events to the latest version 🚀 [\#810](https://github.com/feathersjs/feathers/pull/810) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
798
499
 
799
500
  ## [v3.1.2](https://github.com/feathersjs/feathers/tree/v3.1.2) (2018-02-10)
501
+
800
502
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.1...v3.1.2)
801
503
 
802
504
  **Merged pull requests:**
@@ -804,6 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
804
506
  - Handle errors in error hooks properly [\#819](https://github.com/feathersjs/feathers/pull/819) ([daffl](https://github.com/daffl))
805
507
 
806
508
  ## [v3.1.1](https://github.com/feathersjs/feathers/tree/v3.1.1) (2018-02-08)
509
+
807
510
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.0...v3.1.1)
808
511
 
809
512
  **Merged pull requests:**
@@ -812,6 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
812
515
  - Add Russian Telegram community [\#814](https://github.com/feathersjs/feathers/pull/814) ([vodniciarv](https://github.com/vodniciarv))
813
516
 
814
517
  ## [v3.1.0](https://github.com/feathersjs/feathers/tree/v3.1.0) (2018-01-26)
518
+
815
519
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.5...v3.1.0)
816
520
 
817
521
  **Merged pull requests:**
@@ -820,6 +524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
820
524
  - Add ability to skip all following hooks [\#792](https://github.com/feathersjs/feathers/pull/792) ([sylvainlap](https://github.com/sylvainlap))
821
525
 
822
526
  ## [v3.0.5](https://github.com/feathersjs/feathers/tree/v3.0.5) (2018-01-04)
527
+
823
528
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.4...v3.0.5)
824
529
 
825
530
  **Merged pull requests:**
@@ -827,9 +532,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
827
532
  - Add backers & sponsors from Open Collective [\#504](https://github.com/feathersjs/feathers/pull/504) ([piamancini](https://github.com/piamancini))
828
533
 
829
534
  ## [v2.2.4](https://github.com/feathersjs/feathers/tree/v2.2.4) (2018-01-04)
535
+
830
536
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.4...v2.2.4)
831
537
 
832
538
  ## [v3.0.4](https://github.com/feathersjs/feathers/tree/v3.0.4) (2018-01-03)
539
+
833
540
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.3...v3.0.4)
834
541
 
835
542
  **Merged pull requests:**
@@ -837,6 +544,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
837
544
  - Update Readme to correspond with latest release [\#772](https://github.com/feathersjs/feathers/pull/772) ([daffl](https://github.com/daffl))
838
545
 
839
546
  ## [v3.0.3](https://github.com/feathersjs/feathers/tree/v3.0.3) (2018-01-02)
547
+
840
548
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.2...v3.0.3)
841
549
 
842
550
  **Merged pull requests:**
@@ -845,6 +553,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
845
553
  - Update semistandard to the latest version 🚀 [\#768](https://github.com/feathersjs/feathers/pull/768) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
846
554
 
847
555
  ## [v3.0.2](https://github.com/feathersjs/feathers/tree/v3.0.2) (2017-12-05)
556
+
848
557
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.1...v3.0.2)
849
558
 
850
559
  **Merged pull requests:**
@@ -852,6 +561,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
852
561
  - Updated to handle array emit for service results. [\#743](https://github.com/feathersjs/feathers/pull/743) ([superlazycoder](https://github.com/superlazycoder))
853
562
 
854
563
  ## [v3.0.1](https://github.com/feathersjs/feathers/tree/v3.0.1) (2017-11-16)
564
+
855
565
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0...v3.0.1)
856
566
 
857
567
  **Merged pull requests:**
@@ -863,6 +573,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
863
573
  - Rename expressify to express [\#719](https://github.com/feathersjs/feathers/pull/719) ([bertho-zero](https://github.com/bertho-zero))
864
574
 
865
575
  ## [v3.0.0](https://github.com/feathersjs/feathers/tree/v3.0.0) (2017-11-01)
576
+
866
577
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.3...v3.0.0)
867
578
 
868
579
  **Merged pull requests:**
@@ -871,6 +582,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
871
582
  - Feathers v3 core \(Buzzard\) [\#697](https://github.com/feathersjs/feathers/pull/697) ([daffl](https://github.com/daffl))
872
583
 
873
584
  ## [v3.0.0-pre.3](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.3) (2017-10-25)
585
+
874
586
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.2...v3.0.0-pre.3)
875
587
 
876
588
  **Merged pull requests:**
@@ -880,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
880
592
  - Add more inline documentation [\#703](https://github.com/feathersjs/feathers/pull/703) ([daffl](https://github.com/daffl))
881
593
 
882
594
  ## [v3.0.0-pre.2](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.2) (2017-10-20)
595
+
883
596
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.3...v3.0.0-pre.2)
884
597
 
885
598
  **Merged pull requests:**
@@ -888,6 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
888
601
  - Also pass app object as parameter to configure callbacks [\#698](https://github.com/feathersjs/feathers/pull/698) ([daffl](https://github.com/daffl))
889
602
 
890
603
  ## [v2.2.3](https://github.com/feathersjs/feathers/tree/v2.2.3) (2017-10-20)
604
+
891
605
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.2...v2.2.3)
892
606
 
893
607
  **Merged pull requests:**
@@ -899,6 +613,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
899
613
  - Update mocha to the latest version 🚀 [\#685](https://github.com/feathersjs/feathers/pull/685) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
900
614
 
901
615
  ## [v2.2.2](https://github.com/feathersjs/feathers/tree/v2.2.2) (2017-09-30)
616
+
902
617
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.1...v2.2.2)
903
618
 
904
619
  **Merged pull requests:**
@@ -906,6 +621,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
906
621
  - Update to latest secure dependencies [\#684](https://github.com/feathersjs/feathers/pull/684) ([daffl](https://github.com/daffl))
907
622
 
908
623
  ## [v2.2.1](https://github.com/feathersjs/feathers/tree/v2.2.1) (2017-09-25)
624
+
909
625
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.0...v2.2.1)
910
626
 
911
627
  **Merged pull requests:**
@@ -914,6 +630,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
914
630
  - Update readme.md [\#668](https://github.com/feathersjs/feathers/pull/668) ([damosse31](https://github.com/damosse31))
915
631
 
916
632
  ## [v2.2.0](https://github.com/feathersjs/feathers/tree/v2.2.0) (2017-09-01)
633
+
917
634
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.1...v2.2.0)
918
635
 
919
636
  **Merged pull requests:**
@@ -923,6 +640,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
923
640
  - Examples url is tinny \(broken\) [\#634](https://github.com/feathersjs/feathers/pull/634) ([rayfoss](https://github.com/rayfoss))
924
641
 
925
642
  ## [v3.0.0-pre.1](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.1) (2017-07-19)
643
+
926
644
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.7...v3.0.0-pre.1)
927
645
 
928
646
  **Merged pull requests:**
@@ -930,9 +648,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
930
648
  - Add a missing configure\(\) method in typescript definition [\#624](https://github.com/feathersjs/feathers/pull/624) ([jansel369](https://github.com/jansel369))
931
649
 
932
650
  ## [v2.1.7](https://github.com/feathersjs/feathers/tree/v2.1.7) (2017-07-16)
651
+
933
652
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.6...v2.1.7)
934
653
 
935
654
  ## [v2.1.6](https://github.com/feathersjs/feathers/tree/v2.1.6) (2017-07-16)
655
+
936
656
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.4...v2.1.6)
937
657
 
938
658
  **Merged pull requests:**
@@ -946,6 +666,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
946
666
  - Update index.d.ts [\#603](https://github.com/feathersjs/feathers/pull/603) ([j2L4e](https://github.com/j2L4e))
947
667
 
948
668
  ## [v2.1.4](https://github.com/feathersjs/feathers/tree/v2.1.4) (2017-06-26)
669
+
949
670
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.3...v2.1.4)
950
671
 
951
672
  **Merged pull requests:**
@@ -957,6 +678,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
957
678
  - Revert update to security links [\#590](https://github.com/feathersjs/feathers/pull/590) ([alaycock](https://github.com/alaycock))
958
679
 
959
680
  ## [v2.1.3](https://github.com/feathersjs/feathers/tree/v2.1.3) (2017-05-29)
681
+
960
682
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.2...v2.1.3)
961
683
 
962
684
  **Merged pull requests:**
@@ -965,6 +687,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
965
687
  - Update feathers-socketio to the latest version 🚀 [\#576](https://github.com/feathersjs/feathers/pull/576) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
966
688
 
967
689
  ## [v2.1.2](https://github.com/feathersjs/feathers/tree/v2.1.2) (2017-05-09)
690
+
968
691
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.1...v2.1.2)
969
692
 
970
693
  **Merged pull requests:**
@@ -975,6 +698,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
975
698
  - Fix pagination type definition. [\#527](https://github.com/feathersjs/feathers/pull/527) ([asdacap](https://github.com/asdacap))
976
699
 
977
700
  ## [v2.1.1](https://github.com/feathersjs/feathers/tree/v2.1.1) (2017-03-03)
701
+
978
702
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.0...v2.1.1)
979
703
 
980
704
  **Merged pull requests:**
@@ -982,6 +706,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
982
706
  - No Pagination in Typescript \#520 [\#522](https://github.com/feathersjs/feathers/pull/522) ([superbarne](https://github.com/superbarne))
983
707
 
984
708
  ## [v2.1.0](https://github.com/feathersjs/feathers/tree/v2.1.0) (2017-03-01)
709
+
985
710
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.3...v2.1.0)
986
711
 
987
712
  **Merged pull requests:**
@@ -991,6 +716,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
991
716
  - debug@2.4.0 breaks build 🚨 [\#476](https://github.com/feathersjs/feathers/pull/476) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
992
717
 
993
718
  ## [v2.0.3](https://github.com/feathersjs/feathers/tree/v2.0.3) (2016-12-10)
719
+
994
720
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.2...v2.0.3)
995
721
 
996
722
  **Merged pull requests:**
@@ -1006,6 +732,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1006
732
  - adding code coverage config, badges and LTS section [\#427](https://github.com/feathersjs/feathers/pull/427) ([ekryski](https://github.com/ekryski))
1007
733
 
1008
734
  ## [v2.0.2](https://github.com/feathersjs/feathers/tree/v2.0.2) (2016-09-15)
735
+
1009
736
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.1...v2.0.2)
1010
737
 
1011
738
  **Merged pull requests:**
@@ -1019,6 +746,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1019
746
  - Set rejectUnauthorized explicitly [\#321](https://github.com/feathersjs/feathers/pull/321) ([daffl](https://github.com/daffl))
1020
747
 
1021
748
  ## [v2.0.1](https://github.com/feathersjs/feathers/tree/v2.0.1) (2016-04-28)
749
+
1022
750
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0...v2.0.1)
1023
751
 
1024
752
  **Merged pull requests:**
@@ -1031,6 +759,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1031
759
  - New site [\#252](https://github.com/feathersjs/feathers/pull/252) ([ekryski](https://github.com/ekryski))
1032
760
 
1033
761
  ## [v2.0.0](https://github.com/feathersjs/feathers/tree/v2.0.0) (2016-02-22)
762
+
1034
763
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.4...v2.0.0)
1035
764
 
1036
765
  **Merged pull requests:**
@@ -1041,6 +770,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1041
770
  - Appending `nsp check` to test script. [\#205](https://github.com/feathersjs/feathers/pull/205) ([marshallswain](https://github.com/marshallswain))
1042
771
 
1043
772
  ## [v2.0.0-pre.4](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.4) (2016-01-16)
773
+
1044
774
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.3...v2.0.0-pre.4)
1045
775
 
1046
776
  **Merged pull requests:**
@@ -1048,6 +778,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1048
778
  - Fixing .npmignore entries [\#203](https://github.com/feathersjs/feathers/pull/203) ([corymsmith](https://github.com/corymsmith))
1049
779
 
1050
780
  ## [v2.0.0-pre.3](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.3) (2016-01-16)
781
+
1051
782
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.2...v2.0.0-pre.3)
1052
783
 
1053
784
  **Merged pull requests:**
@@ -1057,6 +788,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1057
788
  - Update feathers-commons to version 0.5.0 🚀 [\#198](https://github.com/feathersjs/feathers/pull/198) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
1058
789
 
1059
790
  ## [v2.0.0-pre.2](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.2) (2016-01-10)
791
+
1060
792
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.1...v2.0.0-pre.2)
1061
793
 
1062
794
  **Merged pull requests:**
@@ -1065,6 +797,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1065
797
  - Remove Lodash [\#192](https://github.com/feathersjs/feathers/pull/192) ([daffl](https://github.com/daffl))
1066
798
 
1067
799
  ## [v2.0.0-pre.1](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.1) (2016-01-05)
800
+
1068
801
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.3.0...v2.0.0-pre.1)
1069
802
 
1070
803
  **Merged pull requests:**
@@ -1072,9 +805,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1072
805
  - Migration to ES6 and API providers in separate modules [\#188](https://github.com/feathersjs/feathers/pull/188) ([daffl](https://github.com/daffl))
1073
806
 
1074
807
  ## [v1.3.0](https://github.com/feathersjs/feathers/tree/v1.3.0) (2015-12-16)
808
+
1075
809
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.2.1...v1.3.0)
1076
810
 
1077
811
  ## [v1.2.1](https://github.com/feathersjs/feathers/tree/v1.2.1) (2015-12-12)
812
+
1078
813
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.2.0...v1.2.1)
1079
814
 
1080
815
  **Merged pull requests:**
@@ -1084,6 +819,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1084
819
  - Adding tests to make sure that dispatcher context is set properly. [\#172](https://github.com/feathersjs/feathers/pull/172) ([daffl](https://github.com/daffl))
1085
820
 
1086
821
  ## [v1.2.0](https://github.com/feathersjs/feathers/tree/v1.2.0) (2015-11-07)
822
+
1087
823
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.1.1...v1.2.0)
1088
824
 
1089
825
  **Merged pull requests:**
@@ -1093,6 +829,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1093
829
  - Debug should be for socket.io instead of primus [\#147](https://github.com/feathersjs/feathers/pull/147) ([marshallswain](https://github.com/marshallswain))
1094
830
 
1095
831
  ## [v1.1.1](https://github.com/feathersjs/feathers/tree/v1.1.1) (2015-09-22)
832
+
1096
833
  [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.1.0...v1.1.1)
1097
834
 
1098
835
  **Merged pull requests:**
@@ -1100,6 +837,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1100
837
  - Fix 404 not being properly thrown by REST provider [\#146](https://github.com/feathersjs/feathers/pull/146) ([loris](https://github.com/loris))
1101
838
 
1102
839
  ## [v1.1.0](https://github.com/feathersjs/feathers/tree/v1.1.0) (2015-07-22)
840
+
1103
841
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.1.0-pre.0...v1.1.0)
1104
842
 
1105
843
  **Merged pull requests:**
@@ -1109,6 +847,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1109
847
  - Allow to register remote services [\#136](https://github.com/feathersjs/feathers/pull/136) ([daffl](https://github.com/daffl))
1110
848
 
1111
849
  ## [1.1.0-pre.0](https://github.com/feathersjs/feathers/tree/1.1.0-pre.0) (2015-04-10)
850
+
1112
851
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.2...1.1.0-pre.0)
1113
852
 
1114
853
  **Merged pull requests:**
@@ -1127,6 +866,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1127
866
  - Support for registering services dynamically [\#107](https://github.com/feathersjs/feathers/pull/107) ([marshallswain](https://github.com/marshallswain))
1128
867
 
1129
868
  ## [1.0.2](https://github.com/feathersjs/feathers/tree/1.0.2) (2015-02-04)
869
+
1130
870
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.1...1.0.2)
1131
871
 
1132
872
  **Merged pull requests:**
@@ -1135,6 +875,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1135
875
  - Make sure that mixins are specific to each new app [\#104](https://github.com/feathersjs/feathers/pull/104) ([daffl](https://github.com/daffl))
1136
876
 
1137
877
  ## [1.0.1](https://github.com/feathersjs/feathers/tree/1.0.1) (2014-12-31)
878
+
1138
879
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0...1.0.1)
1139
880
 
1140
881
  **Merged pull requests:**
@@ -1142,6 +883,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1142
883
  - Rename Uberproto .create to avoid conflicts with service method [\#100](https://github.com/feathersjs/feathers/pull/100) ([daffl](https://github.com/daffl))
1143
884
 
1144
885
  ## [1.0.0](https://github.com/feathersjs/feathers/tree/1.0.0) (2014-10-03)
886
+
1145
887
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0-pre.5...1.0.0)
1146
888
 
1147
889
  **Merged pull requests:**
@@ -1161,6 +903,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1161
903
  - Upgrade to Express 4 [\#55](https://github.com/feathersjs/feathers/pull/55) ([daffl](https://github.com/daffl))
1162
904
 
1163
905
  ## [1.0.0-pre.5](https://github.com/feathersjs/feathers/tree/1.0.0-pre.5) (2014-06-13)
906
+
1164
907
  [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0-pre.1...1.0.0-pre.5)
1165
908
 
1166
909
  **Merged pull requests:**
@@ -1168,9 +911,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1168
911
  - requiring feathers-errors in core [\#81](https://github.com/feathersjs/feathers/pull/81) ([ekryski](https://github.com/ekryski))
1169
912
 
1170
913
  ## [1.0.0-pre.1](https://github.com/feathersjs/feathers/tree/1.0.0-pre.1) (2014-06-04)
914
+
1171
915
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.4.0...1.0.0-pre.1)
1172
916
 
1173
917
  ## [0.4.0](https://github.com/feathersjs/feathers/tree/0.4.0) (2014-04-08)
918
+
1174
919
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.2...0.4.0)
1175
920
 
1176
921
  **Merged pull requests:**
@@ -1182,6 +927,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1182
927
  - Added patch support [\#47](https://github.com/feathersjs/feathers/pull/47) ([mlaug](https://github.com/mlaug))
1183
928
 
1184
929
  ## [0.3.2](https://github.com/feathersjs/feathers/tree/0.3.2) (2014-03-28)
930
+
1185
931
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.1...0.3.2)
1186
932
 
1187
933
  **Merged pull requests:**
@@ -1190,13 +936,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1190
936
  - Upgrading dependencies and switching to Lodash [\#42](https://github.com/feathersjs/feathers/pull/42) ([daffl](https://github.com/daffl))
1191
937
 
1192
938
  ## [0.3.1](https://github.com/feathersjs/feathers/tree/0.3.1) (2014-02-19)
939
+
1193
940
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.0...0.3.1)
1194
941
 
1195
942
  **Merged pull requests:**
1196
943
 
1197
- - Updating REST provider [\#35](https://github.com/feathersjs/feathers/pull/35) ([daffl](https://github.com/daffl))
944
+ - Updating REST provider [\#35](https://github.com/feathersjs/feathers/pull/35) ([daffl](https://github.com/daffl))
1198
945
 
1199
946
  ## [0.3.0](https://github.com/feathersjs/feathers/tree/0.3.0) (2014-01-06)
947
+
1200
948
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.2.0...0.3.0)
1201
949
 
1202
950
  **Merged pull requests:**
@@ -1206,6 +954,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1206
954
  - Remove middleware: connect.bodyParser\(\) [\#27](https://github.com/feathersjs/feathers/pull/27) ([sbruchmann](https://github.com/sbruchmann))
1207
955
 
1208
956
  ## [0.2.0](https://github.com/feathersjs/feathers/tree/0.2.0) (2013-09-27)
957
+
1209
958
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.1.0...0.2.0)
1210
959
 
1211
960
  **Merged pull requests:**
@@ -1214,12 +963,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1214
963
  - Allows setting service params in middleware [\#17](https://github.com/feathersjs/feathers/pull/17) ([daffl](https://github.com/daffl))
1215
964
 
1216
965
  ## [0.1.0](https://github.com/feathersjs/feathers/tree/0.1.0) (2013-08-27)
966
+
1217
967
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.5...0.1.0)
1218
968
 
1219
969
  ## [0.0.5](https://github.com/feathersjs/feathers/tree/0.0.5) (2013-08-27)
970
+
1220
971
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.4...0.0.5)
1221
972
 
1222
973
  ## [0.0.4](https://github.com/feathersjs/feathers/tree/0.0.4) (2013-08-27)
974
+
1223
975
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.3...0.0.4)
1224
976
 
1225
977
  **Merged pull requests:**
@@ -1227,6 +979,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1227
979
  - Major refactoring and simplification [\#16](https://github.com/feathersjs/feathers/pull/16) ([daffl](https://github.com/daffl))
1228
980
 
1229
981
  ## [0.0.3](https://github.com/feathersjs/feathers/tree/0.0.3) (2013-08-26)
982
+
1230
983
  [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.2...0.0.3)
1231
984
 
1232
985
  **Merged pull requests:**
@@ -1234,10 +987,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1234
987
  - Improved Mixin organization, updated tests and examples. [\#15](https://github.com/feathersjs/feathers/pull/15) ([daffl](https://github.com/daffl))
1235
988
 
1236
989
  ## [0.0.2](https://github.com/feathersjs/feathers/tree/0.0.2) (2013-07-13)
990
+
1237
991
  **Merged pull requests:**
1238
992
 
1239
993
  - Added a couple examples. Started to add a mongo adapter. [\#2](https://github.com/feathersjs/feathers/pull/2) ([ekryski](https://github.com/ekryski))
1240
994
 
1241
-
1242
-
1243
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
995
+ \* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_