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