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