@feathersjs/rest-client 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 +145 -180
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/axios.d.ts +3 -3
- package/lib/axios.js +3 -2
- package/lib/axios.js.map +1 -1
- package/lib/base.d.ts +11 -8
- package/lib/base.js +13 -13
- package/lib/base.js.map +1 -1
- package/lib/fetch.d.ts +3 -3
- package/lib/fetch.js +5 -2
- package/lib/fetch.js.map +1 -1
- package/lib/index.d.ts +8 -21
- package/lib/index.js +8 -1
- package/lib/index.js.map +1 -1
- package/lib/superagent.d.ts +3 -3
- package/lib/superagent.js.map +1 -1
- package/package.json +27 -23
- package/src/axios.ts +24 -16
- package/src/base.ts +124 -88
- package/src/fetch.ts +32 -25
- package/src/index.ts +44 -48
- package/src/superagent.ts +19 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,459 +3,416 @@
|
|
|
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/rest-client
|
|
9
9
|
|
|
10
|
+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
11
13
|
|
|
14
|
+
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
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)
|
|
15
19
|
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0))
|
|
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)
|
|
16
25
|
|
|
17
26
|
### Features
|
|
18
27
|
|
|
19
|
-
|
|
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))
|
|
20
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)
|
|
21
31
|
|
|
32
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
22
33
|
|
|
34
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
23
35
|
|
|
36
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
24
37
|
|
|
25
|
-
# [5.0.0-pre.
|
|
38
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
26
39
|
|
|
27
40
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
28
41
|
|
|
42
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
29
43
|
|
|
44
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
30
45
|
|
|
46
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
31
47
|
|
|
48
|
+
### Features
|
|
32
49
|
|
|
33
|
-
|
|
50
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
34
51
|
|
|
52
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
35
53
|
|
|
36
|
-
|
|
54
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
37
55
|
|
|
38
|
-
|
|
56
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
39
57
|
|
|
58
|
+
### Bug Fixes
|
|
40
59
|
|
|
60
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
41
61
|
|
|
62
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
42
63
|
|
|
64
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
43
65
|
|
|
44
|
-
# [5.0.0-pre.
|
|
66
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
45
67
|
|
|
46
68
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
47
69
|
|
|
70
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
48
71
|
|
|
72
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
49
73
|
|
|
74
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
50
75
|
|
|
76
|
+
### Features
|
|
51
77
|
|
|
52
|
-
|
|
78
|
+
- **cli:** Add typed client to a generated app ([#2669](https://github.com/feathersjs/feathers/issues/2669)) ([5b801b5](https://github.com/feathersjs/feathers/commit/5b801b5017ddc3eaa95622b539f51d605916bc86))
|
|
53
79
|
|
|
80
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
54
81
|
|
|
55
82
|
### Bug Fixes
|
|
56
83
|
|
|
57
|
-
|
|
84
|
+
- **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))
|
|
58
85
|
|
|
86
|
+
### Features
|
|
59
87
|
|
|
88
|
+
- **client:** Improve client side custom method support ([#2654](https://github.com/feathersjs/feathers/issues/2654)) ([c138acf](https://github.com/feathersjs/feathers/commit/c138acf50affbe6b66177d084d3c7a3e9220f09f))
|
|
60
89
|
|
|
90
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
61
91
|
|
|
92
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
62
93
|
|
|
63
|
-
# [5.0.0-
|
|
94
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
64
97
|
|
|
98
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
65
99
|
|
|
66
100
|
### Bug Fixes
|
|
67
101
|
|
|
68
|
-
|
|
102
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
69
103
|
|
|
104
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
70
105
|
|
|
71
106
|
### Features
|
|
72
107
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
108
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
109
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
77
110
|
|
|
111
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
78
112
|
|
|
113
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
79
114
|
|
|
80
|
-
# [5.0.0-pre.
|
|
115
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
81
116
|
|
|
117
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
82
118
|
|
|
119
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
83
120
|
|
|
84
|
-
|
|
121
|
+
### Features
|
|
85
122
|
|
|
86
|
-
**
|
|
123
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
87
124
|
|
|
125
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
88
126
|
|
|
127
|
+
### Bug Fixes
|
|
89
128
|
|
|
129
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
90
130
|
|
|
131
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
91
132
|
|
|
92
|
-
|
|
133
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
93
134
|
|
|
135
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
94
136
|
|
|
137
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
95
138
|
|
|
96
|
-
|
|
139
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
97
140
|
|
|
98
141
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
99
142
|
|
|
143
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
100
144
|
|
|
145
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
101
146
|
|
|
147
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
102
148
|
|
|
149
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
103
150
|
|
|
104
|
-
|
|
151
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
105
152
|
|
|
106
153
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
107
154
|
|
|
155
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
108
156
|
|
|
157
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
109
158
|
|
|
110
|
-
|
|
111
|
-
|
|
159
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
112
160
|
|
|
113
|
-
|
|
161
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
114
162
|
|
|
115
|
-
|
|
163
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
116
164
|
|
|
165
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
117
166
|
|
|
167
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
118
168
|
|
|
169
|
+
### Features
|
|
119
170
|
|
|
171
|
+
- **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
|
|
120
172
|
|
|
121
|
-
|
|
173
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
122
174
|
|
|
123
175
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
124
176
|
|
|
177
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
125
178
|
|
|
179
|
+
### Bug Fixes
|
|
126
180
|
|
|
181
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
127
182
|
|
|
128
|
-
|
|
129
|
-
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
183
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
130
184
|
|
|
131
185
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
132
186
|
|
|
187
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
133
188
|
|
|
189
|
+
### Bug Fixes
|
|
134
190
|
|
|
191
|
+
- **dependencies:** Fix transport-commons dependency and update other dependencies ([#2284](https://github.com/feathersjs/feathers/issues/2284)) ([05b03b2](https://github.com/feathersjs/feathers/commit/05b03b27b40604d956047e3021d8053c3a137616))
|
|
135
192
|
|
|
193
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
136
194
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
**Note:** Version bump only for package @feathersjs/rest-client
|
|
195
|
+
### Bug Fixes
|
|
140
196
|
|
|
197
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
141
198
|
|
|
199
|
+
### Features
|
|
142
200
|
|
|
201
|
+
- **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
|
|
202
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
143
203
|
|
|
204
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
144
205
|
|
|
145
|
-
|
|
206
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
146
207
|
|
|
147
208
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
148
209
|
|
|
210
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
149
211
|
|
|
212
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
150
213
|
|
|
214
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
151
215
|
|
|
152
|
-
|
|
153
|
-
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
216
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
154
217
|
|
|
155
218
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
156
219
|
|
|
220
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
157
221
|
|
|
222
|
+
### Bug Fixes
|
|
158
223
|
|
|
224
|
+
- **rest-client:** Handle non-JSON errors with fetch adapter ([#2086](https://github.com/feathersjs/feathers/issues/2086)) ([e24217a](https://github.com/feathersjs/feathers/commit/e24217ad1e784ad71cd9d64fe1727dd02f039991))
|
|
159
225
|
|
|
160
|
-
|
|
161
|
-
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
226
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
162
227
|
|
|
163
228
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
164
229
|
|
|
230
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
165
231
|
|
|
232
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
166
233
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
234
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
170
235
|
|
|
171
236
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
172
237
|
|
|
238
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
173
239
|
|
|
240
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
174
241
|
|
|
242
|
+
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
175
243
|
|
|
244
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
176
245
|
|
|
177
|
-
## [4.5.
|
|
246
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
178
247
|
|
|
179
248
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
180
249
|
|
|
250
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
181
251
|
|
|
252
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
182
253
|
|
|
254
|
+
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
183
255
|
|
|
256
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
184
257
|
|
|
185
258
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
186
259
|
|
|
187
|
-
|
|
188
260
|
### Features
|
|
189
261
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
262
|
+
- **rest-client:** Allow for customising rest clients ([#1780](https://github.com/feathersjs/feathers/issues/1780)) ([c5cfec7](https://github.com/feathersjs/feathers/commit/c5cfec7a4aafcaffaab0cdacb9b5d297ff20320f))
|
|
195
263
|
|
|
196
264
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
197
265
|
|
|
198
266
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
199
267
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
268
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
205
269
|
|
|
206
270
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
207
271
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
272
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
213
273
|
|
|
214
|
-
|
|
215
274
|
### Bug Fixes
|
|
216
275
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
276
|
+
- **core:** Improve hook missing parameter message by adding the service name ([#1703](https://github.com/feathersjs/feathers/issues/1703)) ([2331c2a](https://github.com/feathersjs/feathers/commit/2331c2a3dd70d432db7d62a76ed805d359cbbba5))
|
|
277
|
+
- **rest-client:** Allow to customize getting the query ([#1594](https://github.com/feathersjs/feathers/issues/1594)) ([5f21272](https://github.com/feathersjs/feathers/commit/5f212729849414c4da6f0d51edd1986feca992ee))
|
|
223
278
|
|
|
224
279
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
225
280
|
|
|
226
281
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
227
282
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
283
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
233
284
|
|
|
234
285
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
235
286
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
287
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
241
288
|
|
|
242
289
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
243
290
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
291
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
249
292
|
|
|
250
293
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
251
294
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
295
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
257
296
|
|
|
258
|
-
|
|
259
297
|
### Bug Fixes
|
|
260
298
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
299
|
+
- Change this reference in client libraries to explicitly passed app ([#1597](https://github.com/feathersjs/feathers/issues/1597)) ([4e4d10a](https://github.com/feathersjs/feathers/commit/4e4d10a))
|
|
266
300
|
|
|
267
301
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
268
302
|
|
|
269
303
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
270
304
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
305
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
276
306
|
|
|
277
307
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
278
308
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
309
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
284
310
|
|
|
285
311
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
286
312
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
313
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
292
314
|
|
|
293
315
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
294
316
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
317
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
300
318
|
|
|
301
319
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
302
320
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
321
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
308
322
|
|
|
309
323
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
310
324
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
325
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
316
326
|
|
|
317
|
-
|
|
318
327
|
### Bug Fixes
|
|
319
328
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
329
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
325
330
|
|
|
326
331
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
327
332
|
|
|
328
333
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
329
334
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
335
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
335
336
|
|
|
336
337
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
337
338
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
339
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
343
340
|
|
|
344
341
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
345
342
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
343
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
351
344
|
|
|
352
345
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
353
346
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
347
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
359
348
|
|
|
360
|
-
|
|
361
349
|
### Bug Fixes
|
|
362
350
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
351
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
368
352
|
|
|
369
353
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
370
354
|
|
|
371
|
-
|
|
372
355
|
### Bug Fixes
|
|
373
356
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
357
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
379
358
|
|
|
380
359
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
381
360
|
|
|
382
361
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
383
362
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
363
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
389
364
|
|
|
390
|
-
|
|
391
365
|
### Bug Fixes
|
|
392
366
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
367
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
368
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
369
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
397
370
|
|
|
398
371
|
### Features
|
|
399
372
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
373
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
374
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
406
375
|
|
|
407
376
|
## [1.4.7](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.6...@feathersjs/rest-client@1.4.7) (2019-01-02)
|
|
408
377
|
|
|
409
|
-
|
|
410
378
|
### Bug Fixes
|
|
411
379
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
380
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
417
381
|
|
|
418
382
|
<a name="1.4.6"></a>
|
|
419
|
-
## [1.4.6](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.5...@feathersjs/rest-client@1.4.6) (2018-12-16)
|
|
420
383
|
|
|
384
|
+
## [1.4.6](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.5...@feathersjs/rest-client@1.4.6) (2018-12-16)
|
|
421
385
|
|
|
422
386
|
### Bug Fixes
|
|
423
387
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
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))
|
|
429
389
|
|
|
430
390
|
<a name="1.4.5"></a>
|
|
391
|
+
|
|
431
392
|
## [1.4.5](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.4...@feathersjs/rest-client@1.4.5) (2018-09-21)
|
|
432
393
|
|
|
433
394
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
434
395
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
396
|
<a name="1.4.4"></a>
|
|
397
|
+
|
|
440
398
|
## [1.4.4](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.3...@feathersjs/rest-client@1.4.4) (2018-09-17)
|
|
441
399
|
|
|
442
400
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
443
401
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
402
|
<a name="1.4.3"></a>
|
|
403
|
+
|
|
449
404
|
## [1.4.3](https://github.com/feathersjs/feathers/compare/@feathersjs/rest-client@1.4.2...@feathersjs/rest-client@1.4.3) (2018-09-02)
|
|
450
405
|
|
|
451
406
|
**Note:** Version bump only for package @feathersjs/rest-client
|
|
452
407
|
|
|
453
408
|
<a name="1.4.2"></a>
|
|
409
|
+
|
|
454
410
|
## 1.4.2
|
|
455
411
|
|
|
456
412
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
457
413
|
|
|
458
414
|
## [v1.4.1](https://github.com/feathersjs/rest-client/tree/v1.4.1) (2018-06-27)
|
|
415
|
+
|
|
459
416
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.4.0...v1.4.1)
|
|
460
417
|
|
|
461
418
|
**Merged pull requests:**
|
|
@@ -464,6 +421,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
464
421
|
- Update shx to the latest version 🚀 [\#31](https://github.com/feathersjs/rest-client/pull/31) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
465
422
|
|
|
466
423
|
## [v1.4.0](https://github.com/feathersjs/rest-client/tree/v1.4.0) (2018-05-17)
|
|
424
|
+
|
|
467
425
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.4...v1.4.0)
|
|
468
426
|
|
|
469
427
|
**Closed issues:**
|
|
@@ -477,6 +435,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
477
435
|
- Update dependencies to enable Greenkeeper 🌴 [\#28](https://github.com/feathersjs/rest-client/pull/28) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
478
436
|
|
|
479
437
|
## [v1.3.4](https://github.com/feathersjs/rest-client/tree/v1.3.4) (2018-03-17)
|
|
438
|
+
|
|
480
439
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.3...v1.3.4)
|
|
481
440
|
|
|
482
441
|
**Closed issues:**
|
|
@@ -492,6 +451,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
492
451
|
- Update mocha to the latest version 🚀 [\#21](https://github.com/feathersjs/rest-client/pull/21) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
493
452
|
|
|
494
453
|
## [v1.3.3](https://github.com/feathersjs/rest-client/tree/v1.3.3) (2018-01-03)
|
|
454
|
+
|
|
495
455
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.2...v1.3.3)
|
|
496
456
|
|
|
497
457
|
**Closed issues:**
|
|
@@ -506,6 +466,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
506
466
|
- Update feathers-memory to the latest version 🚀 [\#17](https://github.com/feathersjs/rest-client/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
507
467
|
|
|
508
468
|
## [v1.3.2](https://github.com/feathersjs/rest-client/tree/v1.3.2) (2017-11-16)
|
|
469
|
+
|
|
509
470
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.1...v1.3.2)
|
|
510
471
|
|
|
511
472
|
**Merged pull requests:**
|
|
@@ -518,6 +479,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
518
479
|
- Update @angular/common to the latest version 🚀 [\#10](https://github.com/feathersjs/rest-client/pull/10) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
519
480
|
|
|
520
481
|
## [v1.3.1](https://github.com/feathersjs/rest-client/tree/v1.3.1) (2017-11-01)
|
|
482
|
+
|
|
521
483
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.3.0...v1.3.1)
|
|
522
484
|
|
|
523
485
|
**Merged pull requests:**
|
|
@@ -526,6 +488,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
526
488
|
- Update babelify to the latest version 🚀 [\#8](https://github.com/feathersjs/rest-client/pull/8) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
527
489
|
|
|
528
490
|
## [v1.3.0](https://github.com/feathersjs/rest-client/tree/v1.3.0) (2017-10-23)
|
|
491
|
+
|
|
529
492
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.2.0...v1.3.0)
|
|
530
493
|
|
|
531
494
|
**Merged pull requests:**
|
|
@@ -534,9 +497,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
534
497
|
- Update axios to the latest version 🚀 [\#6](https://github.com/feathersjs/rest-client/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
535
498
|
|
|
536
499
|
## [v1.2.0](https://github.com/feathersjs/rest-client/tree/v1.2.0) (2017-10-19)
|
|
500
|
+
|
|
537
501
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.1.1-0...v1.2.0)
|
|
538
502
|
|
|
539
503
|
## [v1.1.1-0](https://github.com/feathersjs/rest-client/tree/v1.1.1-0) (2017-10-19)
|
|
504
|
+
|
|
540
505
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.1.0...v1.1.1-0)
|
|
541
506
|
|
|
542
507
|
**Merged pull requests:**
|
|
@@ -546,6 +511,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
546
511
|
- Update mocha to the latest version 🚀 [\#3](https://github.com/feathersjs/rest-client/pull/3) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
547
512
|
|
|
548
513
|
## [v1.1.0](https://github.com/feathersjs/rest-client/tree/v1.1.0) (2017-07-20)
|
|
514
|
+
|
|
549
515
|
[Full Changelog](https://github.com/feathersjs/rest-client/compare/v1.0.0...v1.1.0)
|
|
550
516
|
|
|
551
517
|
**Merged pull requests:**
|
|
@@ -553,10 +519,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
553
519
|
- add support for @angular/common/http \(HttpClient\) [\#2](https://github.com/feathersjs/rest-client/pull/2) ([j2L4e](https://github.com/j2L4e))
|
|
554
520
|
|
|
555
521
|
## [v1.0.0](https://github.com/feathersjs/rest-client/tree/v1.0.0) (2017-07-16)
|
|
522
|
+
|
|
556
523
|
**Merged pull requests:**
|
|
557
524
|
|
|
558
525
|
- Update dependencies to enable Greenkeeper 🌴 [\#1](https://github.com/feathersjs/rest-client/pull/1) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
559
526
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
527
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|