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