@feathersjs/feathers 5.0.0-pre.10

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 ADDED
@@ -0,0 +1,1035 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
7
+
8
+ **Note:** Version bump only for package @feathersjs/feathers
9
+
10
+
11
+
12
+
13
+
14
+ # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
15
+
16
+ **Note:** Version bump only for package @feathersjs/feathers
17
+
18
+
19
+
20
+
21
+
22
+ # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
23
+
24
+ **Note:** Version bump only for package @feathersjs/feathers
25
+
26
+
27
+
28
+
29
+
30
+ # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **core:** Clean up readme ([eb3b4f2](https://github.com/feathersjs/feathers/commit/eb3b4f248c0816c92a2300cceed18a6f2518508a))
36
+ * **core:** Set version back to development ([b328767](https://github.com/feathersjs/feathers/commit/b3287676cd773e164fd646ba4cffbf81983a9157))
37
+
38
+
39
+
40
+
41
+
42
+ # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
43
+
44
+ **Note:** Version bump only for package @feathersjs/feathers
45
+
46
+
47
+
48
+
49
+
50
+ # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **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))
56
+
57
+
58
+
59
+
60
+
61
+ # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **typescript:** Move Paginated type back for better compatibility ([#2350](https://github.com/feathersjs/feathers/issues/2350)) ([2917d05](https://github.com/feathersjs/feathers/commit/2917d05fffb4716d3c4cdaa5ac6a1aee0972e8a6))
67
+
68
+
69
+
70
+
71
+
72
+ # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
78
+
79
+
80
+ ### Features
81
+
82
+ * **deno:** Feathers core build for Deno ([#2299](https://github.com/feathersjs/feathers/issues/2299)) ([dece8fb](https://github.com/feathersjs/feathers/commit/dece8fbc0e7601f1505ce8bbb1e4e69cc26e8f98))
83
+ * **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
84
+
85
+
86
+
87
+
88
+
89
+ # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
90
+
91
+ **Note:** Version bump only for package @feathersjs/feathers
92
+
93
+
94
+
95
+
96
+
97
+ # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * **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))
103
+ * **feathers:** Always enable hooks on default service methods ([#2275](https://github.com/feathersjs/feathers/issues/2275)) ([827cc9b](https://github.com/feathersjs/feathers/commit/827cc9b752eecdaf63605d7dffd86f531b7e4af3))
104
+
105
+
106
+
107
+
108
+
109
+ # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f))
115
+ * Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
116
+
117
+
118
+ ### Features
119
+
120
+ * **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
121
+ * Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
122
+ * Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
123
+ * **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
124
+
125
+
126
+ ### BREAKING CHANGES
127
+
128
+ * **core:** Services no longer extend Uberproto objects and
129
+ `service.mixin()` is no longer available.
130
+
131
+
132
+
133
+
134
+
135
+ # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
136
+
137
+
138
+
139
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
140
+
141
+
142
+ ### Features
143
+
144
+ * **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
145
+ * **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
146
+
147
+
148
+
149
+
150
+
151
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
152
+
153
+
154
+ ### Features
155
+
156
+ * **core:** Migrate @feathersjs/feathers to TypeScript ([#1963](https://github.com/feathersjs/feathers/issues/1963)) ([7812529](https://github.com/feathersjs/feathers/commit/7812529ff0f1008e21211f1d01efbc49795dbe55))
157
+ * **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
158
+
159
+
160
+
161
+ ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
162
+
163
+ **Note:** Version bump only for package @feathersjs/feathers
164
+
165
+
166
+
167
+
168
+
169
+ ## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
170
+
171
+
172
+ ### Bug Fixes
173
+
174
+ * **typescript:** Add user property to the Params. ([#2090](https://github.com/feathersjs/feathers/issues/2090)) ([1e94265](https://github.com/feathersjs/feathers/commit/1e942651fbaaf07fc66c159225fbc992a0174bf4))
175
+
176
+
177
+
178
+
179
+
180
+ ## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
181
+
182
+ **Note:** Version bump only for package @feathersjs/feathers
183
+
184
+
185
+
186
+
187
+
188
+ ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
189
+
190
+ **Note:** Version bump only for package @feathersjs/feathers
191
+
192
+
193
+
194
+
195
+
196
+ ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * **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))
202
+
203
+
204
+
205
+
206
+
207
+ ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
208
+
209
+
210
+ ### Bug Fixes
211
+
212
+ * **typescript:** add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972)) ([ef55af0](https://github.com/feathersjs/feathers/commit/ef55af088d05d9d36aba9d9f8d6c2c908a4f20dd))
213
+
214
+
215
+
216
+
217
+
218
+ ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
219
+
220
+
221
+ ### Bug Fixes
222
+
223
+ * **typescript:** Use stricter type for HookContext 'method' prop ([#1896](https://github.com/feathersjs/feathers/issues/1896)) ([24a41b7](https://github.com/feathersjs/feathers/commit/24a41b74486ddadccad18f3ae63afdac5bd373c7))
224
+
225
+
226
+
227
+
228
+
229
+ ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
230
+
231
+
232
+ ### Bug Fixes
233
+
234
+ * **typescript:** Make HookMap and HookObject generics. ([#1815](https://github.com/feathersjs/feathers/issues/1815)) ([d10145d](https://github.com/feathersjs/feathers/commit/d10145d91a09aef7bce5af80805a3c0fa9d94f26))
235
+
236
+
237
+
238
+
239
+
240
+ ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
241
+
242
+ **Note:** Version bump only for package @feathersjs/feathers
243
+
244
+
245
+
246
+
247
+
248
+ # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
249
+
250
+
251
+ ### Bug Fixes
252
+
253
+ * Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))
254
+
255
+
256
+
257
+
258
+
259
+ ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
260
+
261
+ **Note:** Version bump only for package @feathersjs/feathers
262
+
263
+
264
+
265
+
266
+
267
+ ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
268
+
269
+ **Note:** Version bump only for package @feathersjs/feathers
270
+
271
+
272
+
273
+
274
+
275
+ # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * **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))
281
+ * **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))
282
+
283
+
284
+
285
+
286
+
287
+ ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
288
+
289
+ **Note:** Version bump only for package @feathersjs/feathers
290
+
291
+
292
+
293
+
294
+
295
+ ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
296
+
297
+ **Note:** Version bump only for package @feathersjs/feathers
298
+
299
+
300
+
301
+
302
+
303
+ ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
309
+
310
+
311
+
312
+
313
+
314
+ ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * improve Service and AdapterService types ([#1567](https://github.com/feathersjs/feathers/issues/1567)) ([baad6a2](https://github.com/feathersjs/feathers/commit/baad6a26f0f543b712ccb40359b3933ad3a21392))
320
+
321
+
322
+
323
+
324
+
325
+ ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
326
+
327
+
328
+ ### Bug Fixes
329
+
330
+ * Reset version number after every publish ([#1596](https://github.com/feathersjs/feathers/issues/1596)) ([f24f82f](https://github.com/feathersjs/feathers/commit/f24f82f))
331
+
332
+
333
+
334
+
335
+
336
+ ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
342
+
343
+
344
+
345
+
346
+
347
+ ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
348
+
349
+ **Note:** Version bump only for package @feathersjs/feathers
350
+
351
+
352
+
353
+
354
+
355
+ ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
356
+
357
+ **Note:** Version bump only for package @feathersjs/feathers
358
+
359
+
360
+
361
+
362
+
363
+ # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
364
+
365
+ **Note:** Version bump only for package @feathersjs/feathers
366
+
367
+
368
+
369
+
370
+
371
+ # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
372
+
373
+ **Note:** Version bump only for package @feathersjs/feathers
374
+
375
+
376
+
377
+
378
+
379
+ # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
380
+
381
+ **Note:** Version bump only for package @feathersjs/feathers
382
+
383
+
384
+
385
+
386
+
387
+ # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
388
+
389
+
390
+ ### Bug Fixes
391
+
392
+ * Improve Params typing ([#1474](https://github.com/feathersjs/feathers/issues/1474)) ([54a3aa7](https://github.com/feathersjs/feathers/commit/54a3aa7))
393
+
394
+
395
+
396
+
397
+
398
+ # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
399
+
400
+ **Note:** Version bump only for package @feathersjs/feathers
401
+
402
+
403
+
404
+
405
+
406
+ # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
407
+
408
+ **Note:** Version bump only for package @feathersjs/feathers
409
+
410
+
411
+
412
+
413
+
414
+ # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
415
+
416
+
417
+ ### Bug Fixes
418
+
419
+ * Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
420
+ * Fix @feathersjs/feathers typings http import ([abbc07b](https://github.com/feathersjs/feathers/commit/abbc07b))
421
+ * Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
422
+
423
+
424
+
425
+
426
+
427
+ # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
428
+
429
+
430
+ ### Bug Fixes
431
+
432
+ * Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
433
+ * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
434
+
435
+
436
+
437
+
438
+
439
+ # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
440
+
441
+
442
+ ### Bug Fixes
443
+
444
+ * **typescript:** finally should be optional ([#1350](https://github.com/feathersjs/feathers/issues/1350)) ([f439a9e](https://github.com/feathersjs/feathers/commit/f439a9e))
445
+ * Fix versioning tests. Closes [#1346](https://github.com/feathersjs/feathers/issues/1346) ([dd519f6](https://github.com/feathersjs/feathers/commit/dd519f6))
446
+ * Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
447
+
448
+
449
+
450
+
451
+
452
+ # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
453
+
454
+
455
+ ### Bug Fixes
456
+
457
+ * Update version number check ([53575c5](https://github.com/feathersjs/feathers/commit/53575c5))
458
+ * Updated HooksObject typings ([#1300](https://github.com/feathersjs/feathers/issues/1300)) ([b28058c](https://github.com/feathersjs/feathers/commit/b28058c))
459
+
460
+
461
+
462
+
463
+
464
+ # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
465
+
466
+
467
+ ### Bug Fixes
468
+
469
+ * Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
470
+ * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
471
+ * 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))
472
+ * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
473
+ * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
474
+
475
+
476
+ ### Features
477
+
478
+ * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
479
+ * Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
480
+ * Allow to skip sending service events ([#1270](https://github.com/feathersjs/feathers/issues/1270)) ([b487bbd](https://github.com/feathersjs/feathers/commit/b487bbd))
481
+ * Remove (hook, next) signature and SKIP support ([#1269](https://github.com/feathersjs/feathers/issues/1269)) ([211c0f8](https://github.com/feathersjs/feathers/commit/211c0f8))
482
+
483
+
484
+
485
+
486
+
487
+ ## [3.3.1](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.3.0...@feathersjs/feathers@3.3.1) (2019-01-02)
488
+
489
+
490
+ ### Bug Fixes
491
+
492
+ * Do not inherit app object from Object prototype ([#1153](https://github.com/feathersjs/feathers/issues/1153)) ([ed8c2e4](https://github.com/feathersjs/feathers/commit/ed8c2e4))
493
+ * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
494
+
495
+
496
+
497
+
498
+
499
+ <a name="3.3.0"></a>
500
+ # [3.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.3...@feathersjs/feathers@3.3.0) (2018-12-16)
501
+
502
+
503
+ ### Bug Fixes
504
+
505
+ * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
506
+
507
+
508
+ ### Features
509
+
510
+ * Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
511
+
512
+
513
+
514
+
515
+
516
+ <a name="3.2.3"></a>
517
+ ## [3.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.2...@feathersjs/feathers@3.2.3) (2018-09-21)
518
+
519
+
520
+ ### Bug Fixes
521
+
522
+ * 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))
523
+
524
+
525
+
526
+
527
+
528
+ <a name="3.2.2"></a>
529
+ ## [3.2.2](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.1...@feathersjs/feathers@3.2.2) (2018-09-17)
530
+
531
+ **Note:** Version bump only for package @feathersjs/feathers
532
+
533
+
534
+
535
+
536
+
537
+ <a name="3.2.1"></a>
538
+ ## [3.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.4...@feathersjs/feather@3.2.1) (2018-09-02)
539
+
540
+ **Note:** Version bump only for package @feathersjs/express
541
+
542
+ - Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
543
+
544
+ ## [v3.2.0](https://github.com/feathersjs/feathers/tree/v3.2.0-pre.1) (2018-08-19)
545
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.7...v3.2.0-pre.1)
546
+
547
+ **Merged pull requests:**
548
+
549
+ - Add breaking test [\#931](https://github.com/feathersjs/feathers/pull/931) ([bertho-zero](https://github.com/bertho-zero))
550
+ - Some refactoring for custom method hooks [\#930](https://github.com/feathersjs/feathers/pull/930) ([daffl](https://github.com/daffl))
551
+ - Allow adding hooks to other service methods [\#924](https://github.com/feathersjs/feathers/pull/924) ([bertho-zero](https://github.com/bertho-zero))
552
+
553
+ ## [v3.1.7](https://github.com/feathersjs/feathers/tree/v3.1.7) (2018-06-16)
554
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.6...v3.1.7)
555
+
556
+ **Merged pull requests:**
557
+
558
+ - Update to latest Uberproto and other dependencies [\#889](https://github.com/feathersjs/feathers/pull/889) ([daffl](https://github.com/daffl))
559
+
560
+ ## [v3.1.6](https://github.com/feathersjs/feathers/tree/v3.1.6) (2018-06-03)
561
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.5...v3.1.6)
562
+
563
+ **Merged pull requests:**
564
+
565
+ - Update uberproto to the latest version 🚀 [\#881](https://github.com/feathersjs/feathers/pull/881) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
566
+ - Add 'services conserve Symbols' test [\#880](https://github.com/feathersjs/feathers/pull/880) ([bertho-zero](https://github.com/bertho-zero))
567
+ - Update events to the latest version 🚀 [\#872](https://github.com/feathersjs/feathers/pull/872) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
568
+ - Add Greenkeeper badge 🌴 [\#867](https://github.com/feathersjs/feathers/pull/867) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
569
+
570
+ ## [v3.1.5](https://github.com/feathersjs/feathers/tree/v3.1.5) (2018-05-04)
571
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.4...v3.1.5)
572
+
573
+ **Merged pull requests:**
574
+
575
+ - Allow methods to return a null result [\#865](https://github.com/feathersjs/feathers/pull/865) ([bertho-zero](https://github.com/bertho-zero))
576
+
577
+ ## [v3.1.4](https://github.com/feathersjs/feathers/tree/v3.1.4) (2018-03-26)
578
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.3...v3.1.4)
579
+
580
+ **Merged pull requests:**
581
+
582
+ - Make sure error hooks always have the original context information [\#842](https://github.com/feathersjs/feathers/pull/842) ([daffl](https://github.com/daffl))
583
+
584
+ ## [v3.1.3](https://github.com/feathersjs/feathers/tree/v3.1.3) (2018-02-16)
585
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.2...v3.1.3)
586
+
587
+ **Merged pull requests:**
588
+
589
+ - Update events to the latest version 🚀 [\#810](https://github.com/feathersjs/feathers/pull/810) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
590
+
591
+ ## [v3.1.2](https://github.com/feathersjs/feathers/tree/v3.1.2) (2018-02-10)
592
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.1...v3.1.2)
593
+
594
+ **Merged pull requests:**
595
+
596
+ - Handle errors in error hooks properly [\#819](https://github.com/feathersjs/feathers/pull/819) ([daffl](https://github.com/daffl))
597
+
598
+ ## [v3.1.1](https://github.com/feathersjs/feathers/tree/v3.1.1) (2018-02-08)
599
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.0...v3.1.1)
600
+
601
+ **Merged pull requests:**
602
+
603
+ - Turn argument validation into the first hook [\#818](https://github.com/feathersjs/feathers/pull/818) ([daffl](https://github.com/daffl))
604
+ - Add Russian Telegram community [\#814](https://github.com/feathersjs/feathers/pull/814) ([vodniciarv](https://github.com/vodniciarv))
605
+
606
+ ## [v3.1.0](https://github.com/feathersjs/feathers/tree/v3.1.0) (2018-01-26)
607
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.5...v3.1.0)
608
+
609
+ **Merged pull requests:**
610
+
611
+ - Update mocha to the latest version 🚀 [\#793](https://github.com/feathersjs/feathers/pull/793) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
612
+ - Add ability to skip all following hooks [\#792](https://github.com/feathersjs/feathers/pull/792) ([sylvainlap](https://github.com/sylvainlap))
613
+
614
+ ## [v3.0.5](https://github.com/feathersjs/feathers/tree/v3.0.5) (2018-01-04)
615
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.4...v3.0.5)
616
+
617
+ **Merged pull requests:**
618
+
619
+ - Add backers & sponsors from Open Collective [\#504](https://github.com/feathersjs/feathers/pull/504) ([piamancini](https://github.com/piamancini))
620
+
621
+ ## [v2.2.4](https://github.com/feathersjs/feathers/tree/v2.2.4) (2018-01-04)
622
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.4...v2.2.4)
623
+
624
+ ## [v3.0.4](https://github.com/feathersjs/feathers/tree/v3.0.4) (2018-01-03)
625
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.3...v3.0.4)
626
+
627
+ **Merged pull requests:**
628
+
629
+ - Update Readme to correspond with latest release [\#772](https://github.com/feathersjs/feathers/pull/772) ([daffl](https://github.com/daffl))
630
+
631
+ ## [v3.0.3](https://github.com/feathersjs/feathers/tree/v3.0.3) (2018-01-02)
632
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.2...v3.0.3)
633
+
634
+ **Merged pull requests:**
635
+
636
+ - Properly resolve the promise in error hooks if returnHook is set. [\#769](https://github.com/feathersjs/feathers/pull/769) ([daffl](https://github.com/daffl))
637
+ - Update semistandard to the latest version 🚀 [\#768](https://github.com/feathersjs/feathers/pull/768) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
638
+
639
+ ## [v3.0.2](https://github.com/feathersjs/feathers/tree/v3.0.2) (2017-12-05)
640
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.1...v3.0.2)
641
+
642
+ **Merged pull requests:**
643
+
644
+ - Updated to handle array emit for service results. [\#743](https://github.com/feathersjs/feathers/pull/743) ([superlazycoder](https://github.com/superlazycoder))
645
+
646
+ ## [v3.0.1](https://github.com/feathersjs/feathers/tree/v3.0.1) (2017-11-16)
647
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0...v3.0.1)
648
+
649
+ **Merged pull requests:**
650
+
651
+ - Updated readme.md [\#732](https://github.com/feathersjs/feathers/pull/732) ([andlewis](https://github.com/andlewis))
652
+ - Add default export for better ES module \(TypeScript\) compatibility [\#731](https://github.com/feathersjs/feathers/pull/731) ([daffl](https://github.com/daffl))
653
+ - Throw an error for invalid service paths [\#729](https://github.com/feathersjs/feathers/pull/729) ([daffl](https://github.com/daffl))
654
+ - Update nsp to the latest version 🚀 [\#723](https://github.com/feathersjs/feathers/pull/723) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
655
+ - Rename expressify to express [\#719](https://github.com/feathersjs/feathers/pull/719) ([bertho-zero](https://github.com/bertho-zero))
656
+
657
+ ## [v3.0.0](https://github.com/feathersjs/feathers/tree/v3.0.0) (2017-11-01)
658
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.3...v3.0.0)
659
+
660
+ **Merged pull requests:**
661
+
662
+ - Update dependencies to enable Greenkeeper 🌴 [\#708](https://github.com/feathersjs/feathers/pull/708) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
663
+ - Feathers v3 core \(Buzzard\) [\#697](https://github.com/feathersjs/feathers/pull/697) ([daffl](https://github.com/daffl))
664
+
665
+ ## [v3.0.0-pre.3](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.3) (2017-10-25)
666
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.2...v3.0.0-pre.3)
667
+
668
+ **Merged pull requests:**
669
+
670
+ - Better logic for returning the hook object from method call [\#706](https://github.com/feathersjs/feathers/pull/706) ([daffl](https://github.com/daffl))
671
+ - Codeclimate Updates [\#704](https://github.com/feathersjs/feathers/pull/704) ([ekryski](https://github.com/ekryski))
672
+ - Add more inline documentation [\#703](https://github.com/feathersjs/feathers/pull/703) ([daffl](https://github.com/daffl))
673
+
674
+ ## [v3.0.0-pre.2](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.2) (2017-10-20)
675
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.3...v3.0.0-pre.2)
676
+
677
+ **Merged pull requests:**
678
+
679
+ - Move to @feathersjs npm scope [\#699](https://github.com/feathersjs/feathers/pull/699) ([daffl](https://github.com/daffl))
680
+ - Also pass app object as parameter to configure callbacks [\#698](https://github.com/feathersjs/feathers/pull/698) ([daffl](https://github.com/daffl))
681
+
682
+ ## [v2.2.3](https://github.com/feathersjs/feathers/tree/v2.2.3) (2017-10-20)
683
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.2...v2.2.3)
684
+
685
+ **Merged pull requests:**
686
+
687
+ - Move Typescript declaration dependency into devDependencies [\#696](https://github.com/feathersjs/feathers/pull/696) ([daffl](https://github.com/daffl))
688
+ - Add changelog back [\#695](https://github.com/feathersjs/feathers/pull/695) ([daffl](https://github.com/daffl))
689
+ - Add support for Feathers v3 sub-apps [\#694](https://github.com/feathersjs/feathers/pull/694) ([daffl](https://github.com/daffl))
690
+ - Feature/typescript fix [\#692](https://github.com/feathersjs/feathers/pull/692) ([TimMensch](https://github.com/TimMensch))
691
+ - Update mocha to the latest version 🚀 [\#685](https://github.com/feathersjs/feathers/pull/685) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
692
+
693
+ ## [v2.2.2](https://github.com/feathersjs/feathers/tree/v2.2.2) (2017-09-30)
694
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.1...v2.2.2)
695
+
696
+ **Merged pull requests:**
697
+
698
+ - Update to latest secure dependencies [\#684](https://github.com/feathersjs/feathers/pull/684) ([daffl](https://github.com/daffl))
699
+
700
+ ## [v2.2.1](https://github.com/feathersjs/feathers/tree/v2.2.1) (2017-09-25)
701
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.2.0...v2.2.1)
702
+
703
+ **Merged pull requests:**
704
+
705
+ - \[typings\] Make generic type of Service default to any [\#681](https://github.com/feathersjs/feathers/pull/681) ([j2L4e](https://github.com/j2L4e))
706
+ - Update readme.md [\#668](https://github.com/feathersjs/feathers/pull/668) ([damosse31](https://github.com/damosse31))
707
+
708
+ ## [v2.2.0](https://github.com/feathersjs/feathers/tree/v2.2.0) (2017-09-01)
709
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.0.0-pre.1...v2.2.0)
710
+
711
+ **Merged pull requests:**
712
+
713
+ - No longer pollutes the global scope [\#662](https://github.com/feathersjs/feathers/pull/662) ([bertho-zero](https://github.com/bertho-zero))
714
+ - Update debug to the latest version 🚀 [\#641](https://github.com/feathersjs/feathers/pull/641) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
715
+ - Examples url is tinny \(broken\) [\#634](https://github.com/feathersjs/feathers/pull/634) ([rayfoss](https://github.com/rayfoss))
716
+
717
+ ## [v3.0.0-pre.1](https://github.com/feathersjs/feathers/tree/v3.0.0-pre.1) (2017-07-19)
718
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.7...v3.0.0-pre.1)
719
+
720
+ **Merged pull requests:**
721
+
722
+ - Add a missing configure\(\) method in typescript definition [\#624](https://github.com/feathersjs/feathers/pull/624) ([jansel369](https://github.com/jansel369))
723
+
724
+ ## [v2.1.7](https://github.com/feathersjs/feathers/tree/v2.1.7) (2017-07-16)
725
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.6...v2.1.7)
726
+
727
+ ## [v2.1.6](https://github.com/feathersjs/feathers/tree/v2.1.6) (2017-07-16)
728
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.4...v2.1.6)
729
+
730
+ **Merged pull requests:**
731
+
732
+ - Allows error hooks to swallow error by setting the result [\#621](https://github.com/feathersjs/feathers/pull/621) ([daffl](https://github.com/daffl))
733
+ - typings: properly overload .create\(\) [\#619](https://github.com/feathersjs/feathers/pull/619) ([j2L4e](https://github.com/j2L4e))
734
+ - Update to new plugin infrastructure [\#614](https://github.com/feathersjs/feathers/pull/614) ([daffl](https://github.com/daffl))
735
+ - Allow flag to return the hook object [\#607](https://github.com/feathersjs/feathers/pull/607) ([daffl](https://github.com/daffl))
736
+ - Use inline version Babel plugin [\#606](https://github.com/feathersjs/feathers/pull/606) ([daffl](https://github.com/daffl))
737
+ - Initial changes for Feathers v3 [\#605](https://github.com/feathersjs/feathers/pull/605) ([daffl](https://github.com/daffl))
738
+ - Update index.d.ts [\#603](https://github.com/feathersjs/feathers/pull/603) ([j2L4e](https://github.com/j2L4e))
739
+
740
+ ## [v2.1.4](https://github.com/feathersjs/feathers/tree/v2.1.4) (2017-06-26)
741
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.3...v2.1.4)
742
+
743
+ **Merged pull requests:**
744
+
745
+ - Return types needed [\#602](https://github.com/feathersjs/feathers/pull/602) ([Creiger](https://github.com/Creiger))
746
+ - Remove TypeScript typings [\#598](https://github.com/feathersjs/feathers/pull/598) ([daffl](https://github.com/daffl))
747
+ - Remove explicit loading of babel-polyfill [\#597](https://github.com/feathersjs/feathers/pull/597) ([daffl](https://github.com/daffl))
748
+ - Add feathers-hooks to core [\#596](https://github.com/feathersjs/feathers/pull/596) ([daffl](https://github.com/daffl))
749
+ - Revert update to security links [\#590](https://github.com/feathersjs/feathers/pull/590) ([alaycock](https://github.com/alaycock))
750
+
751
+ ## [v2.1.3](https://github.com/feathersjs/feathers/tree/v2.1.3) (2017-05-29)
752
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.2...v2.1.3)
753
+
754
+ **Merged pull requests:**
755
+
756
+ - Fix typings [\#587](https://github.com/feathersjs/feathers/pull/587) ([cranesandcaff](https://github.com/cranesandcaff))
757
+ - Update feathers-socketio to the latest version 🚀 [\#576](https://github.com/feathersjs/feathers/pull/576) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
758
+
759
+ ## [v2.1.2](https://github.com/feathersjs/feathers/tree/v2.1.2) (2017-05-09)
760
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.1...v2.1.2)
761
+
762
+ **Merged pull requests:**
763
+
764
+ - Fix typescript defnition of Service. All the service methods should be [\#573](https://github.com/feathersjs/feathers/pull/573) ([harish2704](https://github.com/harish2704))
765
+ - Update socket.io-client to the latest version 🚀 [\#572](https://github.com/feathersjs/feathers/pull/572) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
766
+ - Update dependencies to enable Greenkeeper 🌴 [\#551](https://github.com/feathersjs/feathers/pull/551) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
767
+ - Fix pagination type definition. [\#527](https://github.com/feathersjs/feathers/pull/527) ([asdacap](https://github.com/asdacap))
768
+
769
+ ## [v2.1.1](https://github.com/feathersjs/feathers/tree/v2.1.1) (2017-03-03)
770
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.1.0...v2.1.1)
771
+
772
+ **Merged pull requests:**
773
+
774
+ - No Pagination in Typescript \#520 [\#522](https://github.com/feathersjs/feathers/pull/522) ([superbarne](https://github.com/superbarne))
775
+
776
+ ## [v2.1.0](https://github.com/feathersjs/feathers/tree/v2.1.0) (2017-03-01)
777
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.3...v2.1.0)
778
+
779
+ **Merged pull requests:**
780
+
781
+ - Typescript Definitions [\#507](https://github.com/feathersjs/feathers/pull/507) ([AbraaoAlves](https://github.com/AbraaoAlves))
782
+ - Auto Dependency Updates ... [\#492](https://github.com/feathersjs/feathers/pull/492) ([lguzzon](https://github.com/lguzzon))
783
+ - debug@2.4.0 breaks build 🚨 [\#476](https://github.com/feathersjs/feathers/pull/476) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
784
+
785
+ ## [v2.0.3](https://github.com/feathersjs/feathers/tree/v2.0.3) (2016-12-10)
786
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.2...v2.0.3)
787
+
788
+ **Merged pull requests:**
789
+
790
+ - Update feathers-commons to use latest [\#473](https://github.com/feathersjs/feathers/pull/473) ([daffl](https://github.com/daffl))
791
+ - Create .codeclimate.yml [\#468](https://github.com/feathersjs/feathers/pull/468) ([larkinscott](https://github.com/larkinscott))
792
+ - Update feathers-commons to version 0.8.0 🚀 [\#459](https://github.com/feathersjs/feathers/pull/459) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
793
+ - adding .github folder and templates [\#442](https://github.com/feathersjs/feathers/pull/442) ([ekryski](https://github.com/ekryski))
794
+ - Remove .jshintrc [\#434](https://github.com/feathersjs/feathers/pull/434) ([marshallswain](https://github.com/marshallswain))
795
+ - jshint —\> semistandard [\#430](https://github.com/feathersjs/feathers/pull/430) ([marshallswain](https://github.com/marshallswain))
796
+ - Increase code coverage [\#429](https://github.com/feathersjs/feathers/pull/429) ([daffl](https://github.com/daffl))
797
+ - Remove NPM badges and fix code climate badge [\#428](https://github.com/feathersjs/feathers/pull/428) ([daffl](https://github.com/daffl))
798
+ - adding code coverage config, badges and LTS section [\#427](https://github.com/feathersjs/feathers/pull/427) ([ekryski](https://github.com/ekryski))
799
+
800
+ ## [v2.0.2](https://github.com/feathersjs/feathers/tree/v2.0.2) (2016-09-15)
801
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.1...v2.0.2)
802
+
803
+ **Merged pull requests:**
804
+
805
+ - Create an app reference on service event hook object [\#406](https://github.com/feathersjs/feathers/pull/406) ([kaiquewdev](https://github.com/kaiquewdev))
806
+ - Update mocha to version 3.0.0 🚀 [\#375](https://github.com/feathersjs/feathers/pull/375) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
807
+ - Update contributing.md [\#370](https://github.com/feathersjs/feathers/pull/370) ([MichaelErmer](https://github.com/MichaelErmer))
808
+ - mocha@2.5.0 breaks build 🚨 [\#338](https://github.com/feathersjs/feathers/pull/338) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
809
+ - Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#326](https://github.com/feathersjs/feathers/pull/326) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
810
+ - socket.io-client@1.4.6 breaks build 🚨 [\#322](https://github.com/feathersjs/feathers/pull/322) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
811
+ - Set rejectUnauthorized explicitly [\#321](https://github.com/feathersjs/feathers/pull/321) ([daffl](https://github.com/daffl))
812
+
813
+ ## [v2.0.1](https://github.com/feathersjs/feathers/tree/v2.0.1) (2016-04-28)
814
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0...v2.0.1)
815
+
816
+ **Merged pull requests:**
817
+
818
+ - Test and fix for allowing services with only a setup method [\#308](https://github.com/feathersjs/feathers/pull/308) ([daffl](https://github.com/daffl))
819
+ - Remove JSON loading from the client version [\#306](https://github.com/feathersjs/feathers/pull/306) ([daffl](https://github.com/daffl))
820
+ - Update readme.md [\#302](https://github.com/feathersjs/feathers/pull/302) ([marshallswain](https://github.com/marshallswain))
821
+ - Fix link to docs [\#268](https://github.com/feathersjs/feathers/pull/268) ([lepiaf](https://github.com/lepiaf))
822
+ - Update feathers-client to version 1.0.0 🚀 [\#263](https://github.com/feathersjs/feathers/pull/263) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
823
+ - New site [\#252](https://github.com/feathersjs/feathers/pull/252) ([ekryski](https://github.com/ekryski))
824
+
825
+ ## [v2.0.0](https://github.com/feathersjs/feathers/tree/v2.0.0) (2016-02-22)
826
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.4...v2.0.0)
827
+
828
+ **Merged pull requests:**
829
+
830
+ - Update feathers-commons to version 0.7.0 🚀 [\#223](https://github.com/feathersjs/feathers/pull/223) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
831
+ - Update feathers-commons to version 0.6.0 🚀 [\#210](https://github.com/feathersjs/feathers/pull/210) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
832
+ - Explicitly import /index files to work with Steal. [\#208](https://github.com/feathersjs/feathers/pull/208) ([marshallswain](https://github.com/marshallswain))
833
+ - Appending `nsp check` to test script. [\#205](https://github.com/feathersjs/feathers/pull/205) ([marshallswain](https://github.com/marshallswain))
834
+
835
+ ## [v2.0.0-pre.4](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.4) (2016-01-16)
836
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.3...v2.0.0-pre.4)
837
+
838
+ **Merged pull requests:**
839
+
840
+ - Fixing .npmignore entries [\#203](https://github.com/feathersjs/feathers/pull/203) ([corymsmith](https://github.com/corymsmith))
841
+
842
+ ## [v2.0.0-pre.3](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.3) (2016-01-16)
843
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.2...v2.0.0-pre.3)
844
+
845
+ **Merged pull requests:**
846
+
847
+ - Reorganizing packages to not load Express [\#202](https://github.com/feathersjs/feathers/pull/202) ([daffl](https://github.com/daffl))
848
+ - Update feathers-client to version 0.5.1 🚀 [\#200](https://github.com/feathersjs/feathers/pull/200) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
849
+ - Update feathers-commons to version 0.5.0 🚀 [\#198](https://github.com/feathersjs/feathers/pull/198) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
850
+
851
+ ## [v2.0.0-pre.2](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.2) (2016-01-10)
852
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v2.0.0-pre.1...v2.0.0-pre.2)
853
+
854
+ **Merged pull requests:**
855
+
856
+ - Make Feathers universal [\#193](https://github.com/feathersjs/feathers/pull/193) ([daffl](https://github.com/daffl))
857
+ - Remove Lodash [\#192](https://github.com/feathersjs/feathers/pull/192) ([daffl](https://github.com/daffl))
858
+
859
+ ## [v2.0.0-pre.1](https://github.com/feathersjs/feathers/tree/v2.0.0-pre.1) (2016-01-05)
860
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.3.0...v2.0.0-pre.1)
861
+
862
+ **Merged pull requests:**
863
+
864
+ - Migration to ES6 and API providers in separate modules [\#188](https://github.com/feathersjs/feathers/pull/188) ([daffl](https://github.com/daffl))
865
+
866
+ ## [v1.3.0](https://github.com/feathersjs/feathers/tree/v1.3.0) (2015-12-16)
867
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.2.1...v1.3.0)
868
+
869
+ ## [v1.2.1](https://github.com/feathersjs/feathers/tree/v1.2.1) (2015-12-12)
870
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.2.0...v1.2.1)
871
+
872
+ **Merged pull requests:**
873
+
874
+ - Add ability to create, update, patch and remove many [\#179](https://github.com/feathersjs/feathers/pull/179) ([daffl](https://github.com/daffl))
875
+ - Handle middleware passed after the service to app.use [\#178](https://github.com/feathersjs/feathers/pull/178) ([dbkaplun](https://github.com/dbkaplun))
876
+ - Adding tests to make sure that dispatcher context is set properly. [\#172](https://github.com/feathersjs/feathers/pull/172) ([daffl](https://github.com/daffl))
877
+
878
+ ## [v1.2.0](https://github.com/feathersjs/feathers/tree/v1.2.0) (2015-11-07)
879
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.1.1...v1.2.0)
880
+
881
+ **Merged pull requests:**
882
+
883
+ - Make sure event hookups happens after method normalization [\#151](https://github.com/feathersjs/feathers/pull/151) ([daffl](https://github.com/daffl))
884
+ - Add rubberduck args to service events parameters [\#148](https://github.com/feathersjs/feathers/pull/148) ([loris](https://github.com/loris))
885
+ - Debug should be for socket.io instead of primus [\#147](https://github.com/feathersjs/feathers/pull/147) ([marshallswain](https://github.com/marshallswain))
886
+
887
+ ## [v1.1.1](https://github.com/feathersjs/feathers/tree/v1.1.1) (2015-09-22)
888
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/v1.1.0...v1.1.1)
889
+
890
+ **Merged pull requests:**
891
+
892
+ - Fix 404 not being properly thrown by REST provider [\#146](https://github.com/feathersjs/feathers/pull/146) ([loris](https://github.com/loris))
893
+
894
+ ## [v1.1.0](https://github.com/feathersjs/feathers/tree/v1.1.0) (2015-07-22)
895
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.1.0-pre.0...v1.1.0)
896
+
897
+ **Merged pull requests:**
898
+
899
+ - New homepage updates [\#140](https://github.com/feathersjs/feathers/pull/140) ([daffl](https://github.com/daffl))
900
+ - New site [\#137](https://github.com/feathersjs/feathers/pull/137) ([ekryski](https://github.com/ekryski))
901
+ - Allow to register remote services [\#136](https://github.com/feathersjs/feathers/pull/136) ([daffl](https://github.com/daffl))
902
+
903
+ ## [1.1.0-pre.0](https://github.com/feathersjs/feathers/tree/1.1.0-pre.0) (2015-04-10)
904
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.2...1.1.0-pre.0)
905
+
906
+ **Merged pull requests:**
907
+
908
+ - Run Socket configurations before service setup \(\#131\) [\#132](https://github.com/feathersjs/feathers/pull/132) ([daffl](https://github.com/daffl))
909
+ - Allow services to dispatch custom events. [\#128](https://github.com/feathersjs/feathers/pull/128) ([daffl](https://github.com/daffl))
910
+ - Moving documentation into the main repository. [\#127](https://github.com/feathersjs/feathers/pull/127) ([daffl](https://github.com/daffl))
911
+ - Adding contributing guidelines and updating build process. [\#126](https://github.com/feathersjs/feathers/pull/126) ([daffl](https://github.com/daffl))
912
+ - Service method call normalization [\#124](https://github.com/feathersjs/feathers/pull/124) ([daffl](https://github.com/daffl))
913
+ - Tests for socket message validation and errors. [\#123](https://github.com/feathersjs/feathers/pull/123) ([daffl](https://github.com/daffl))
914
+ - Migrating shared functionality into the feathers-commons module [\#122](https://github.com/feathersjs/feathers/pull/122) ([daffl](https://github.com/daffl))
915
+ - Adding debug module and messages. [\#117](https://github.com/feathersjs/feathers/pull/117) ([daffl](https://github.com/daffl))
916
+ - Fix duplicate events in dynamic services. [\#115](https://github.com/feathersjs/feathers/pull/115) ([marshallswain](https://github.com/marshallswain))
917
+ - Make sure .setup\(\) runs on dynamic services. [\#110](https://github.com/feathersjs/feathers/pull/110) ([marshallswain](https://github.com/marshallswain))
918
+ - Add a Gitter chat badge to readme.md [\#109](https://github.com/feathersjs/feathers/pull/109) ([gitter-badger](https://github.com/gitter-badger))
919
+ - Support for registering services dynamically [\#107](https://github.com/feathersjs/feathers/pull/107) ([marshallswain](https://github.com/marshallswain))
920
+
921
+ ## [1.0.2](https://github.com/feathersjs/feathers/tree/1.0.2) (2015-02-04)
922
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.1...1.0.2)
923
+
924
+ **Merged pull requests:**
925
+
926
+ - Use Uberproto extended instance when creating services [\#105](https://github.com/feathersjs/feathers/pull/105) ([daffl](https://github.com/daffl))
927
+ - Make sure that mixins are specific to each new app [\#104](https://github.com/feathersjs/feathers/pull/104) ([daffl](https://github.com/daffl))
928
+
929
+ ## [1.0.1](https://github.com/feathersjs/feathers/tree/1.0.1) (2014-12-31)
930
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0...1.0.1)
931
+
932
+ **Merged pull requests:**
933
+
934
+ - Rename Uberproto .create to avoid conflicts with service method [\#100](https://github.com/feathersjs/feathers/pull/100) ([daffl](https://github.com/daffl))
935
+
936
+ ## [1.0.0](https://github.com/feathersjs/feathers/tree/1.0.0) (2014-10-03)
937
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0-pre.5...1.0.0)
938
+
939
+ **Merged pull requests:**
940
+
941
+ - Version 1.0 homepage [\#95](https://github.com/feathersjs/feathers/pull/95) ([daffl](https://github.com/daffl))
942
+ - Remove app.lookup and make the functionality available as app.service [\#94](https://github.com/feathersjs/feathers/pull/94) ([daffl](https://github.com/daffl))
943
+ - Allow not passing parameters in socket calls [\#92](https://github.com/feathersjs/feathers/pull/92) ([daffl](https://github.com/daffl))
944
+ - Add \_setup method [\#91](https://github.com/feathersjs/feathers/pull/91) ([daffl](https://github.com/daffl))
945
+ - Better bodyParser usage, fix typo. [\#90](https://github.com/feathersjs/feathers/pull/90) ([olegskl](https://github.com/olegskl))
946
+ - Throw an error when registering a service after application start [\#78](https://github.com/feathersjs/feathers/pull/78) ([daffl](https://github.com/daffl))
947
+ - Use URI parameters as service params and remove bodyParser dependendency [\#77](https://github.com/feathersjs/feathers/pull/77) ([daffl](https://github.com/daffl))
948
+ - Send socket parameters as params.query [\#72](https://github.com/feathersjs/feathers/pull/72) ([daffl](https://github.com/daffl))
949
+ - Send HTTP 201 and 204 status codes [\#71](https://github.com/feathersjs/feathers/pull/71) ([daffl](https://github.com/daffl))
950
+ - Upgrade to SocketIO 1.0 [\#70](https://github.com/feathersjs/feathers/pull/70) ([daffl](https://github.com/daffl))
951
+ - Allow service methods to return a promise [\#59](https://github.com/feathersjs/feathers/pull/59) ([daffl](https://github.com/daffl))
952
+ - Allow to register services with custom middleware. [\#56](https://github.com/feathersjs/feathers/pull/56) ([daffl](https://github.com/daffl))
953
+ - Upgrade to Express 4 [\#55](https://github.com/feathersjs/feathers/pull/55) ([daffl](https://github.com/daffl))
954
+
955
+ ## [1.0.0-pre.5](https://github.com/feathersjs/feathers/tree/1.0.0-pre.5) (2014-06-13)
956
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/1.0.0-pre.1...1.0.0-pre.5)
957
+
958
+ **Merged pull requests:**
959
+
960
+ - requiring feathers-errors in core [\#81](https://github.com/feathersjs/feathers/pull/81) ([ekryski](https://github.com/ekryski))
961
+
962
+ ## [1.0.0-pre.1](https://github.com/feathersjs/feathers/tree/1.0.0-pre.1) (2014-06-04)
963
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.4.0...1.0.0-pre.1)
964
+
965
+ ## [0.4.0](https://github.com/feathersjs/feathers/tree/0.4.0) (2014-04-08)
966
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.2...0.4.0)
967
+
968
+ **Merged pull requests:**
969
+
970
+ - Allow to configure REST handler manually [\#52](https://github.com/feathersjs/feathers/pull/52) ([daffl](https://github.com/daffl))
971
+ - Event filtering and params extension for Primus [\#51](https://github.com/feathersjs/feathers/pull/51) ([daffl](https://github.com/daffl))
972
+ - SocketIO event filtering [\#50](https://github.com/feathersjs/feathers/pull/50) ([daffl](https://github.com/daffl))
973
+ - Adding SocketIO handshake data to service call parameters [\#49](https://github.com/feathersjs/feathers/pull/49) ([daffl](https://github.com/daffl))
974
+ - Added patch support [\#47](https://github.com/feathersjs/feathers/pull/47) ([mlaug](https://github.com/mlaug))
975
+
976
+ ## [0.3.2](https://github.com/feathersjs/feathers/tree/0.3.2) (2014-03-28)
977
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.1...0.3.2)
978
+
979
+ **Merged pull requests:**
980
+
981
+ - Use feathers/express apps [\#46](https://github.com/feathersjs/feathers/pull/46) ([bredele](https://github.com/bredele))
982
+ - Upgrading dependencies and switching to Lodash [\#42](https://github.com/feathersjs/feathers/pull/42) ([daffl](https://github.com/daffl))
983
+
984
+ ## [0.3.1](https://github.com/feathersjs/feathers/tree/0.3.1) (2014-02-19)
985
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.3.0...0.3.1)
986
+
987
+ **Merged pull requests:**
988
+
989
+ - Updating REST provider [\#35](https://github.com/feathersjs/feathers/pull/35) ([daffl](https://github.com/daffl))
990
+
991
+ ## [0.3.0](https://github.com/feathersjs/feathers/tree/0.3.0) (2014-01-06)
992
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.2.0...0.3.0)
993
+
994
+ **Merged pull requests:**
995
+
996
+ - Primus provider [\#34](https://github.com/feathersjs/feathers/pull/34) ([daffl](https://github.com/daffl))
997
+ - Add app.setup\(\) to support HTTPS [\#33](https://github.com/feathersjs/feathers/pull/33) ([daffl](https://github.com/daffl))
998
+ - Remove middleware: connect.bodyParser\(\) [\#27](https://github.com/feathersjs/feathers/pull/27) ([sbruchmann](https://github.com/sbruchmann))
999
+
1000
+ ## [0.2.0](https://github.com/feathersjs/feathers/tree/0.2.0) (2013-09-27)
1001
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.1.0...0.2.0)
1002
+
1003
+ **Merged pull requests:**
1004
+
1005
+ - Allows registering services with slashes [\#18](https://github.com/feathersjs/feathers/pull/18) ([daffl](https://github.com/daffl))
1006
+ - Allows setting service params in middleware [\#17](https://github.com/feathersjs/feathers/pull/17) ([daffl](https://github.com/daffl))
1007
+
1008
+ ## [0.1.0](https://github.com/feathersjs/feathers/tree/0.1.0) (2013-08-27)
1009
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.5...0.1.0)
1010
+
1011
+ ## [0.0.5](https://github.com/feathersjs/feathers/tree/0.0.5) (2013-08-27)
1012
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.4...0.0.5)
1013
+
1014
+ ## [0.0.4](https://github.com/feathersjs/feathers/tree/0.0.4) (2013-08-27)
1015
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.3...0.0.4)
1016
+
1017
+ **Merged pull requests:**
1018
+
1019
+ - Major refactoring and simplification [\#16](https://github.com/feathersjs/feathers/pull/16) ([daffl](https://github.com/daffl))
1020
+
1021
+ ## [0.0.3](https://github.com/feathersjs/feathers/tree/0.0.3) (2013-08-26)
1022
+ [Full Changelog](https://github.com/feathersjs/feathers/compare/0.0.2...0.0.3)
1023
+
1024
+ **Merged pull requests:**
1025
+
1026
+ - Improved Mixin organization, updated tests and examples. [\#15](https://github.com/feathersjs/feathers/pull/15) ([daffl](https://github.com/daffl))
1027
+
1028
+ ## [0.0.2](https://github.com/feathersjs/feathers/tree/0.0.2) (2013-07-13)
1029
+ **Merged pull requests:**
1030
+
1031
+ - Added a couple examples. Started to add a mongo adapter. [\#2](https://github.com/feathersjs/feathers/pull/2) ([ekryski](https://github.com/ekryski))
1032
+
1033
+
1034
+
1035
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*