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