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