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