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