@feathersjs/rest-client 5.0.0-pre.3 → 5.0.0-pre.31

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