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