@feathersjs/express 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 +197 -219
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/authentication.d.ts +5 -6
- package/lib/authentication.js +27 -38
- package/lib/authentication.js.map +1 -1
- package/lib/declarations.d.ts +16 -11
- package/lib/handlers.d.ts +1 -1
- package/lib/handlers.js +5 -3
- package/lib/handlers.js.map +1 -1
- package/lib/index.d.ts +9 -7
- package/lib/index.js +77 -47
- package/lib/index.js.map +1 -1
- package/lib/rest.d.ts +9 -9
- package/lib/rest.js +60 -90
- package/lib/rest.js.map +1 -1
- package/package.json +28 -21
- package/src/authentication.ts +48 -53
- package/src/declarations.ts +43 -35
- package/src/handlers.ts +52 -50
- package/src/index.ts +113 -64
- package/src/rest.ts +91 -98
package/CHANGELOG.md
CHANGED
|
@@ -3,529 +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/express
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
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)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @feathersjs/express
|
|
17
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)
|
|
18
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
19
17
|
|
|
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)
|
|
20
19
|
|
|
20
|
+
### Bug Fixes
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
- Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0))
|
|
23
23
|
|
|
24
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
24
25
|
|
|
25
26
|
### Features
|
|
26
27
|
|
|
27
|
-
|
|
28
|
+
- **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))
|
|
28
29
|
|
|
30
|
+
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
29
31
|
|
|
32
|
+
### Bug Fixes
|
|
30
33
|
|
|
34
|
+
- **core:** `context.type` for around hooks ([#2890](https://github.com/feathersjs/feathers/issues/2890)) ([d606ac6](https://github.com/feathersjs/feathers/commit/d606ac660fd5335c95206784fea36530dd2e851a))
|
|
31
35
|
|
|
36
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
32
37
|
|
|
33
|
-
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
34
39
|
|
|
40
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
35
41
|
|
|
36
42
|
### Bug Fixes
|
|
37
43
|
|
|
38
|
-
|
|
44
|
+
- **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))
|
|
45
|
+
- **transports:** Add remaining middleware for generated apps to Koa and Express ([#2796](https://github.com/feathersjs/feathers/issues/2796)) ([0d5781a](https://github.com/feathersjs/feathers/commit/0d5781a5c72a0cbb2ec8211bfa099f0aefe115a2))
|
|
39
46
|
|
|
47
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
40
48
|
|
|
41
|
-
|
|
49
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
42
50
|
|
|
43
|
-
|
|
51
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
44
52
|
|
|
53
|
+
### Bug Fixes
|
|
45
54
|
|
|
55
|
+
- **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))
|
|
46
56
|
|
|
57
|
+
### Features
|
|
47
58
|
|
|
59
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
48
60
|
|
|
49
|
-
# [5.0.0-pre.
|
|
61
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
50
62
|
|
|
51
|
-
|
|
63
|
+
### Features
|
|
52
64
|
|
|
65
|
+
- Add CORS support to oAuth, Express, Koa and generated application ([#2744](https://github.com/feathersjs/feathers/issues/2744)) ([fd218f2](https://github.com/feathersjs/feathers/commit/fd218f289f8ca4c101e9938e8683e2efef6e8131))
|
|
66
|
+
- **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
|
|
53
67
|
|
|
68
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
54
69
|
|
|
70
|
+
### Bug Fixes
|
|
55
71
|
|
|
72
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
56
73
|
|
|
57
|
-
# [5.0.0-
|
|
74
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
58
75
|
|
|
59
76
|
**Note:** Version bump only for package @feathersjs/express
|
|
60
77
|
|
|
78
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
61
79
|
|
|
80
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
62
81
|
|
|
82
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
63
83
|
|
|
84
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
64
85
|
|
|
65
|
-
# [5.0.0-
|
|
66
|
-
|
|
86
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
67
87
|
|
|
68
88
|
### Bug Fixes
|
|
69
89
|
|
|
70
|
-
|
|
71
|
-
* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
72
|
-
|
|
90
|
+
- **authentication:** Add safe dispatch data for authentication requests ([#2662](https://github.com/feathersjs/feathers/issues/2662)) ([d8104a1](https://github.com/feathersjs/feathers/commit/d8104a19ee9181e6a5ea81014af29ff9a3c28a8a))
|
|
73
91
|
|
|
74
92
|
### Features
|
|
75
93
|
|
|
76
|
-
|
|
77
|
-
* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
78
|
-
* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
79
|
-
* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### BREAKING CHANGES
|
|
83
|
-
|
|
84
|
-
* **core:** Services no longer extend Uberproto objects and
|
|
85
|
-
`service.mixin()` is no longer available.
|
|
86
|
-
|
|
87
|
-
|
|
94
|
+
- **cli:** Add support for JavaScript to the new CLI ([#2668](https://github.com/feathersjs/feathers/issues/2668)) ([ebac587](https://github.com/feathersjs/feathers/commit/ebac587f7d00dc7607c3f546352d79f79b89a5d4))
|
|
88
95
|
|
|
96
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
89
97
|
|
|
98
|
+
### Bug Fixes
|
|
90
99
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
100
|
+
- **express:** Ensure Express options can be set before configuring REST transport ([#2655](https://github.com/feathersjs/feathers/issues/2655)) ([c9b8f74](https://github.com/feathersjs/feathers/commit/c9b8f74a0196acb99be44ac5e0fff3f1128288cd))
|
|
94
101
|
|
|
95
|
-
# [5.0.0-pre.
|
|
102
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
96
103
|
|
|
104
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
97
105
|
|
|
98
|
-
|
|
106
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
99
107
|
|
|
100
|
-
|
|
108
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
101
109
|
|
|
110
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
102
111
|
|
|
112
|
+
### Bug Fixes
|
|
103
113
|
|
|
114
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
104
115
|
|
|
116
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
105
117
|
|
|
106
|
-
|
|
118
|
+
### Bug Fixes
|
|
107
119
|
|
|
120
|
+
- **express:** Fix typo in types reference in package.json ([#2613](https://github.com/feathersjs/feathers/issues/2613)) ([eacf1b3](https://github.com/feathersjs/feathers/commit/eacf1b3474e6d9da69b8671244c23a75cff87d95))
|
|
108
121
|
|
|
109
122
|
### Features
|
|
110
123
|
|
|
111
|
-
|
|
124
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
112
125
|
|
|
126
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
113
127
|
|
|
128
|
+
### Features
|
|
114
129
|
|
|
115
|
-
|
|
130
|
+
- **core:** Add app.teardown functionality ([#2570](https://github.com/feathersjs/feathers/issues/2570)) ([fcdf524](https://github.com/feathersjs/feathers/commit/fcdf524ae1995bb59265d39f12e98b7794bed023))
|
|
131
|
+
- **core:** Finalize app.teardown() functionality ([#2584](https://github.com/feathersjs/feathers/issues/2584)) ([1a166f3](https://github.com/feathersjs/feathers/commit/1a166f3ded811ecacf0ae8cb67880bc9fa2eeafa))
|
|
132
|
+
- **transport-commons:** add `context.http.response` ([#2524](https://github.com/feathersjs/feathers/issues/2524)) ([5bc9d44](https://github.com/feathersjs/feathers/commit/5bc9d447043c2e2b742c73ed28ecf3b3264dd9e5))
|
|
116
133
|
|
|
117
|
-
|
|
134
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
118
135
|
|
|
136
|
+
### Bug Fixes
|
|
119
137
|
|
|
138
|
+
- **express:** Fix application typings to work with typed configuration ([#2539](https://github.com/feathersjs/feathers/issues/2539)) ([b9dfaee](https://github.com/feathersjs/feathers/commit/b9dfaee834b13864c1ed4f2f6a244eb5bb70395b))
|
|
120
139
|
|
|
140
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
121
141
|
|
|
142
|
+
### Features
|
|
122
143
|
|
|
123
|
-
|
|
144
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
124
145
|
|
|
146
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
125
147
|
|
|
126
148
|
### Bug Fixes
|
|
127
149
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
150
|
+
- missing express types for Request, Response ([#2498](https://github.com/feathersjs/feathers/issues/2498)) ([ee67131](https://github.com/feathersjs/feathers/commit/ee67131bbaa24c54d3d781bdf8820015759ac488))
|
|
151
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
131
152
|
|
|
153
|
+
### Features
|
|
132
154
|
|
|
155
|
+
- **core:** add `context.http` and move `statusCode` there ([#2496](https://github.com/feathersjs/feathers/issues/2496)) ([b701bf7](https://github.com/feathersjs/feathers/commit/b701bf77fb83048aa1dffa492b3d77dd53f7b72b))
|
|
156
|
+
- **core:** Improve legacy hooks integration ([08c8b40](https://github.com/feathersjs/feathers/commit/08c8b40999bf3889c61a4d4fad97a2c4f78bafc9))
|
|
133
157
|
|
|
134
|
-
|
|
158
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
135
159
|
|
|
136
160
|
**Note:** Version bump only for package @feathersjs/express
|
|
137
161
|
|
|
162
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
138
163
|
|
|
164
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
139
165
|
|
|
166
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
140
167
|
|
|
168
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
141
169
|
|
|
142
|
-
|
|
170
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
143
171
|
|
|
144
172
|
**Note:** Version bump only for package @feathersjs/express
|
|
145
173
|
|
|
174
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
146
175
|
|
|
176
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
147
177
|
|
|
178
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
148
179
|
|
|
180
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
149
181
|
|
|
150
|
-
|
|
182
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
151
183
|
|
|
152
184
|
**Note:** Version bump only for package @feathersjs/express
|
|
153
185
|
|
|
186
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
154
187
|
|
|
188
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
155
189
|
|
|
190
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
156
191
|
|
|
192
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
157
193
|
|
|
158
|
-
|
|
194
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
159
195
|
|
|
160
196
|
**Note:** Version bump only for package @feathersjs/express
|
|
161
197
|
|
|
198
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
162
199
|
|
|
200
|
+
### Features
|
|
163
201
|
|
|
202
|
+
- **koa:** KoaJS transport adapter ([#2315](https://github.com/feathersjs/feathers/issues/2315)) ([2554b57](https://github.com/feathersjs/feathers/commit/2554b57cf05731df58feeba9c12faab18e442107))
|
|
164
203
|
|
|
204
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
165
205
|
|
|
166
|
-
|
|
206
|
+
### Bug Fixes
|
|
167
207
|
|
|
168
|
-
**
|
|
208
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
169
209
|
|
|
210
|
+
### Features
|
|
170
211
|
|
|
212
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
171
213
|
|
|
214
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
172
215
|
|
|
216
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
173
217
|
|
|
174
|
-
|
|
218
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
175
219
|
|
|
176
220
|
**Note:** Version bump only for package @feathersjs/express
|
|
177
221
|
|
|
222
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
178
223
|
|
|
224
|
+
### Bug Fixes
|
|
179
225
|
|
|
226
|
+
- Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f))
|
|
227
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
180
228
|
|
|
229
|
+
### Features
|
|
181
230
|
|
|
182
|
-
|
|
231
|
+
- **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
|
|
232
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
233
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
234
|
+
- **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
|
|
183
235
|
|
|
184
|
-
|
|
236
|
+
### BREAKING CHANGES
|
|
185
237
|
|
|
238
|
+
- **core:** Services no longer extend Uberproto objects and
|
|
239
|
+
`service.mixin()` is no longer available.
|
|
186
240
|
|
|
241
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
187
242
|
|
|
243
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
188
244
|
|
|
245
|
+
### Features
|
|
189
246
|
|
|
190
|
-
|
|
247
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
191
248
|
|
|
249
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
192
250
|
|
|
193
|
-
###
|
|
251
|
+
### Features
|
|
194
252
|
|
|
195
|
-
|
|
253
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
196
254
|
|
|
255
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
256
|
+
|
|
257
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
197
258
|
|
|
259
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
198
260
|
|
|
261
|
+
### Bug Fixes
|
|
199
262
|
|
|
263
|
+
- **authentication:** consistent response return between local and jwt strategy ([#2042](https://github.com/feathersjs/feathers/issues/2042)) ([8d25be1](https://github.com/feathersjs/feathers/commit/8d25be101a2593a9e789375c928a07780b9e28cf))
|
|
200
264
|
|
|
201
|
-
## [4.5.
|
|
265
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
202
266
|
|
|
203
267
|
**Note:** Version bump only for package @feathersjs/express
|
|
204
268
|
|
|
269
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
205
270
|
|
|
271
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
206
272
|
|
|
273
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
207
274
|
|
|
275
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
208
276
|
|
|
209
|
-
|
|
277
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
210
278
|
|
|
211
279
|
**Note:** Version bump only for package @feathersjs/express
|
|
212
280
|
|
|
281
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
213
282
|
|
|
283
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
214
284
|
|
|
285
|
+
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
215
286
|
|
|
287
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
216
288
|
|
|
217
|
-
## [4.
|
|
289
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
218
290
|
|
|
219
291
|
**Note:** Version bump only for package @feathersjs/express
|
|
220
292
|
|
|
293
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
221
294
|
|
|
295
|
+
### Bug Fixes
|
|
222
296
|
|
|
297
|
+
- Updated typings for express middleware ([#1839](https://github.com/feathersjs/feathers/issues/1839)) ([6b8e897](https://github.com/feathersjs/feathers/commit/6b8e8971a9dbb08913edd1be48826624645d9dc1))
|
|
223
298
|
|
|
299
|
+
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
224
300
|
|
|
225
|
-
|
|
301
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
302
|
+
|
|
303
|
+
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
226
304
|
|
|
227
305
|
**Note:** Version bump only for package @feathersjs/express
|
|
228
306
|
|
|
307
|
+
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
229
308
|
|
|
309
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
230
310
|
|
|
311
|
+
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
231
312
|
|
|
313
|
+
**Note:** Version bump only for package @feathersjs/express
|
|
232
314
|
|
|
233
315
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
234
316
|
|
|
235
|
-
|
|
236
317
|
### Features
|
|
237
318
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
319
|
+
- **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
|
|
243
320
|
|
|
244
321
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
245
322
|
|
|
246
323
|
**Note:** Version bump only for package @feathersjs/express
|
|
247
324
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
325
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
253
326
|
|
|
254
327
|
**Note:** Version bump only for package @feathersjs/express
|
|
255
328
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
329
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
261
330
|
|
|
262
|
-
|
|
263
331
|
### Bug Fixes
|
|
264
332
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
333
|
+
- Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
|
|
270
334
|
|
|
271
335
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
272
336
|
|
|
273
|
-
|
|
274
337
|
### Bug Fixes
|
|
275
338
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
339
|
+
- Typings for express request and response properties ([#1609](https://github.com/feathersjs/feathers/issues/1609)) ([38cf8c9](https://github.com/feathersjs/feathers/commit/38cf8c950c1a4fb4a6d78d68d70e7fdd63b71c3c))
|
|
281
340
|
|
|
282
341
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
283
342
|
|
|
284
343
|
**Note:** Version bump only for package @feathersjs/express
|
|
285
344
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
345
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
291
346
|
|
|
292
347
|
**Note:** Version bump only for package @feathersjs/express
|
|
293
348
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
349
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
299
350
|
|
|
300
351
|
**Note:** Version bump only for package @feathersjs/express
|
|
301
352
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
353
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
307
354
|
|
|
308
|
-
|
|
309
355
|
### Bug Fixes
|
|
310
356
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
357
|
+
- Add info to express error handler logger type ([#1557](https://github.com/feathersjs/feathers/issues/1557)) ([3e1d26c](https://github.com/feathersjs/feathers/commit/3e1d26c))
|
|
316
358
|
|
|
317
359
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
318
360
|
|
|
319
361
|
**Note:** Version bump only for package @feathersjs/express
|
|
320
362
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
363
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
326
364
|
|
|
327
365
|
**Note:** Version bump only for package @feathersjs/express
|
|
328
366
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
367
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
334
368
|
|
|
335
369
|
**Note:** Version bump only for package @feathersjs/express
|
|
336
370
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
371
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
342
372
|
|
|
343
|
-
|
|
344
373
|
### Bug Fixes
|
|
345
374
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
375
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
351
376
|
|
|
352
377
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
353
378
|
|
|
354
|
-
|
|
355
379
|
### Bug Fixes
|
|
356
380
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
381
|
+
- Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
|
|
362
382
|
|
|
363
383
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
364
384
|
|
|
365
385
|
**Note:** Version bump only for package @feathersjs/express
|
|
366
386
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
387
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
372
388
|
|
|
373
|
-
|
|
374
389
|
### Bug Fixes
|
|
375
390
|
|
|
376
|
-
|
|
377
|
-
|
|
391
|
+
- Remove unnecessary top level export files in @feathersjs/express ([#1442](https://github.com/feathersjs/feathers/issues/1442)) ([73c3fb2](https://github.com/feathersjs/feathers/commit/73c3fb2))
|
|
378
392
|
|
|
379
393
|
### Features
|
|
380
394
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
395
|
+
- @feathersjs/express allow to pass an existing Express application instance ([#1446](https://github.com/feathersjs/feathers/issues/1446)) ([853a6b0](https://github.com/feathersjs/feathers/commit/853a6b0))
|
|
386
396
|
|
|
387
397
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
388
398
|
|
|
389
|
-
|
|
390
399
|
### Bug Fixes
|
|
391
400
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
401
|
+
- @feathersjs/express: allow middleware arrays ([#1421](https://github.com/feathersjs/feathers/issues/1421)) ([b605ab8](https://github.com/feathersjs/feathers/commit/b605ab8))
|
|
402
|
+
- @feathersjs/express: replace `reduce` with `map` ([#1429](https://github.com/feathersjs/feathers/issues/1429)) ([44542e9](https://github.com/feathersjs/feathers/commit/44542e9))
|
|
403
|
+
- Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
|
|
399
404
|
|
|
400
405
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
401
406
|
|
|
402
|
-
|
|
403
407
|
### Bug Fixes
|
|
404
408
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
409
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
410
410
|
|
|
411
411
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
412
412
|
|
|
413
|
-
|
|
414
413
|
### Bug Fixes
|
|
415
414
|
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
415
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
421
416
|
|
|
422
417
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
423
418
|
|
|
424
|
-
|
|
425
419
|
### Bug Fixes
|
|
426
420
|
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
421
|
+
- Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
|
|
422
|
+
- Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
|
|
430
423
|
|
|
431
424
|
### Features
|
|
432
425
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
426
|
+
- Add params.headers to all transports when available ([#1303](https://github.com/feathersjs/feathers/issues/1303)) ([ebce79b](https://github.com/feathersjs/feathers/commit/ebce79b))
|
|
427
|
+
- express use service.methods ([#945](https://github.com/feathersjs/feathers/issues/945)) ([3f0b1c3](https://github.com/feathersjs/feathers/commit/3f0b1c3))
|
|
439
428
|
|
|
440
429
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
441
430
|
|
|
442
|
-
|
|
443
431
|
### Bug Fixes
|
|
444
432
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
433
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
434
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
435
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
436
|
+
- **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34))
|
|
437
|
+
- **package:** update @feathersjs/commons to version 2.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([c1ef5b1](https://github.com/feathersjs/feathers/commit/c1ef5b1))
|
|
438
|
+
- **package:** update debug to version 3.0.0 ([#2](https://github.com/feathersjs/feathers/issues/2)) ([7e19603](https://github.com/feathersjs/feathers/commit/7e19603))
|
|
452
439
|
|
|
453
440
|
### Features
|
|
454
441
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
442
|
+
- @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
|
|
443
|
+
- Add AuthenticationBaseStrategy and make authentication option handling more explicit ([#1284](https://github.com/feathersjs/feathers/issues/1284)) ([2667d92](https://github.com/feathersjs/feathers/commit/2667d92))
|
|
444
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
445
|
+
- Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
|
|
446
|
+
- Authentication v3 client ([#1240](https://github.com/feathersjs/feathers/issues/1240)) ([65b43bd](https://github.com/feathersjs/feathers/commit/65b43bd))
|
|
447
|
+
- Authentication v3 Express integration ([#1218](https://github.com/feathersjs/feathers/issues/1218)) ([82bcfbe](https://github.com/feathersjs/feathers/commit/82bcfbe))
|
|
462
448
|
|
|
463
449
|
### BREAKING CHANGES
|
|
464
450
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
451
|
+
- Rewrite for authentication v3
|
|
470
452
|
|
|
471
453
|
## [1.3.1](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.3.0...@feathersjs/express@1.3.1) (2019-01-02)
|
|
472
454
|
|
|
473
|
-
|
|
474
455
|
### Bug Fixes
|
|
475
456
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
457
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
481
458
|
|
|
482
459
|
<a name="1.3.0"></a>
|
|
483
|
-
# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.7...@feathersjs/express@1.3.0) (2018-12-16)
|
|
484
460
|
|
|
461
|
+
# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.7...@feathersjs/express@1.3.0) (2018-12-16)
|
|
485
462
|
|
|
486
463
|
### Bug Fixes
|
|
487
464
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
465
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
466
|
+
- **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34))
|
|
491
467
|
|
|
492
468
|
### Features
|
|
493
469
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
470
|
+
- Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
|
|
499
471
|
|
|
500
472
|
<a name="1.2.7"></a>
|
|
473
|
+
|
|
501
474
|
## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.6...@feathersjs/express@1.2.7) (2018-09-21)
|
|
502
475
|
|
|
503
476
|
**Note:** Version bump only for package @feathersjs/express
|
|
504
477
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
478
|
<a name="1.2.6"></a>
|
|
479
|
+
|
|
510
480
|
## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.5...@feathersjs/express@1.2.6) (2018-09-17)
|
|
511
481
|
|
|
512
482
|
**Note:** Version bump only for package @feathersjs/express
|
|
513
483
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
484
|
<a name="1.2.5"></a>
|
|
485
|
+
|
|
519
486
|
## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.4...@feathersjs/express@1.2.5) (2018-09-02)
|
|
520
487
|
|
|
521
488
|
**Note:** Version bump only for package @feathersjs/express
|
|
522
489
|
|
|
523
490
|
<a name="1.2.4"></a>
|
|
491
|
+
|
|
524
492
|
## 1.2.4
|
|
525
493
|
|
|
526
494
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
527
495
|
|
|
528
496
|
## [v1.2.3](https://github.com/feathersjs/express/tree/v1.2.3) (2018-06-03)
|
|
497
|
+
|
|
529
498
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.2.2...v1.2.3)
|
|
530
499
|
|
|
531
500
|
**Closed issues:**
|
|
@@ -538,6 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
538
507
|
- Update uberproto to the latest version [\#28](https://github.com/feathersjs/express/pull/28) ([bertho-zero](https://github.com/bertho-zero))
|
|
539
508
|
|
|
540
509
|
## [v1.2.2](https://github.com/feathersjs/express/tree/v1.2.2) (2018-04-16)
|
|
510
|
+
|
|
541
511
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.2.1...v1.2.2)
|
|
542
512
|
|
|
543
513
|
**Merged pull requests:**
|
|
@@ -545,6 +515,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
545
515
|
- Allow multiple express middleware functions to be passed into `app.use` [\#25](https://github.com/feathersjs/express/pull/25) ([eXigentCoder](https://github.com/eXigentCoder))
|
|
546
516
|
|
|
547
517
|
## [v1.2.1](https://github.com/feathersjs/express/tree/v1.2.1) (2018-03-29)
|
|
518
|
+
|
|
548
519
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.2.0...v1.2.1)
|
|
549
520
|
|
|
550
521
|
**Closed issues:**
|
|
@@ -558,11 +529,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
558
529
|
- Update axios to the latest version 🚀 [\#22](https://github.com/feathersjs/express/pull/22) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
559
530
|
|
|
560
531
|
## [v1.2.0](https://github.com/feathersjs/express/tree/v1.2.0) (2018-02-09)
|
|
532
|
+
|
|
561
533
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.1.2...v1.2.0)
|
|
562
534
|
|
|
563
535
|
**Closed issues:**
|
|
564
536
|
|
|
565
|
-
- Error in `create` method results in unhandled rejection
|
|
537
|
+
- Error in `create` method results in unhandled rejection [\#19](https://github.com/feathersjs/express/issues/19)
|
|
566
538
|
- @feathersjs/express call without paramaters could returns an instance of express [\#18](https://github.com/feathersjs/express/issues/18)
|
|
567
539
|
- Feathers-express blows up the feathers application version property and the example doesn't work [\#16](https://github.com/feathersjs/express/issues/16)
|
|
568
540
|
|
|
@@ -574,6 +546,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
574
546
|
- Update semistandard to the latest version 🚀 [\#14](https://github.com/feathersjs/express/pull/14) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
575
547
|
|
|
576
548
|
## [v1.1.2](https://github.com/feathersjs/express/tree/v1.1.2) (2017-11-16)
|
|
549
|
+
|
|
577
550
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.1.1...v1.1.2)
|
|
578
551
|
|
|
579
552
|
**Merged pull requests:**
|
|
@@ -581,6 +554,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
581
554
|
- Export default and original Express object [\#12](https://github.com/feathersjs/express/pull/12) ([daffl](https://github.com/daffl))
|
|
582
555
|
|
|
583
556
|
## [v1.1.1](https://github.com/feathersjs/express/tree/v1.1.1) (2017-11-06)
|
|
557
|
+
|
|
584
558
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.1.0...v1.1.1)
|
|
585
559
|
|
|
586
560
|
**Merged pull requests:**
|
|
@@ -588,6 +562,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
588
562
|
- Also add notFound to export [\#11](https://github.com/feathersjs/express/pull/11) ([daffl](https://github.com/daffl))
|
|
589
563
|
|
|
590
564
|
## [v1.1.0](https://github.com/feathersjs/express/tree/v1.1.0) (2017-11-05)
|
|
565
|
+
|
|
591
566
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0...v1.1.0)
|
|
592
567
|
|
|
593
568
|
**Merged pull requests:**
|
|
@@ -595,9 +570,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
595
570
|
- Re-export Express error handler [\#10](https://github.com/feathersjs/express/pull/10) ([daffl](https://github.com/daffl))
|
|
596
571
|
|
|
597
572
|
## [v1.0.0](https://github.com/feathersjs/express/tree/v1.0.0) (2017-11-01)
|
|
573
|
+
|
|
598
574
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.4...v1.0.0)
|
|
599
575
|
|
|
600
576
|
## [v1.0.0-pre.4](https://github.com/feathersjs/express/tree/v1.0.0-pre.4) (2017-10-25)
|
|
577
|
+
|
|
601
578
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.3...v1.0.0-pre.4)
|
|
602
579
|
|
|
603
580
|
**Merged pull requests:**
|
|
@@ -605,6 +582,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
605
582
|
- Update to better returnHook handling [\#9](https://github.com/feathersjs/express/pull/9) ([daffl](https://github.com/daffl))
|
|
606
583
|
|
|
607
584
|
## [v1.0.0-pre.3](https://github.com/feathersjs/express/tree/v1.0.0-pre.3) (2017-10-21)
|
|
585
|
+
|
|
608
586
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.2...v1.0.0-pre.3)
|
|
609
587
|
|
|
610
588
|
**Merged pull requests:**
|
|
@@ -614,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
614
592
|
- Update axios to the latest version 🚀 [\#6](https://github.com/feathersjs/express/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
615
593
|
|
|
616
594
|
## [v1.0.0-pre.2](https://github.com/feathersjs/express/tree/v1.0.0-pre.2) (2017-10-18)
|
|
595
|
+
|
|
617
596
|
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.1...v1.0.0-pre.2)
|
|
618
597
|
|
|
619
598
|
**Merged pull requests:**
|
|
@@ -623,10 +602,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
623
602
|
- Update debug to the latest version 🚀 [\#2](https://github.com/feathersjs/express/pull/2) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
624
603
|
|
|
625
604
|
## [v1.0.0-pre.1](https://github.com/feathersjs/express/tree/v1.0.0-pre.1) (2017-07-19)
|
|
605
|
+
|
|
626
606
|
**Merged pull requests:**
|
|
627
607
|
|
|
628
608
|
- Update dependencies to enable Greenkeeper 🌴 [\#1](https://github.com/feathersjs/express/pull/1) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
629
609
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
610
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|