@podium/client 5.1.0 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +232 -346
- package/README.md +2 -2
- package/lib/http-outgoing.js +0 -2
- package/lib/resolver.cache.js +0 -3
- package/lib/resolver.content.js +0 -1
- package/lib/resolver.fallback.js +1 -2
- package/lib/resolver.manifest.js +1 -2
- package/lib/resource.js +1 -3
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,280 +1,250 @@
|
|
|
1
|
-
|
|
1
|
+
## [5.1.1](https://github.com/podium-lib/client/compare/v5.1.0...v5.1.1) (2024-07-13)
|
|
2
|
+
|
|
2
3
|
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @podium/schemas to v5.0.6 ([99085c8](https://github.com/podium-lib/client/commit/99085c8344885341b0d38651ef01ec4bd603f581))
|
|
7
|
+
|
|
8
|
+
# [5.1.0](https://github.com/podium-lib/client/compare/v5.0.34...v5.1.0) (2024-07-02)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
- conditional fetch by deviceType header ([de4e9c4](https://github.com/podium-lib/client/commit/de4e9c47eea6baf07f2dc72465699a080b6aace1))
|
|
7
13
|
|
|
8
14
|
## [5.0.34](https://github.com/podium-lib/client/compare/v5.0.33...v5.0.34) (2024-06-18)
|
|
9
15
|
|
|
10
|
-
|
|
11
16
|
### Bug Fixes
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
- **deps:** update dependency undici to v6.19.2 ([ac66051](https://github.com/podium-lib/client/commit/ac66051d0600273f5d3e7c0b57be6fccf222cb83))
|
|
14
19
|
|
|
15
20
|
## [5.0.33](https://github.com/podium-lib/client/compare/v5.0.32...v5.0.33) (2024-06-17)
|
|
16
21
|
|
|
17
|
-
|
|
18
22
|
### Bug Fixes
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
- **deps:** update dependency undici to v6.19.1 ([c64b634](https://github.com/podium-lib/client/commit/c64b6343c87630fc88a2dbf37ca26044c6a81c75))
|
|
21
25
|
|
|
22
26
|
## [5.0.32](https://github.com/podium-lib/client/compare/v5.0.31...v5.0.32) (2024-06-14)
|
|
23
27
|
|
|
24
|
-
|
|
25
28
|
### Bug Fixes
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
- **deps:** update dependency undici to v6.19.0 ([ae67694](https://github.com/podium-lib/client/commit/ae6769416e368071a7a7ff8776856cf2307877c0))
|
|
28
31
|
|
|
29
32
|
## [5.0.31](https://github.com/podium-lib/client/compare/v5.0.30...v5.0.31) (2024-06-05)
|
|
30
33
|
|
|
31
|
-
|
|
32
34
|
### Bug Fixes
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
- **deps:** update dependency @podium/schemas to v5.0.5 ([1fd5c68](https://github.com/podium-lib/client/commit/1fd5c68bf97de53cdffdb26f3510f569fd8a110f))
|
|
35
37
|
|
|
36
38
|
## [5.0.30](https://github.com/podium-lib/client/compare/v5.0.29...v5.0.30) (2024-06-04)
|
|
37
39
|
|
|
38
|
-
|
|
39
40
|
### Bug Fixes
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
- **deps:** update dependency @podium/schemas to v5.0.4 ([d3574df](https://github.com/podium-lib/client/commit/d3574dfa36e0aa0838ed1410e8b7c0cf15559c0b))
|
|
42
43
|
|
|
43
44
|
## [5.0.29](https://github.com/podium-lib/client/compare/v5.0.28...v5.0.29) (2024-05-29)
|
|
44
45
|
|
|
45
|
-
|
|
46
46
|
### Bug Fixes
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
- **deps:** update dependency undici to v6.18.2 ([68b44d0](https://github.com/podium-lib/client/commit/68b44d06037a5e8323ff2b7c913838b55e44f59e))
|
|
49
49
|
|
|
50
50
|
## [5.0.28](https://github.com/podium-lib/client/compare/v5.0.27...v5.0.28) (2024-05-26)
|
|
51
51
|
|
|
52
|
-
|
|
53
52
|
### Bug Fixes
|
|
54
53
|
|
|
55
|
-
|
|
54
|
+
- **deps:** update dependency @podium/schemas to v5.0.3 ([089f50a](https://github.com/podium-lib/client/commit/089f50ad1bf06c7bf6ae16fcb24cec3d243dd271))
|
|
56
55
|
|
|
57
56
|
## [5.0.27](https://github.com/podium-lib/client/compare/v5.0.26...v5.0.27) (2024-05-22)
|
|
58
57
|
|
|
59
|
-
|
|
60
58
|
### Bug Fixes
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
- **deps:** update dependency undici to v6.18.1 ([f1d0705](https://github.com/podium-lib/client/commit/f1d0705a269aee4ddb92b75ff4d791ba02e305e9))
|
|
63
61
|
|
|
64
62
|
## [5.0.26](https://github.com/podium-lib/client/compare/v5.0.25...v5.0.26) (2024-05-20)
|
|
65
63
|
|
|
66
|
-
|
|
67
64
|
### Bug Fixes
|
|
68
65
|
|
|
69
|
-
|
|
66
|
+
- **deps:** update dependency undici to v6.18.0 ([3c6585f](https://github.com/podium-lib/client/commit/3c6585f0d4ce5289f63034384243892557ec67c3))
|
|
70
67
|
|
|
71
68
|
## [5.0.25](https://github.com/podium-lib/client/compare/v5.0.24...v5.0.25) (2024-05-17)
|
|
72
69
|
|
|
73
|
-
|
|
74
70
|
### Bug Fixes
|
|
75
71
|
|
|
76
|
-
|
|
72
|
+
- **deps:** update dependency undici to v6.17.0 ([83f8fba](https://github.com/podium-lib/client/commit/83f8fbaa6c1c417f29f76152510d14cba673abe3))
|
|
77
73
|
|
|
78
74
|
## [5.0.24](https://github.com/podium-lib/client/compare/v5.0.23...v5.0.24) (2024-05-15)
|
|
79
75
|
|
|
80
|
-
|
|
81
76
|
### Bug Fixes
|
|
82
77
|
|
|
83
|
-
|
|
78
|
+
- **deps:** update dependency @podium/utils to v5.0.7 ([ee4ee5b](https://github.com/podium-lib/client/commit/ee4ee5b160ff2aab130e17a3e86abdfec08d1864))
|
|
84
79
|
|
|
85
80
|
## [5.0.23](https://github.com/podium-lib/client/compare/v5.0.22...v5.0.23) (2024-05-15)
|
|
86
81
|
|
|
87
|
-
|
|
88
82
|
### Bug Fixes
|
|
89
83
|
|
|
90
|
-
|
|
84
|
+
- make response toJSON return type serializable ([026a723](https://github.com/podium-lib/client/commit/026a723b545c6b3b0c622851b7d164be2674e8a2))
|
|
91
85
|
|
|
92
86
|
## [5.0.22](https://github.com/podium-lib/client/compare/v5.0.21...v5.0.22) (2024-05-15)
|
|
93
87
|
|
|
94
|
-
|
|
95
88
|
### Bug Fixes
|
|
96
89
|
|
|
97
|
-
|
|
90
|
+
- generate type definitions before publish ([8189b01](https://github.com/podium-lib/client/commit/8189b01c54c733c760b02f2138803f9b64a6fee5))
|
|
98
91
|
|
|
99
92
|
## [5.0.21](https://github.com/podium-lib/client/compare/v5.0.20...v5.0.21) (2024-05-14)
|
|
100
93
|
|
|
101
|
-
|
|
102
94
|
### Bug Fixes
|
|
103
95
|
|
|
104
|
-
|
|
105
|
-
|
|
96
|
+
- export same types as before ([0e3c65a](https://github.com/podium-lib/client/commit/0e3c65afc0fef7e6c53ad544dc80cb7f8dc8596b))
|
|
97
|
+
- generate types from JSDoc ([32cac7e](https://github.com/podium-lib/client/commit/32cac7e10a76494c0d2df602f41d42a67e8e7b6c))
|
|
106
98
|
|
|
107
99
|
## [5.0.20](https://github.com/podium-lib/client/compare/v5.0.19...v5.0.20) (2024-05-14)
|
|
108
100
|
|
|
109
|
-
|
|
110
101
|
### Bug Fixes
|
|
111
102
|
|
|
112
|
-
|
|
103
|
+
- **deps:** update dependency @podium/schemas to v5.0.2 ([e8e2fb4](https://github.com/podium-lib/client/commit/e8e2fb45e00be74222fa19e1faba1f29829976e8))
|
|
113
104
|
|
|
114
105
|
## [5.0.19](https://github.com/podium-lib/client/compare/v5.0.18...v5.0.19) (2024-05-13)
|
|
115
106
|
|
|
116
|
-
|
|
117
107
|
### Bug Fixes
|
|
118
108
|
|
|
119
|
-
|
|
109
|
+
- **deps:** update dependency @podium/utils to v5.0.6 ([fb1e29f](https://github.com/podium-lib/client/commit/fb1e29f6734fc04f907c64904c535bb02faca334))
|
|
120
110
|
|
|
121
111
|
## [5.0.18](https://github.com/podium-lib/client/compare/v5.0.17...v5.0.18) (2024-05-10)
|
|
122
112
|
|
|
123
|
-
|
|
124
113
|
### Bug Fixes
|
|
125
114
|
|
|
126
|
-
|
|
115
|
+
- **deps:** update dependency undici to v6.16.1 ([16edd1c](https://github.com/podium-lib/client/commit/16edd1c20a34686182868f0432e3280952805450))
|
|
127
116
|
|
|
128
117
|
## [5.0.17](https://github.com/podium-lib/client/compare/v5.0.16...v5.0.17) (2024-05-07)
|
|
129
118
|
|
|
130
|
-
|
|
131
119
|
### Bug Fixes
|
|
132
120
|
|
|
133
|
-
|
|
121
|
+
- **deps:** update dependency undici to v6.16.0 ([8884811](https://github.com/podium-lib/client/commit/88848113650e00183f0368aa7c8642a33aaae3ec))
|
|
134
122
|
|
|
135
123
|
## [5.0.16](https://github.com/podium-lib/client/compare/v5.0.15...v5.0.16) (2024-05-07)
|
|
136
124
|
|
|
137
|
-
|
|
138
125
|
### Bug Fixes
|
|
139
126
|
|
|
140
|
-
|
|
127
|
+
- **deps:** update dependency @podium/utils to v5.0.5 ([4059526](https://github.com/podium-lib/client/commit/40595261f2d5b644e7cda15e7d1998cdbbb8b3c3))
|
|
141
128
|
|
|
142
129
|
## [5.0.15](https://github.com/podium-lib/client/compare/v5.0.14...v5.0.15) (2024-05-07)
|
|
143
130
|
|
|
144
|
-
|
|
145
131
|
### Bug Fixes
|
|
146
132
|
|
|
147
|
-
|
|
133
|
+
- Requests hang on http errors ([a9c82b6](https://github.com/podium-lib/client/commit/a9c82b6a931d92540c69c2cbf911184710dc54ee))
|
|
148
134
|
|
|
149
135
|
## [5.0.14](https://github.com/podium-lib/client/compare/v5.0.13...v5.0.14) (2024-05-02)
|
|
150
136
|
|
|
151
|
-
|
|
152
137
|
### Bug Fixes
|
|
153
138
|
|
|
154
|
-
|
|
139
|
+
- **deps:** update dependency abslog to v2.4.4 ([0e21e41](https://github.com/podium-lib/client/commit/0e21e41d2503387dc1d796f857a41048f5222209))
|
|
155
140
|
|
|
156
141
|
## [5.0.13](https://github.com/podium-lib/client/compare/v5.0.12...v5.0.13) (2024-04-30)
|
|
157
142
|
|
|
158
|
-
|
|
159
143
|
### Bug Fixes
|
|
160
144
|
|
|
161
|
-
|
|
145
|
+
- **deps:** update dependency abslog to v2.4.3 ([ea2a8ff](https://github.com/podium-lib/client/commit/ea2a8ff0cc43c97cdd853551959928d4fcc53992))
|
|
162
146
|
|
|
163
147
|
## [5.0.12](https://github.com/podium-lib/client/compare/v5.0.11...v5.0.12) (2024-04-30)
|
|
164
148
|
|
|
165
|
-
|
|
166
149
|
### Bug Fixes
|
|
167
150
|
|
|
168
|
-
|
|
151
|
+
- **deps:** update dependency @podium/schemas to v5.0.1 ([f6b3f56](https://github.com/podium-lib/client/commit/f6b3f56e1be12b2e5a3d5296a00488e61d354662))
|
|
169
152
|
|
|
170
153
|
## [5.0.11](https://github.com/podium-lib/client/compare/v5.0.10...v5.0.11) (2024-04-23)
|
|
171
154
|
|
|
172
|
-
|
|
173
155
|
### Bug Fixes
|
|
174
156
|
|
|
175
|
-
|
|
157
|
+
- **deps:** update dependency @podium/utils to v5.0.4 ([b622774](https://github.com/podium-lib/client/commit/b62277448a0fe326fdd11504a0d7787132911908))
|
|
176
158
|
|
|
177
159
|
## [5.0.10](https://github.com/podium-lib/client/compare/v5.0.9...v5.0.10) (2024-04-12)
|
|
178
160
|
|
|
179
|
-
|
|
180
161
|
### Bug Fixes
|
|
181
162
|
|
|
182
|
-
|
|
163
|
+
- **deps:** update dependency abslog to v2.4.2 ([f36069e](https://github.com/podium-lib/client/commit/f36069ecc3022b3e02a7b4630511fee8b8c8e21d))
|
|
183
164
|
|
|
184
165
|
## [5.0.9](https://github.com/podium-lib/client/compare/v5.0.8...v5.0.9) (2024-04-12)
|
|
185
166
|
|
|
186
|
-
|
|
187
167
|
### Bug Fixes
|
|
188
168
|
|
|
189
|
-
|
|
169
|
+
- **deps:** update dependency @podium/utils to v5.0.3 ([9412fa6](https://github.com/podium-lib/client/commit/9412fa6d3dd847f595fc8818a2f74374f047feeb))
|
|
190
170
|
|
|
191
171
|
## [5.0.8](https://github.com/podium-lib/client/compare/v5.0.7...v5.0.8) (2024-04-10)
|
|
192
172
|
|
|
193
|
-
|
|
194
173
|
### Bug Fixes
|
|
195
174
|
|
|
196
|
-
|
|
175
|
+
- **deps:** update dependency abslog to v2.4.1 ([105a16c](https://github.com/podium-lib/client/commit/105a16c0ff0215cd68984d7aad7351b4b5b623b2))
|
|
197
176
|
|
|
198
177
|
## [5.0.7](https://github.com/podium-lib/client/compare/v5.0.6...v5.0.7) (2024-02-01)
|
|
199
178
|
|
|
200
|
-
|
|
201
179
|
### Bug Fixes
|
|
202
180
|
|
|
203
|
-
|
|
181
|
+
- **deps:** update dependency @podium/utils to v5.0.2 ([dd7af21](https://github.com/podium-lib/client/commit/dd7af21c3372e89b25096c1e4833463089dfa290))
|
|
204
182
|
|
|
205
183
|
## [5.0.6](https://github.com/podium-lib/client/compare/v5.0.5...v5.0.6) (2024-01-05)
|
|
206
184
|
|
|
207
|
-
|
|
208
185
|
### Bug Fixes
|
|
209
186
|
|
|
210
|
-
|
|
187
|
+
- log the full URI, not only the base ([f42640e](https://github.com/podium-lib/client/commit/f42640e3ddd04e77a87688be0f145eab4f9f335a))
|
|
211
188
|
|
|
212
189
|
## [5.0.5](https://github.com/podium-lib/client/compare/v5.0.4...v5.0.5) (2023-12-13)
|
|
213
190
|
|
|
214
|
-
|
|
215
191
|
### Bug Fixes
|
|
216
192
|
|
|
217
|
-
|
|
193
|
+
- **deps:** update dependency undici to v6 ([b0701be](https://github.com/podium-lib/client/commit/b0701be5abcb321bde4a58d74825593116ccc243))
|
|
218
194
|
|
|
219
195
|
## [5.0.4](https://github.com/podium-lib/client/compare/v5.0.3...v5.0.4) (2023-12-08)
|
|
220
196
|
|
|
221
|
-
|
|
222
197
|
### Bug Fixes
|
|
223
198
|
|
|
224
|
-
|
|
199
|
+
- **deps:** update dependency @podium/utils to v5.0.1 ([ea93a78](https://github.com/podium-lib/client/commit/ea93a786457c0773211909c623351df5329e00d8))
|
|
225
200
|
|
|
226
201
|
## [5.0.3](https://github.com/podium-lib/client/compare/v5.0.2...v5.0.3) (2023-12-06)
|
|
227
202
|
|
|
228
|
-
|
|
229
203
|
### Bug Fixes
|
|
230
204
|
|
|
231
|
-
|
|
205
|
+
- export default now that package is esm ([a1739e8](https://github.com/podium-lib/client/commit/a1739e8bcdde25e3cbb396534705e02411beb7cf))
|
|
232
206
|
|
|
233
207
|
## [5.0.2](https://github.com/podium-lib/client/compare/v5.0.1...v5.0.2) (2023-12-01)
|
|
234
208
|
|
|
235
|
-
|
|
236
209
|
### Bug Fixes
|
|
237
210
|
|
|
238
|
-
|
|
211
|
+
- Consume body on non 200 requests ([ebfc8be](https://github.com/podium-lib/client/commit/ebfc8be4cbb2fcb57ac49febc93fd0381fa9c09f))
|
|
239
212
|
|
|
240
213
|
## [5.0.1](https://github.com/podium-lib/client/compare/v5.0.0...v5.0.1) (2023-11-30)
|
|
241
214
|
|
|
242
|
-
|
|
243
215
|
### Bug Fixes
|
|
244
216
|
|
|
245
|
-
|
|
217
|
+
- set correct types file ([6d08e50](https://github.com/podium-lib/client/commit/6d08e501728745e180c7a5d436f238c468dec136))
|
|
246
218
|
|
|
247
219
|
# [5.0.0](https://github.com/podium-lib/client/compare/v4.6.1...v5.0.0) (2023-11-28)
|
|
248
220
|
|
|
249
|
-
|
|
250
221
|
### Bug Fixes
|
|
251
222
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
223
|
+
- **deps:** update dependency readable-stream to v4 ([d3aff96](https://github.com/podium-lib/client/commit/d3aff9608ebfefc294ab0b79563a96670019311f))
|
|
224
|
+
- **deps:** update dependency readable-stream to v4 ([9c7303a](https://github.com/podium-lib/client/commit/9c7303aea267f951a8359f3d0640588d8d82b21a))
|
|
225
|
+
- Fix inspect method on response object ([#294](https://github.com/podium-lib/client/issues/294)) ([94d1485](https://github.com/podium-lib/client/commit/94d14856ca2280888aa50e9cb7e7f782cd49666a))
|
|
256
226
|
|
|
257
227
|
### Features
|
|
258
228
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
229
|
+
- Convert to ESM ([#206](https://github.com/podium-lib/client/issues/206)) ([d31298f](https://github.com/podium-lib/client/commit/d31298fac7e1b84dc401c5832bce132a68a84943))
|
|
230
|
+
- Drop node 10.x support ([a71c3b0](https://github.com/podium-lib/client/commit/a71c3b08198f9a20de5e6af042d5a78f85c33c4f))
|
|
231
|
+
- Make HttpIncoming required first argument to .fetch() and .stream() ([9b80ee7](https://github.com/podium-lib/client/commit/9b80ee715397e780d2df267483b6bc2db32b1c62))
|
|
232
|
+
- Remove .js() and .css() methods ([#128](https://github.com/podium-lib/client/issues/128)) ([db6d306](https://github.com/podium-lib/client/commit/db6d30617160db76d85e8839c7f896ef3dc97b41))
|
|
233
|
+
- Remove deprecated 'change' and 'dispose' events ([#129](https://github.com/podium-lib/client/issues/129)) ([449fff1](https://github.com/podium-lib/client/commit/449fff13323d4f7f76fd406dbee1f2532701916b))
|
|
234
|
+
- replace request with undici for http requests ([31163db](https://github.com/podium-lib/client/commit/31163db538d87cb797135d7febcc6cc244eac17a))
|
|
235
|
+
- Support new proxy structure in manifest ([#295](https://github.com/podium-lib/client/issues/295)) ([d8aa28a](https://github.com/podium-lib/client/commit/d8aa28a59c8ab3fe66b146eecaaf487717599972))
|
|
236
|
+
- Use ES private properties instead of Symbols and defineProperty for privacy ([#131](https://github.com/podium-lib/client/issues/131)) ([2787a6c](https://github.com/podium-lib/client/commit/2787a6c406f9fb2bb2e85583082b818c2c247b63))
|
|
237
|
+
- Use native streams ([#215](https://github.com/podium-lib/client/issues/215)) ([f949c9c](https://github.com/podium-lib/client/commit/f949c9cc0d66431685138ca2c0367aec622bce78))
|
|
269
238
|
|
|
270
239
|
### BREAKING CHANGES
|
|
271
240
|
|
|
272
|
-
|
|
241
|
+
- Convert from CommonJS to ESM
|
|
273
242
|
|
|
274
|
-
|
|
243
|
+
- fix: Remove outcommented code
|
|
275
244
|
|
|
276
245
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
277
|
-
|
|
246
|
+
|
|
247
|
+
- Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`.
|
|
278
248
|
|
|
279
249
|
We've been using Symbols and `.defineProperty()` to define private properties in classes up until now. This has the downside that they are not true private and in later versions of node.js one would see these Symbols when inspecting an object. What we want is proper private properties.
|
|
280
250
|
|
|
@@ -305,551 +275,491 @@ Now the following will be printed:
|
|
|
305
275
|
```
|
|
306
276
|
|
|
307
277
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
308
|
-
|
|
278
|
+
|
|
279
|
+
- This removes the deprecated `change` and `dispose` events.
|
|
309
280
|
|
|
310
281
|
Resolves: https://github.com/podium-lib/issues/issues/24
|
|
311
282
|
|
|
312
|
-
|
|
283
|
+
- chore: lint love
|
|
313
284
|
|
|
314
285
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
315
|
-
|
|
286
|
+
|
|
287
|
+
- Remove .js() and .css() methods to retrieve fetched js and css for all podlets. Also removes the `resolveJs` and `resolveCss` arguments when registering a podlet.
|
|
316
288
|
|
|
317
289
|
Resolves: https://github.com/podium-lib/issues/issues/25
|
|
318
290
|
|
|
319
291
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
320
|
-
* Only support node 12 and 14.
|
|
321
|
-
* `HttpIncoming` must now be passed as the first argument to .fetch() and .stream()
|
|
322
292
|
|
|
323
|
-
|
|
293
|
+
- Only support node 12 and 14.
|
|
294
|
+
- `HttpIncoming` must now be passed as the first argument to .fetch() and .stream()
|
|
324
295
|
|
|
296
|
+
# [5.0.0-next.15](https://github.com/podium-lib/client/compare/v5.0.0-next.14...v5.0.0-next.15) (2023-11-28)
|
|
325
297
|
|
|
326
298
|
### Bug Fixes
|
|
327
299
|
|
|
328
|
-
|
|
329
|
-
|
|
300
|
+
- **deps:** update dependency readable-stream to v4 ([d3aff96](https://github.com/podium-lib/client/commit/d3aff9608ebfefc294ab0b79563a96670019311f))
|
|
301
|
+
- **deps:** update dependency readable-stream to v4 ([9c7303a](https://github.com/podium-lib/client/commit/9c7303aea267f951a8359f3d0640588d8d82b21a))
|
|
330
302
|
|
|
331
303
|
# [5.0.0-next.14](https://github.com/podium-lib/client/compare/v5.0.0-next.13...v5.0.0-next.14) (2023-11-28)
|
|
332
304
|
|
|
333
|
-
|
|
334
305
|
### Bug Fixes
|
|
335
306
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
307
|
+
- **deps:** update dependency @metrics/client to v2.5.1 ([c7f6b5b](https://github.com/podium-lib/client/commit/c7f6b5b1f22f700e17b86b031412955a77fdbc07))
|
|
308
|
+
- **deps:** update dependency @metrics/client to v2.5.2 ([764886f](https://github.com/podium-lib/client/commit/764886fe374bc364c9b3efd83a35d3fd041e6c43))
|
|
309
|
+
- **deps:** update dependency @podium/schemas to v4.1.33 ([9ee1fba](https://github.com/podium-lib/client/commit/9ee1fba908ed68cba8db8b98b6bf06b4f9a90e73))
|
|
310
|
+
- **deps:** update dependency @podium/schemas to v4.1.34 ([e95650f](https://github.com/podium-lib/client/commit/e95650f178192fdbd086cc82afa5fc22bdc5d838))
|
|
311
|
+
- **deps:** update dependency @podium/utils to v4.4.37 ([6d7fa24](https://github.com/podium-lib/client/commit/6d7fa2474ba5ea17d548783365a6cbe51c3e51af))
|
|
312
|
+
- **deps:** update dependency @podium/utils to v4.4.38 ([05b14df](https://github.com/podium-lib/client/commit/05b14dfdb20609c461b0a91aae4a6d7faf358dbc))
|
|
313
|
+
- **deps:** update dependency @podium/utils to v4.4.39 ([39289a0](https://github.com/podium-lib/client/commit/39289a02098950c54b1049e17f0269b8f85aa900))
|
|
314
|
+
- **deps:** update dependency @podium/utils to v4.4.41 ([e316c43](https://github.com/podium-lib/client/commit/e316c4328c2e66706a1b9c09ede50cdf75537b57))
|
|
315
|
+
- **deps:** update dependency @podium/utils to v4.5.1 ([3632899](https://github.com/podium-lib/client/commit/3632899f76254f78baf6e76430659dc0d507d3eb))
|
|
316
|
+
- Replace .abort() with .destroy() ([a41f44a](https://github.com/podium-lib/client/commit/a41f44a6c4aff7aec8201d05ce220dbdbb648cfd))
|
|
317
|
+
- return correct type in typescript definition. ([#311](https://github.com/podium-lib/client/issues/311)) ([e06f610](https://github.com/podium-lib/client/commit/e06f6103413b1c87761ad5cfde5fbb0488dd1099))
|
|
318
|
+
- Set log level for network errors to debug when throwable ([#298](https://github.com/podium-lib/client/issues/298)) ([3ba5d67](https://github.com/podium-lib/client/commit/3ba5d67192f417b4627d9f411a1fe4ffd2c98775))
|
|
319
|
+
- update type definitions ([d63a621](https://github.com/podium-lib/client/commit/d63a621762909e01acd6d29629c6061a757df146))
|
|
350
320
|
|
|
351
321
|
### Features
|
|
352
322
|
|
|
353
|
-
|
|
323
|
+
- use manifest asset scope field to filter assets ([fd83d64](https://github.com/podium-lib/client/commit/fd83d6486f9454f4fef2cdbcf3a05b86c81205c5))
|
|
354
324
|
|
|
355
325
|
## [4.6.1](https://github.com/podium-lib/client/compare/v4.6.0...v4.6.1) (2023-11-20)
|
|
356
326
|
|
|
357
|
-
|
|
358
327
|
### Bug Fixes
|
|
359
328
|
|
|
360
|
-
|
|
329
|
+
- **deps:** update dependency @podium/utils to v4.5.1 ([3632899](https://github.com/podium-lib/client/commit/3632899f76254f78baf6e76430659dc0d507d3eb))
|
|
361
330
|
|
|
362
331
|
# [4.6.0](https://github.com/podium-lib/client/compare/v4.5.35...v4.6.0) (2023-11-16)
|
|
363
332
|
|
|
364
|
-
|
|
365
333
|
### Features
|
|
366
334
|
|
|
367
|
-
|
|
335
|
+
- use manifest asset scope field to filter assets ([fd83d64](https://github.com/podium-lib/client/commit/fd83d6486f9454f4fef2cdbcf3a05b86c81205c5))
|
|
368
336
|
|
|
369
337
|
## [4.5.35](https://github.com/podium-lib/client/compare/v4.5.34...v4.5.35) (2023-10-19)
|
|
370
338
|
|
|
371
|
-
|
|
372
339
|
### Bug Fixes
|
|
373
340
|
|
|
374
|
-
|
|
341
|
+
- **deps:** update dependency @podium/utils to v4.4.41 ([e316c43](https://github.com/podium-lib/client/commit/e316c4328c2e66706a1b9c09ede50cdf75537b57))
|
|
375
342
|
|
|
376
343
|
## [4.5.34](https://github.com/podium-lib/client/compare/v4.5.33...v4.5.34) (2023-10-09)
|
|
377
344
|
|
|
378
|
-
|
|
379
345
|
### Bug Fixes
|
|
380
346
|
|
|
381
|
-
|
|
347
|
+
- update type definitions ([d63a621](https://github.com/podium-lib/client/commit/d63a621762909e01acd6d29629c6061a757df146))
|
|
382
348
|
|
|
383
349
|
## [4.5.33](https://github.com/podium-lib/client/compare/v4.5.32...v4.5.33) (2023-09-19)
|
|
384
350
|
|
|
385
|
-
|
|
386
351
|
### Bug Fixes
|
|
387
352
|
|
|
388
|
-
|
|
353
|
+
- **deps:** update dependency @metrics/client to v2.5.2 ([764886f](https://github.com/podium-lib/client/commit/764886fe374bc364c9b3efd83a35d3fd041e6c43))
|
|
389
354
|
|
|
390
355
|
## [4.5.32](https://github.com/podium-lib/client/compare/v4.5.31...v4.5.32) (2023-09-14)
|
|
391
356
|
|
|
392
|
-
|
|
393
357
|
### Bug Fixes
|
|
394
358
|
|
|
395
|
-
|
|
359
|
+
- **deps:** update dependency @metrics/client to v2.5.1 ([c7f6b5b](https://github.com/podium-lib/client/commit/c7f6b5b1f22f700e17b86b031412955a77fdbc07))
|
|
396
360
|
|
|
397
361
|
## [4.5.31](https://github.com/podium-lib/client/compare/v4.5.30...v4.5.31) (2023-05-11)
|
|
398
362
|
|
|
399
|
-
|
|
400
363
|
### Bug Fixes
|
|
401
364
|
|
|
402
|
-
|
|
365
|
+
- Replace .abort() with .destroy() ([a41f44a](https://github.com/podium-lib/client/commit/a41f44a6c4aff7aec8201d05ce220dbdbb648cfd))
|
|
403
366
|
|
|
404
367
|
## [4.5.30](https://github.com/podium-lib/client/compare/v4.5.29...v4.5.30) (2023-02-15)
|
|
405
368
|
|
|
406
|
-
|
|
407
369
|
### Bug Fixes
|
|
408
370
|
|
|
409
|
-
|
|
371
|
+
- return correct type in typescript definition. ([#311](https://github.com/podium-lib/client/issues/311)) ([e06f610](https://github.com/podium-lib/client/commit/e06f6103413b1c87761ad5cfde5fbb0488dd1099))
|
|
410
372
|
|
|
411
373
|
## [4.5.29](https://github.com/podium-lib/client/compare/v4.5.28...v4.5.29) (2023-01-04)
|
|
412
374
|
|
|
413
|
-
|
|
414
375
|
### Bug Fixes
|
|
415
376
|
|
|
416
|
-
|
|
377
|
+
- **deps:** update dependency @podium/utils to v4.4.39 ([39289a0](https://github.com/podium-lib/client/commit/39289a02098950c54b1049e17f0269b8f85aa900))
|
|
417
378
|
|
|
418
379
|
## [4.5.28](https://github.com/podium-lib/client/compare/v4.5.27...v4.5.28) (2023-01-04)
|
|
419
380
|
|
|
420
|
-
|
|
421
381
|
### Bug Fixes
|
|
422
382
|
|
|
423
|
-
|
|
383
|
+
- **deps:** update dependency @podium/schemas to v4.1.34 ([e95650f](https://github.com/podium-lib/client/commit/e95650f178192fdbd086cc82afa5fc22bdc5d838))
|
|
424
384
|
|
|
425
385
|
## [4.5.27](https://github.com/podium-lib/client/compare/v4.5.26...v4.5.27) (2022-12-07)
|
|
426
386
|
|
|
427
|
-
|
|
428
387
|
### Bug Fixes
|
|
429
388
|
|
|
430
|
-
|
|
389
|
+
- **deps:** update dependency @podium/utils to v4.4.38 ([05b14df](https://github.com/podium-lib/client/commit/05b14dfdb20609c461b0a91aae4a6d7faf358dbc))
|
|
431
390
|
|
|
432
391
|
## [4.5.26](https://github.com/podium-lib/client/compare/v4.5.25...v4.5.26) (2022-11-14)
|
|
433
392
|
|
|
434
|
-
|
|
435
393
|
### Bug Fixes
|
|
436
394
|
|
|
437
|
-
|
|
395
|
+
- **deps:** update dependency @podium/utils to v4.4.37 ([6d7fa24](https://github.com/podium-lib/client/commit/6d7fa2474ba5ea17d548783365a6cbe51c3e51af))
|
|
438
396
|
|
|
439
397
|
## [4.5.25](https://github.com/podium-lib/client/compare/v4.5.24...v4.5.25) (2022-11-14)
|
|
440
398
|
|
|
441
|
-
|
|
442
399
|
### Bug Fixes
|
|
443
400
|
|
|
444
|
-
|
|
401
|
+
- **deps:** update dependency @podium/schemas to v4.1.33 ([9ee1fba](https://github.com/podium-lib/client/commit/9ee1fba908ed68cba8db8b98b6bf06b4f9a90e73))
|
|
445
402
|
|
|
446
403
|
## [4.5.24](https://github.com/podium-lib/client/compare/v4.5.23...v4.5.24) (2022-10-18)
|
|
447
404
|
|
|
448
|
-
|
|
449
405
|
### Bug Fixes
|
|
450
406
|
|
|
451
|
-
|
|
407
|
+
- Set log level for network errors to debug when throwable ([#298](https://github.com/podium-lib/client/issues/298)) ([3ba5d67](https://github.com/podium-lib/client/commit/3ba5d67192f417b4627d9f411a1fe4ffd2c98775))
|
|
452
408
|
|
|
453
409
|
## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01)
|
|
454
410
|
|
|
455
|
-
|
|
456
411
|
### Bug Fixes
|
|
457
412
|
|
|
458
|
-
|
|
413
|
+
- Lower log level when throwable is true ([#291](https://github.com/podium-lib/client/issues/291)) ([c0d779b](https://github.com/podium-lib/client/commit/c0d779b3e22b671e5f7c6496c504b38cd9da5125))
|
|
459
414
|
|
|
460
415
|
# [5.0.0-next.13](https://github.com/podium-lib/client/compare/v5.0.0-next.12...v5.0.0-next.13) (2022-09-21)
|
|
461
416
|
|
|
462
|
-
|
|
463
417
|
### Features
|
|
464
418
|
|
|
465
|
-
|
|
419
|
+
- Support new proxy structure in manifest ([#295](https://github.com/podium-lib/client/issues/295)) ([d8aa28a](https://github.com/podium-lib/client/commit/d8aa28a59c8ab3fe66b146eecaaf487717599972))
|
|
466
420
|
|
|
467
421
|
# [5.0.0-next.12](https://github.com/podium-lib/client/compare/v5.0.0-next.11...v5.0.0-next.12) (2022-09-20)
|
|
468
422
|
|
|
469
|
-
|
|
470
423
|
### Features
|
|
471
424
|
|
|
472
|
-
|
|
425
|
+
- replace request with undici for http requests ([31163db](https://github.com/podium-lib/client/commit/31163db538d87cb797135d7febcc6cc244eac17a))
|
|
473
426
|
|
|
474
427
|
# [5.0.0-next.11](https://github.com/podium-lib/client/compare/v5.0.0-next.10...v5.0.0-next.11) (2022-09-08)
|
|
475
428
|
|
|
476
|
-
|
|
477
429
|
### Bug Fixes
|
|
478
430
|
|
|
479
|
-
|
|
431
|
+
- Fix inspect method on response object ([#294](https://github.com/podium-lib/client/issues/294)) ([94d1485](https://github.com/podium-lib/client/commit/94d14856ca2280888aa50e9cb7e7f782cd49666a))
|
|
480
432
|
|
|
481
433
|
# [5.0.0-next.10](https://github.com/podium-lib/client/compare/v5.0.0-next.9...v5.0.0-next.10) (2022-09-07)
|
|
482
434
|
|
|
483
|
-
|
|
484
435
|
### Bug Fixes
|
|
485
436
|
|
|
486
|
-
|
|
437
|
+
- Lower log level when throwable is true ([#291](https://github.com/podium-lib/client/issues/291)) ([c0d779b](https://github.com/podium-lib/client/commit/c0d779b3e22b671e5f7c6496c504b38cd9da5125))
|
|
487
438
|
|
|
488
439
|
# [5.0.0-next.9](https://github.com/podium-lib/client/compare/v5.0.0-next.8...v5.0.0-next.9) (2022-05-09)
|
|
489
|
-
## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01)
|
|
490
440
|
|
|
441
|
+
## [4.5.23](https://github.com/podium-lib/client/compare/v4.5.22...v4.5.23) (2022-09-01)
|
|
491
442
|
|
|
492
443
|
### Bug Fixes
|
|
493
444
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
445
|
+
- add 'redirect' to 'PodiumClientResponse' interface ([#235](https://github.com/podium-lib/client/issues/235)) ([6670007](https://github.com/podium-lib/client/commit/667000727187402d112c1087a4356492489a4003))
|
|
446
|
+
- **deps:** update dependency @podium/schemas to v4.1.17 ([6d249ed](https://github.com/podium-lib/client/commit/6d249ed8c3718642e78e71be6022feb113635ba8))
|
|
447
|
+
- **deps:** update dependency @podium/schemas to v4.1.18 ([36ca4a1](https://github.com/podium-lib/client/commit/36ca4a1425e227e30fd487a7e60908075628c32b))
|
|
448
|
+
- **deps:** update dependency @podium/schemas to v4.1.19 ([8a7f288](https://github.com/podium-lib/client/commit/8a7f288a57ce2d09d4cace08b836ef6c934a802c))
|
|
449
|
+
- **deps:** update dependency @podium/schemas to v4.1.20 ([b9c7ef4](https://github.com/podium-lib/client/commit/b9c7ef4665eb7aa852e9e3576bf89a0ee45c5fee))
|
|
450
|
+
- **deps:** update dependency @podium/schemas to v4.1.21 ([5a12fbd](https://github.com/podium-lib/client/commit/5a12fbdadd9a0f8ae1b4343ca33267852aa49aa0))
|
|
451
|
+
- **deps:** update dependency @podium/schemas to v4.1.22 ([a6ca70a](https://github.com/podium-lib/client/commit/a6ca70a87fdd264cfbefb0f5ecbe60c871606b00))
|
|
452
|
+
- **deps:** update dependency @podium/schemas to v4.1.23 ([0ad1042](https://github.com/podium-lib/client/commit/0ad104279a9a299737db5bbc5c2e65e43bacbc03))
|
|
453
|
+
- **deps:** update dependency @podium/schemas to v4.1.24 ([4cbad88](https://github.com/podium-lib/client/commit/4cbad88fc1a6b79627d0901e877fa9422292161d))
|
|
454
|
+
- **deps:** update dependency @podium/schemas to v4.1.25 ([8a8caa1](https://github.com/podium-lib/client/commit/8a8caa1c114c49b48a91383d45a75eb157e30140))
|
|
455
|
+
- **deps:** update dependency @podium/schemas to v4.1.26 ([a11d701](https://github.com/podium-lib/client/commit/a11d7019f9faeba1327af6df1b8377ae464c71b2))
|
|
456
|
+
- **deps:** update dependency @podium/schemas to v4.1.27 ([9b1d8d7](https://github.com/podium-lib/client/commit/9b1d8d711b435af1d517dc5d8e924d257cef529b))
|
|
457
|
+
- **deps:** update dependency @podium/schemas to v4.1.28 ([36e5398](https://github.com/podium-lib/client/commit/36e539822af10998a16c332b1303e1c8919f0ab3))
|
|
458
|
+
- **deps:** update dependency @podium/schemas to v4.1.29 ([7664934](https://github.com/podium-lib/client/commit/7664934071f7244a6c0213ea6c0a64153c435ed9))
|
|
459
|
+
- **deps:** update dependency @podium/schemas to v4.1.30 ([1a1c18e](https://github.com/podium-lib/client/commit/1a1c18e63a7a8130fcd450ffd9a03c11967d7416))
|
|
460
|
+
- **deps:** update dependency @podium/schemas to v4.1.31 ([563ebb7](https://github.com/podium-lib/client/commit/563ebb7c731f962250b56ba75d85689ebd92241e))
|
|
461
|
+
- **deps:** update dependency @podium/schemas to v4.1.32 ([fc13291](https://github.com/podium-lib/client/commit/fc13291ca3b6366d878bdd6bfdf10406dff11e74))
|
|
462
|
+
- **deps:** update dependency @podium/utils to v4.4.18 ([0448d3e](https://github.com/podium-lib/client/commit/0448d3ef39bfef8715b4e66ef8dc41a9634cd4cb))
|
|
463
|
+
- **deps:** update dependency @podium/utils to v4.4.19 ([e0c2c34](https://github.com/podium-lib/client/commit/e0c2c349fbf4d2db4efe060c0b883b07d6f0bcd8))
|
|
464
|
+
- **deps:** update dependency @podium/utils to v4.4.20 ([6b9b3f6](https://github.com/podium-lib/client/commit/6b9b3f630d521c189dca3b0acaecc46afe995036))
|
|
465
|
+
- **deps:** update dependency @podium/utils to v4.4.21 ([c007b67](https://github.com/podium-lib/client/commit/c007b67d118f3b88a8f91b915173dadb2b9026d0))
|
|
466
|
+
- **deps:** update dependency @podium/utils to v4.4.22 ([f65fbd0](https://github.com/podium-lib/client/commit/f65fbd00f2fe8256cc6290193dabd346907a1bda))
|
|
467
|
+
- **deps:** update dependency @podium/utils to v4.4.23 ([81200ea](https://github.com/podium-lib/client/commit/81200eabf600006f5c208e984acb4b81b28a725e))
|
|
468
|
+
- **deps:** update dependency @podium/utils to v4.4.24 ([747e73a](https://github.com/podium-lib/client/commit/747e73a7e737734b28520546bd6d449ab05497c8))
|
|
469
|
+
- **deps:** update dependency @podium/utils to v4.4.25 ([8e82542](https://github.com/podium-lib/client/commit/8e8254212ee69a01ba5b35c39aca2a2f558491b9))
|
|
470
|
+
- **deps:** update dependency @podium/utils to v4.4.26 ([9487380](https://github.com/podium-lib/client/commit/948738052a9d34294d52a0651c46b01043fa7852))
|
|
471
|
+
- **deps:** update dependency @podium/utils to v4.4.27 ([556a158](https://github.com/podium-lib/client/commit/556a158d1a341cca6f5e550de5882719b5169ac0))
|
|
472
|
+
- **deps:** update dependency @podium/utils to v4.4.28 ([581bdc6](https://github.com/podium-lib/client/commit/581bdc667d09d2b71e899691109a88b39b2b6847))
|
|
473
|
+
- **deps:** update dependency @podium/utils to v4.4.29 ([f33f1d9](https://github.com/podium-lib/client/commit/f33f1d93c33c7984b413b4781663a80c5dc52237))
|
|
474
|
+
- **deps:** update dependency @podium/utils to v4.4.30 ([954b607](https://github.com/podium-lib/client/commit/954b60788ca1d5677b143a473058e92c7ffcfef1))
|
|
475
|
+
- **deps:** update dependency @podium/utils to v4.4.31 ([0afdb26](https://github.com/podium-lib/client/commit/0afdb2648742e78b25e72bd46b6d345675574993))
|
|
476
|
+
- **deps:** update dependency @podium/utils to v4.4.32 ([798ed3a](https://github.com/podium-lib/client/commit/798ed3a5a89ccc046240f61f7bb85cc21045d0cf))
|
|
477
|
+
- **deps:** update dependency @podium/utils to v4.4.33 ([1136b6f](https://github.com/podium-lib/client/commit/1136b6f76d28229746f91b2fb1d44945c469dfd4))
|
|
478
|
+
- **deps:** update dependency @podium/utils to v4.4.34 ([81967fc](https://github.com/podium-lib/client/commit/81967fce15722ccfaab1ea64a6da475a319c5ab3))
|
|
479
|
+
- **deps:** update dependency @podium/utils to v4.4.35 ([9ba9720](https://github.com/podium-lib/client/commit/9ba9720698f1ce8548e8f76c07636a9f1ad44ac1))
|
|
480
|
+
- **deps:** update dependency @podium/utils to v4.4.36 ([6ca8bee](https://github.com/podium-lib/client/commit/6ca8bee3a3e49cfc10b55116ea8dd359ac3d2ebc))
|
|
531
481
|
|
|
532
482
|
### Features
|
|
533
483
|
|
|
534
|
-
|
|
484
|
+
- Support mixed protocols ([#228](https://github.com/podium-lib/client/issues/228)) ([f1e42fe](https://github.com/podium-lib/client/commit/f1e42feb298e755b1274e5cf79cf77243457c538))
|
|
535
485
|
|
|
536
486
|
# [5.0.0-next.8](https://github.com/podium-lib/client/compare/v5.0.0-next.7...v5.0.0-next.8) (2021-05-17)
|
|
537
487
|
|
|
538
|
-
|
|
488
|
+
- Lower log level when throwable is true ([#291](https://github.com/podium-lib/client/issues/291)) ([c0d779b](https://github.com/podium-lib/client/commit/c0d779b3e22b671e5f7c6496c504b38cd9da5125))
|
|
539
489
|
|
|
540
490
|
## [4.5.22](https://github.com/podium-lib/client/compare/v4.5.21...v4.5.22) (2022-03-23)
|
|
541
491
|
|
|
542
|
-
|
|
543
492
|
### Bug Fixes
|
|
544
493
|
|
|
545
|
-
|
|
494
|
+
- **deps:** update dependency @podium/utils to v4.4.36 ([6ca8bee](https://github.com/podium-lib/client/commit/6ca8bee3a3e49cfc10b55116ea8dd359ac3d2ebc))
|
|
546
495
|
|
|
547
496
|
## [4.5.21](https://github.com/podium-lib/client/compare/v4.5.20...v4.5.21) (2022-03-23)
|
|
548
497
|
|
|
549
|
-
|
|
550
498
|
### Bug Fixes
|
|
551
499
|
|
|
552
|
-
|
|
500
|
+
- **deps:** update dependency @podium/schemas to v4.1.32 ([fc13291](https://github.com/podium-lib/client/commit/fc13291ca3b6366d878bdd6bfdf10406dff11e74))
|
|
553
501
|
|
|
554
502
|
## [4.5.20](https://github.com/podium-lib/client/compare/v4.5.19...v4.5.20) (2022-02-05)
|
|
555
503
|
|
|
556
|
-
|
|
557
504
|
### Bug Fixes
|
|
558
505
|
|
|
559
|
-
|
|
506
|
+
- **deps:** update dependency @podium/utils to v4.4.35 ([9ba9720](https://github.com/podium-lib/client/commit/9ba9720698f1ce8548e8f76c07636a9f1ad44ac1))
|
|
560
507
|
|
|
561
508
|
## [4.5.19](https://github.com/podium-lib/client/compare/v4.5.18...v4.5.19) (2022-02-05)
|
|
562
509
|
|
|
563
|
-
|
|
564
510
|
### Bug Fixes
|
|
565
511
|
|
|
566
|
-
|
|
512
|
+
- **deps:** update dependency @podium/schemas to v4.1.31 ([563ebb7](https://github.com/podium-lib/client/commit/563ebb7c731f962250b56ba75d85689ebd92241e))
|
|
567
513
|
|
|
568
514
|
## [4.5.18](https://github.com/podium-lib/client/compare/v4.5.17...v4.5.18) (2022-01-15)
|
|
569
515
|
|
|
570
|
-
|
|
571
516
|
### Bug Fixes
|
|
572
517
|
|
|
573
|
-
|
|
518
|
+
- **deps:** update dependency @podium/utils to v4.4.34 ([81967fc](https://github.com/podium-lib/client/commit/81967fce15722ccfaab1ea64a6da475a319c5ab3))
|
|
574
519
|
|
|
575
520
|
## [4.5.17](https://github.com/podium-lib/client/compare/v4.5.16...v4.5.17) (2022-01-15)
|
|
576
521
|
|
|
577
|
-
|
|
578
522
|
### Bug Fixes
|
|
579
523
|
|
|
580
|
-
|
|
524
|
+
- **deps:** update dependency @podium/schemas to v4.1.30 ([1a1c18e](https://github.com/podium-lib/client/commit/1a1c18e63a7a8130fcd450ffd9a03c11967d7416))
|
|
581
525
|
|
|
582
526
|
## [4.5.16](https://github.com/podium-lib/client/compare/v4.5.15...v4.5.16) (2022-01-02)
|
|
583
527
|
|
|
584
|
-
|
|
585
528
|
### Bug Fixes
|
|
586
529
|
|
|
587
|
-
|
|
530
|
+
- **deps:** update dependency @podium/utils to v4.4.33 ([1136b6f](https://github.com/podium-lib/client/commit/1136b6f76d28229746f91b2fb1d44945c469dfd4))
|
|
588
531
|
|
|
589
532
|
## [4.5.15](https://github.com/podium-lib/client/compare/v4.5.14...v4.5.15) (2021-11-22)
|
|
590
533
|
|
|
591
|
-
|
|
592
534
|
### Bug Fixes
|
|
593
535
|
|
|
594
|
-
|
|
536
|
+
- **deps:** update dependency @podium/utils to v4.4.32 ([798ed3a](https://github.com/podium-lib/client/commit/798ed3a5a89ccc046240f61f7bb85cc21045d0cf))
|
|
595
537
|
|
|
596
538
|
## [4.5.14](https://github.com/podium-lib/client/compare/v4.5.13...v4.5.14) (2021-11-22)
|
|
597
539
|
|
|
598
|
-
|
|
599
540
|
### Bug Fixes
|
|
600
541
|
|
|
601
|
-
|
|
542
|
+
- **deps:** update dependency @podium/schemas to v4.1.29 ([7664934](https://github.com/podium-lib/client/commit/7664934071f7244a6c0213ea6c0a64153c435ed9))
|
|
602
543
|
|
|
603
544
|
## [4.5.13](https://github.com/podium-lib/client/compare/v4.5.12...v4.5.13) (2021-11-17)
|
|
604
545
|
|
|
605
|
-
|
|
606
546
|
### Bug Fixes
|
|
607
547
|
|
|
608
|
-
|
|
548
|
+
- **deps:** update dependency @podium/utils to v4.4.31 ([0afdb26](https://github.com/podium-lib/client/commit/0afdb2648742e78b25e72bd46b6d345675574993))
|
|
609
549
|
|
|
610
550
|
## [4.5.12](https://github.com/podium-lib/client/compare/v4.5.11...v4.5.12) (2021-11-17)
|
|
611
551
|
|
|
612
|
-
|
|
613
552
|
### Bug Fixes
|
|
614
553
|
|
|
615
|
-
|
|
554
|
+
- **deps:** update dependency @podium/schemas to v4.1.28 ([36e5398](https://github.com/podium-lib/client/commit/36e539822af10998a16c332b1303e1c8919f0ab3))
|
|
616
555
|
|
|
617
556
|
## [4.5.11](https://github.com/podium-lib/client/compare/v4.5.10...v4.5.11) (2021-11-15)
|
|
618
557
|
|
|
619
|
-
|
|
620
558
|
### Bug Fixes
|
|
621
559
|
|
|
622
|
-
|
|
560
|
+
- **deps:** update dependency @podium/utils to v4.4.30 ([954b607](https://github.com/podium-lib/client/commit/954b60788ca1d5677b143a473058e92c7ffcfef1))
|
|
623
561
|
|
|
624
562
|
## [4.5.10](https://github.com/podium-lib/client/compare/v4.5.9...v4.5.10) (2021-11-14)
|
|
625
563
|
|
|
626
|
-
|
|
627
564
|
### Bug Fixes
|
|
628
565
|
|
|
629
|
-
|
|
566
|
+
- **deps:** update dependency @podium/utils to v4.4.29 ([f33f1d9](https://github.com/podium-lib/client/commit/f33f1d93c33c7984b413b4781663a80c5dc52237))
|
|
630
567
|
|
|
631
568
|
## [4.5.9](https://github.com/podium-lib/client/compare/v4.5.8...v4.5.9) (2021-11-14)
|
|
632
569
|
|
|
633
|
-
|
|
634
570
|
### Bug Fixes
|
|
635
571
|
|
|
636
|
-
|
|
572
|
+
- **deps:** update dependency @podium/schemas to v4.1.27 ([9b1d8d7](https://github.com/podium-lib/client/commit/9b1d8d711b435af1d517dc5d8e924d257cef529b))
|
|
637
573
|
|
|
638
574
|
## [4.5.8](https://github.com/podium-lib/client/compare/v4.5.7...v4.5.8) (2021-11-09)
|
|
639
575
|
|
|
640
|
-
|
|
641
576
|
### Bug Fixes
|
|
642
577
|
|
|
643
|
-
|
|
578
|
+
- **deps:** update dependency @podium/utils to v4.4.28 ([581bdc6](https://github.com/podium-lib/client/commit/581bdc667d09d2b71e899691109a88b39b2b6847))
|
|
644
579
|
|
|
645
580
|
## [4.5.7](https://github.com/podium-lib/client/compare/v4.5.6...v4.5.7) (2021-11-09)
|
|
646
581
|
|
|
647
|
-
|
|
648
582
|
### Bug Fixes
|
|
649
583
|
|
|
650
|
-
|
|
584
|
+
- **deps:** update dependency @podium/schemas to v4.1.26 ([a11d701](https://github.com/podium-lib/client/commit/a11d7019f9faeba1327af6df1b8377ae464c71b2))
|
|
651
585
|
|
|
652
586
|
## [4.5.6](https://github.com/podium-lib/client/compare/v4.5.5...v4.5.6) (2021-10-27)
|
|
653
587
|
|
|
654
|
-
|
|
655
588
|
### Bug Fixes
|
|
656
589
|
|
|
657
|
-
|
|
590
|
+
- **deps:** update dependency @podium/utils to v4.4.27 ([556a158](https://github.com/podium-lib/client/commit/556a158d1a341cca6f5e550de5882719b5169ac0))
|
|
658
591
|
|
|
659
592
|
## [4.5.5](https://github.com/podium-lib/client/compare/v4.5.4...v4.5.5) (2021-10-27)
|
|
660
593
|
|
|
661
|
-
|
|
662
594
|
### Bug Fixes
|
|
663
595
|
|
|
664
|
-
|
|
596
|
+
- add 'redirect' to 'PodiumClientResponse' interface ([#235](https://github.com/podium-lib/client/issues/235)) ([6670007](https://github.com/podium-lib/client/commit/667000727187402d112c1087a4356492489a4003))
|
|
665
597
|
|
|
666
598
|
## [4.5.4](https://github.com/podium-lib/client/compare/v4.5.3...v4.5.4) (2021-09-13)
|
|
667
599
|
|
|
668
|
-
|
|
669
600
|
### Bug Fixes
|
|
670
601
|
|
|
671
|
-
|
|
602
|
+
- **deps:** update dependency @podium/utils to v4.4.26 ([9487380](https://github.com/podium-lib/client/commit/948738052a9d34294d52a0651c46b01043fa7852))
|
|
672
603
|
|
|
673
604
|
## [4.5.3](https://github.com/podium-lib/client/compare/v4.5.2...v4.5.3) (2021-09-13)
|
|
674
605
|
|
|
675
|
-
|
|
676
606
|
### Bug Fixes
|
|
677
607
|
|
|
678
|
-
|
|
608
|
+
- **deps:** update dependency @podium/schemas to v4.1.25 ([8a8caa1](https://github.com/podium-lib/client/commit/8a8caa1c114c49b48a91383d45a75eb157e30140))
|
|
679
609
|
|
|
680
610
|
## [4.5.2](https://github.com/podium-lib/client/compare/v4.5.1...v4.5.2) (2021-08-14)
|
|
681
611
|
|
|
682
|
-
|
|
683
612
|
### Bug Fixes
|
|
684
613
|
|
|
685
|
-
|
|
614
|
+
- **deps:** update dependency @podium/utils to v4.4.25 ([8e82542](https://github.com/podium-lib/client/commit/8e8254212ee69a01ba5b35c39aca2a2f558491b9))
|
|
686
615
|
|
|
687
616
|
## [4.5.1](https://github.com/podium-lib/client/compare/v4.5.0...v4.5.1) (2021-08-14)
|
|
688
617
|
|
|
689
|
-
|
|
690
618
|
### Bug Fixes
|
|
691
619
|
|
|
692
|
-
|
|
620
|
+
- **deps:** update dependency @podium/schemas to v4.1.24 ([4cbad88](https://github.com/podium-lib/client/commit/4cbad88fc1a6b79627d0901e877fa9422292161d))
|
|
693
621
|
|
|
694
622
|
# [4.5.0](https://github.com/podium-lib/client/compare/v4.4.33...v4.5.0) (2021-07-19)
|
|
695
623
|
|
|
696
|
-
|
|
697
624
|
### Features
|
|
698
625
|
|
|
699
|
-
|
|
626
|
+
- Use native streams ([#215](https://github.com/podium-lib/client/issues/215)) ([f949c9c](https://github.com/podium-lib/client/commit/f949c9cc0d66431685138ca2c0367aec622bce78))
|
|
700
627
|
|
|
701
628
|
# [5.0.0-next.7](https://github.com/podium-lib/client/compare/v5.0.0-next.6...v5.0.0-next.7) (2021-05-05)
|
|
702
|
-
* Support mixed protocols ([#228](https://github.com/podium-lib/client/issues/228)) ([f1e42fe](https://github.com/podium-lib/client/commit/f1e42feb298e755b1274e5cf79cf77243457c538))
|
|
703
629
|
|
|
704
|
-
|
|
630
|
+
- Support mixed protocols ([#228](https://github.com/podium-lib/client/issues/228)) ([f1e42fe](https://github.com/podium-lib/client/commit/f1e42feb298e755b1274e5cf79cf77243457c538))
|
|
705
631
|
|
|
632
|
+
## [4.4.33](https://github.com/podium-lib/client/compare/v4.4.32...v4.4.33) (2021-07-16)
|
|
706
633
|
|
|
707
634
|
### Bug Fixes
|
|
708
635
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
636
|
+
- **deps:** update dependency @podium/schemas to v4.0.4 ([#136](https://github.com/podium-lib/client/issues/136)) ([9f71f0f](https://github.com/podium-lib/client/commit/9f71f0fe3c579d58c6a3b5376f8d9a0f3165867e)), closes [#142](https://github.com/podium-lib/client/issues/142)
|
|
637
|
+
- **deps:** update dependency @podium/schemas to v4.0.5 ([e9263c9](https://github.com/podium-lib/client/commit/e9263c9c7d7a890bd913249ea29adce9ed786ea3))
|
|
638
|
+
- **deps:** update dependency @podium/schemas to v4.1.10 ([8f12c52](https://github.com/podium-lib/client/commit/8f12c52ed6e3f0e214e66ee4c293e65422a0b9f2))
|
|
639
|
+
- **deps:** update dependency @podium/schemas to v4.1.11 ([4f136aa](https://github.com/podium-lib/client/commit/4f136aa20e99537dc8e4633133325b95a035640f))
|
|
640
|
+
- **deps:** update dependency @podium/schemas to v4.1.14 ([3870a77](https://github.com/podium-lib/client/commit/3870a77ccd7d03f05f051e42c49dfa4b1cd25e14))
|
|
641
|
+
- **deps:** update dependency @podium/schemas to v4.1.15 ([f9eea3f](https://github.com/podium-lib/client/commit/f9eea3faa87047316ace92382780899fc6d1533e))
|
|
642
|
+
- **deps:** update dependency @podium/schemas to v4.1.16 ([2156ae4](https://github.com/podium-lib/client/commit/2156ae49c6832a9d9895bdb4d506b83c5c67205e))
|
|
643
|
+
- **deps:** update dependency @podium/utils to v4.3.1 ([f5483b6](https://github.com/podium-lib/client/commit/f5483b6445baf36e6d1d33daa59da564a42ef33e))
|
|
644
|
+
- **deps:** update dependency @podium/utils to v4.3.3 ([f4ee3a2](https://github.com/podium-lib/client/commit/f4ee3a2d6e821cfd9033deac4ed5661c0eb5fbf8))
|
|
645
|
+
- **deps:** update dependency @podium/utils to v4.4.0 ([f3712b3](https://github.com/podium-lib/client/commit/f3712b3be5e17d0e2956e9e4cae3cf79696a3634))
|
|
646
|
+
- **deps:** update dependency @podium/utils to v4.4.1 ([3f0dddc](https://github.com/podium-lib/client/commit/3f0dddcf3b203d1903dc13fa4522c632459ae48b))
|
|
647
|
+
- **deps:** update dependency @podium/utils to v4.4.13 ([6771733](https://github.com/podium-lib/client/commit/67717335c91b5366c2931cbf8d34e5d62c720678))
|
|
648
|
+
- **deps:** update dependency @podium/utils to v4.4.14 ([cd7ed39](https://github.com/podium-lib/client/commit/cd7ed39fadf12232a6fc67678815dd30c8a076ac))
|
|
649
|
+
- **deps:** update dependency @podium/utils to v4.4.15 ([ce00590](https://github.com/podium-lib/client/commit/ce00590e5c5eb23ca138f4337605b8a84787e01c))
|
|
650
|
+
- **deps:** update dependency @podium/utils to v4.4.16 ([f0bfe5f](https://github.com/podium-lib/client/commit/f0bfe5f24d4fc0a69e36cab7e80b0d8d11415aca))
|
|
651
|
+
- **deps:** update dependency @podium/utils to v4.4.17 ([a57669c](https://github.com/podium-lib/client/commit/a57669c5e26745a04b5e7b453db41049d7aea8c7))
|
|
652
|
+
- Update @podium/schema to version 4.1.9 to fix ajv error ([#188](https://github.com/podium-lib/client/issues/188)) ([1b03065](https://github.com/podium-lib/client/commit/1b0306562a15e0fe496adb22bf9b2aa76ac26436))
|
|
727
653
|
|
|
728
654
|
### Features
|
|
729
655
|
|
|
730
|
-
|
|
731
|
-
|
|
656
|
+
- Convert to ESM ([#206](https://github.com/podium-lib/client/issues/206)) ([d31298f](https://github.com/podium-lib/client/commit/d31298fac7e1b84dc401c5832bce132a68a84943))
|
|
732
657
|
|
|
733
658
|
### BREAKING CHANGES
|
|
734
659
|
|
|
735
|
-
|
|
660
|
+
- Convert from CommonJS to ESM
|
|
736
661
|
|
|
737
|
-
|
|
662
|
+
- fix: Remove outcommented code
|
|
738
663
|
|
|
739
664
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
740
665
|
|
|
741
666
|
# [5.0.0-next.6](https://github.com/podium-lib/client/compare/v5.0.0-next.5...v5.0.0-next.6) (2020-10-06)
|
|
742
|
-
* **deps:** update dependency @podium/utils to v4.4.24 ([747e73a](https://github.com/podium-lib/client/commit/747e73a7e737734b28520546bd6d449ab05497c8))
|
|
743
667
|
|
|
744
|
-
|
|
668
|
+
- **deps:** update dependency @podium/utils to v4.4.24 ([747e73a](https://github.com/podium-lib/client/commit/747e73a7e737734b28520546bd6d449ab05497c8))
|
|
745
669
|
|
|
670
|
+
## [4.4.32](https://github.com/podium-lib/client/compare/v4.4.31...v4.4.32) (2021-07-16)
|
|
746
671
|
|
|
747
672
|
### Bug Fixes
|
|
748
673
|
|
|
749
|
-
|
|
674
|
+
- **deps:** update dependency @podium/schemas to v4.1.23 ([0ad1042](https://github.com/podium-lib/client/commit/0ad104279a9a299737db5bbc5c2e65e43bacbc03))
|
|
750
675
|
|
|
751
676
|
## [4.4.31](https://github.com/podium-lib/client/compare/v4.4.30...v4.4.31) (2021-07-04)
|
|
752
677
|
|
|
753
|
-
|
|
754
678
|
### Bug Fixes
|
|
755
679
|
|
|
756
|
-
|
|
680
|
+
- **deps:** update dependency @podium/schemas to v4.1.22 ([a6ca70a](https://github.com/podium-lib/client/commit/a6ca70a87fdd264cfbefb0f5ecbe60c871606b00))
|
|
757
681
|
|
|
758
682
|
## [4.4.30](https://github.com/podium-lib/client/compare/v4.4.29...v4.4.30) (2021-07-04)
|
|
759
683
|
|
|
760
|
-
|
|
761
684
|
### Bug Fixes
|
|
762
685
|
|
|
763
|
-
|
|
686
|
+
- **deps:** update dependency @podium/utils to v4.4.23 ([81200ea](https://github.com/podium-lib/client/commit/81200eabf600006f5c208e984acb4b81b28a725e))
|
|
764
687
|
|
|
765
688
|
## [4.4.29](https://github.com/podium-lib/client/compare/v4.4.28...v4.4.29) (2021-06-07)
|
|
766
689
|
|
|
767
|
-
|
|
768
690
|
### Bug Fixes
|
|
769
691
|
|
|
770
|
-
|
|
692
|
+
- **deps:** update dependency @podium/utils to v4.4.22 ([f65fbd0](https://github.com/podium-lib/client/commit/f65fbd00f2fe8256cc6290193dabd346907a1bda))
|
|
771
693
|
|
|
772
694
|
## [4.4.28](https://github.com/podium-lib/client/compare/v4.4.27...v4.4.28) (2021-06-06)
|
|
773
695
|
|
|
774
|
-
|
|
775
696
|
### Bug Fixes
|
|
776
697
|
|
|
777
|
-
|
|
698
|
+
- **deps:** update dependency @podium/schemas to v4.1.21 ([5a12fbd](https://github.com/podium-lib/client/commit/5a12fbdadd9a0f8ae1b4343ca33267852aa49aa0))
|
|
778
699
|
|
|
779
700
|
## [4.4.27](https://github.com/podium-lib/client/compare/v4.4.26...v4.4.27) (2021-05-24)
|
|
780
701
|
|
|
781
|
-
|
|
782
702
|
### Bug Fixes
|
|
783
703
|
|
|
784
|
-
|
|
704
|
+
- **deps:** update dependency @podium/utils to v4.4.21 ([c007b67](https://github.com/podium-lib/client/commit/c007b67d118f3b88a8f91b915173dadb2b9026d0))
|
|
785
705
|
|
|
786
706
|
## [4.4.26](https://github.com/podium-lib/client/compare/v4.4.25...v4.4.26) (2021-05-24)
|
|
787
707
|
|
|
788
|
-
|
|
789
708
|
### Bug Fixes
|
|
790
709
|
|
|
791
|
-
|
|
710
|
+
- **deps:** update dependency @podium/schemas to v4.1.20 ([b9c7ef4](https://github.com/podium-lib/client/commit/b9c7ef4665eb7aa852e9e3576bf89a0ee45c5fee))
|
|
792
711
|
|
|
793
712
|
## [4.4.25](https://github.com/podium-lib/client/compare/v4.4.24...v4.4.25) (2021-05-15)
|
|
794
713
|
|
|
795
|
-
|
|
796
714
|
### Bug Fixes
|
|
797
715
|
|
|
798
|
-
|
|
716
|
+
- **deps:** update dependency @podium/utils to v4.4.20 ([6b9b3f6](https://github.com/podium-lib/client/commit/6b9b3f630d521c189dca3b0acaecc46afe995036))
|
|
799
717
|
|
|
800
718
|
## [4.4.24](https://github.com/podium-lib/client/compare/v4.4.23...v4.4.24) (2021-05-14)
|
|
801
719
|
|
|
802
|
-
|
|
803
720
|
### Bug Fixes
|
|
804
721
|
|
|
805
|
-
|
|
722
|
+
- **deps:** update dependency @podium/schemas to v4.1.19 ([8a7f288](https://github.com/podium-lib/client/commit/8a7f288a57ce2d09d4cace08b836ef6c934a802c))
|
|
806
723
|
|
|
807
724
|
## [4.4.23](https://github.com/podium-lib/client/compare/v4.4.22...v4.4.23) (2021-05-09)
|
|
808
725
|
|
|
809
|
-
|
|
810
726
|
### Bug Fixes
|
|
811
727
|
|
|
812
|
-
|
|
728
|
+
- **deps:** update dependency @podium/utils to v4.4.19 ([e0c2c34](https://github.com/podium-lib/client/commit/e0c2c349fbf4d2db4efe060c0b883b07d6f0bcd8))
|
|
813
729
|
|
|
814
730
|
## [4.4.22](https://github.com/podium-lib/client/compare/v4.4.21...v4.4.22) (2021-05-09)
|
|
815
731
|
|
|
816
|
-
|
|
817
732
|
### Bug Fixes
|
|
818
733
|
|
|
819
|
-
|
|
734
|
+
- **deps:** update dependency @podium/schemas to v4.1.18 ([36ca4a1](https://github.com/podium-lib/client/commit/36ca4a1425e227e30fd487a7e60908075628c32b))
|
|
820
735
|
|
|
821
736
|
## [4.4.21](https://github.com/podium-lib/client/compare/v4.4.20...v4.4.21) (2021-05-05)
|
|
822
737
|
|
|
823
|
-
|
|
824
738
|
### Bug Fixes
|
|
825
739
|
|
|
826
|
-
|
|
740
|
+
- **deps:** update dependency @podium/utils to v4.4.18 ([0448d3e](https://github.com/podium-lib/client/commit/0448d3ef39bfef8715b4e66ef8dc41a9634cd4cb))
|
|
827
741
|
|
|
828
742
|
## [4.4.20](https://github.com/podium-lib/client/compare/v4.4.19...v4.4.20) (2021-05-05)
|
|
829
743
|
|
|
830
|
-
|
|
831
744
|
### Bug Fixes
|
|
832
745
|
|
|
833
|
-
|
|
746
|
+
- **deps:** update dependency @podium/schemas to v4.1.17 ([6d249ed](https://github.com/podium-lib/client/commit/6d249ed8c3718642e78e71be6022feb113635ba8))
|
|
834
747
|
|
|
835
748
|
## [4.4.19](https://github.com/podium-lib/client/compare/v4.4.18...v4.4.19) (2021-04-27)
|
|
836
749
|
|
|
837
|
-
|
|
838
750
|
### Bug Fixes
|
|
839
751
|
|
|
840
|
-
|
|
752
|
+
- emit errors on stream when .resolve method rejects ([#141](https://github.com/podium-lib/client/issues/141)) ([9bc989b](https://github.com/podium-lib/client/commit/9bc989b3f5190a2f19fe66420d54a2c23bbe574a))
|
|
841
753
|
|
|
842
754
|
# [5.0.0-next.5](https://github.com/podium-lib/client/compare/v5.0.0-next.4...v5.0.0-next.5) (2020-07-28)
|
|
843
755
|
|
|
844
|
-
|
|
845
756
|
### Features
|
|
846
757
|
|
|
847
|
-
|
|
848
|
-
|
|
758
|
+
- Use ES private properties instead of Symbols and defineProperty for privacy ([#131](https://github.com/podium-lib/client/issues/131)) ([2787a6c](https://github.com/podium-lib/client/commit/2787a6c406f9fb2bb2e85583082b818c2c247b63))
|
|
849
759
|
|
|
850
760
|
### BREAKING CHANGES
|
|
851
761
|
|
|
852
|
-
|
|
762
|
+
- Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`.
|
|
853
763
|
|
|
854
764
|
We've been using Symbols and `.defineProperty()` to define private properties in classes up until now. This has the downside that they are not true private and in later versions of node.js one would see these Symbols when inspecting an object. What we want is proper private properties.
|
|
855
765
|
|
|
@@ -883,33 +793,29 @@ Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
|
883
793
|
|
|
884
794
|
# [5.0.0-next.4](https://github.com/podium-lib/client/compare/v5.0.0-next.3...v5.0.0-next.4) (2020-07-16)
|
|
885
795
|
|
|
886
|
-
|
|
887
796
|
### Features
|
|
888
797
|
|
|
889
|
-
|
|
890
|
-
|
|
798
|
+
- Remove deprecated 'change' and 'dispose' events ([#129](https://github.com/podium-lib/client/issues/129)) ([449fff1](https://github.com/podium-lib/client/commit/449fff13323d4f7f76fd406dbee1f2532701916b))
|
|
891
799
|
|
|
892
800
|
### BREAKING CHANGES
|
|
893
801
|
|
|
894
|
-
|
|
802
|
+
- This removes the deprecated `change` and `dispose` events.
|
|
895
803
|
|
|
896
804
|
Resolves: https://github.com/podium-lib/issues/issues/24
|
|
897
805
|
|
|
898
|
-
|
|
806
|
+
- chore: lint love
|
|
899
807
|
|
|
900
808
|
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
901
809
|
|
|
902
810
|
# [5.0.0-next.3](https://github.com/podium-lib/client/compare/v5.0.0-next.2...v5.0.0-next.3) (2020-07-16)
|
|
903
811
|
|
|
904
|
-
|
|
905
812
|
### Features
|
|
906
813
|
|
|
907
|
-
|
|
908
|
-
|
|
814
|
+
- Remove .js() and .css() methods ([#128](https://github.com/podium-lib/client/issues/128)) ([db6d306](https://github.com/podium-lib/client/commit/db6d30617160db76d85e8839c7f896ef3dc97b41))
|
|
909
815
|
|
|
910
816
|
### BREAKING CHANGES
|
|
911
817
|
|
|
912
|
-
|
|
818
|
+
- Remove .js() and .css() methods to retrieve fetched js and css for all podlets. Also removes the `resolveJs` and `resolveCss` arguments when registering a podlet.
|
|
913
819
|
|
|
914
820
|
Resolves: https://github.com/podium-lib/issues/issues/25
|
|
915
821
|
|
|
@@ -917,141 +823,121 @@ Co-authored-by: Trygve Lie <trygve.lie@finn.no>
|
|
|
917
823
|
|
|
918
824
|
# [5.0.0-next.2](https://github.com/podium-lib/client/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-07-12)
|
|
919
825
|
|
|
920
|
-
|
|
921
826
|
### Features
|
|
922
827
|
|
|
923
|
-
|
|
924
|
-
|
|
828
|
+
- Drop node 10.x support ([a71c3b0](https://github.com/podium-lib/client/commit/a71c3b08198f9a20de5e6af042d5a78f85c33c4f))
|
|
925
829
|
|
|
926
830
|
### BREAKING CHANGES
|
|
927
831
|
|
|
928
|
-
|
|
832
|
+
- Only support node 12 and 14.
|
|
929
833
|
|
|
930
834
|
# [5.0.0-next.1](https://github.com/podium-lib/client/compare/v4.4.2...v5.0.0-next.1) (2020-07-12)
|
|
931
835
|
|
|
932
|
-
|
|
933
836
|
### Features
|
|
934
837
|
|
|
935
|
-
|
|
936
|
-
|
|
838
|
+
- Make HttpIncoming required first argument to .fetch() and .stream() ([9b80ee7](https://github.com/podium-lib/client/commit/9b80ee715397e780d2df267483b6bc2db32b1c62))
|
|
937
839
|
|
|
938
840
|
### BREAKING CHANGES
|
|
939
841
|
|
|
940
|
-
|
|
941
|
-
|
|
842
|
+
- `HttpIncoming` must now be passed as the first argument to .fetch() and .stream()
|
|
843
|
+
- **deps:** update dependency @podium/utils to v4.4.17 ([a57669c](https://github.com/podium-lib/client/commit/a57669c5e26745a04b5e7b453db41049d7aea8c7))
|
|
942
844
|
|
|
943
845
|
## [4.4.18](https://github.com/podium-lib/client/compare/v4.4.17...v4.4.18) (2021-04-27)
|
|
944
846
|
|
|
945
|
-
|
|
946
847
|
### Bug Fixes
|
|
947
848
|
|
|
948
|
-
|
|
849
|
+
- **deps:** update dependency @podium/schemas to v4.1.16 ([2156ae4](https://github.com/podium-lib/client/commit/2156ae49c6832a9d9895bdb4d506b83c5c67205e))
|
|
949
850
|
|
|
950
851
|
## [4.4.17](https://github.com/podium-lib/client/compare/v4.4.16...v4.4.17) (2021-04-12)
|
|
951
852
|
|
|
952
|
-
|
|
953
853
|
### Bug Fixes
|
|
954
854
|
|
|
955
|
-
|
|
855
|
+
- **deps:** update dependency @podium/utils to v4.4.16 ([f0bfe5f](https://github.com/podium-lib/client/commit/f0bfe5f24d4fc0a69e36cab7e80b0d8d11415aca))
|
|
956
856
|
|
|
957
857
|
## [4.4.16](https://github.com/podium-lib/client/compare/v4.4.15...v4.4.16) (2021-04-11)
|
|
958
858
|
|
|
959
|
-
|
|
960
859
|
### Bug Fixes
|
|
961
860
|
|
|
962
|
-
|
|
861
|
+
- **deps:** update dependency @podium/schemas to v4.1.15 ([f9eea3f](https://github.com/podium-lib/client/commit/f9eea3faa87047316ace92382780899fc6d1533e))
|
|
963
862
|
|
|
964
863
|
## [4.4.15](https://github.com/podium-lib/client/compare/v4.4.14...v4.4.15) (2021-04-02)
|
|
965
864
|
|
|
966
|
-
|
|
967
865
|
### Bug Fixes
|
|
968
866
|
|
|
969
|
-
|
|
867
|
+
- **deps:** update dependency @podium/utils to v4.4.15 ([ce00590](https://github.com/podium-lib/client/commit/ce00590e5c5eb23ca138f4337605b8a84787e01c))
|
|
970
868
|
|
|
971
869
|
## [4.4.14](https://github.com/podium-lib/client/compare/v4.4.13...v4.4.14) (2021-04-02)
|
|
972
870
|
|
|
973
|
-
|
|
974
871
|
### Bug Fixes
|
|
975
872
|
|
|
976
|
-
|
|
873
|
+
- **deps:** update dependency @podium/utils to v4.4.14 ([cd7ed39](https://github.com/podium-lib/client/commit/cd7ed39fadf12232a6fc67678815dd30c8a076ac))
|
|
977
874
|
|
|
978
875
|
## [4.4.13](https://github.com/podium-lib/client/compare/v4.4.12...v4.4.13) (2021-04-02)
|
|
979
876
|
|
|
980
|
-
|
|
981
877
|
### Bug Fixes
|
|
982
878
|
|
|
983
|
-
|
|
879
|
+
- **deps:** update dependency @podium/schemas to v4.1.14 ([3870a77](https://github.com/podium-lib/client/commit/3870a77ccd7d03f05f051e42c49dfa4b1cd25e14))
|
|
984
880
|
|
|
985
881
|
## [4.4.12](https://github.com/podium-lib/client/compare/v4.4.11...v4.4.12) (2021-04-01)
|
|
986
882
|
|
|
987
|
-
|
|
988
883
|
### Bug Fixes
|
|
989
884
|
|
|
990
|
-
|
|
885
|
+
- **deps:** update dependency @podium/utils to v4.4.13 ([6771733](https://github.com/podium-lib/client/commit/67717335c91b5366c2931cbf8d34e5d62c720678))
|
|
991
886
|
|
|
992
887
|
## [4.4.11](https://github.com/podium-lib/client/compare/v4.4.10...v4.4.11) (2021-04-01)
|
|
993
888
|
|
|
994
|
-
|
|
995
889
|
### Bug Fixes
|
|
996
890
|
|
|
997
|
-
|
|
891
|
+
- **deps:** update dependency @podium/schemas to v4.1.11 ([4f136aa](https://github.com/podium-lib/client/commit/4f136aa20e99537dc8e4633133325b95a035640f))
|
|
998
892
|
|
|
999
893
|
## [4.4.10](https://github.com/podium-lib/client/compare/v4.4.9...v4.4.10) (2021-03-31)
|
|
1000
894
|
|
|
1001
|
-
|
|
1002
895
|
### Bug Fixes
|
|
1003
896
|
|
|
1004
|
-
|
|
897
|
+
- **deps:** update dependency @podium/schemas to v4.1.10 ([8f12c52](https://github.com/podium-lib/client/commit/8f12c52ed6e3f0e214e66ee4c293e65422a0b9f2))
|
|
1005
898
|
|
|
1006
899
|
## [4.4.9](https://github.com/podium-lib/client/compare/v4.4.8...v4.4.9) (2021-03-31)
|
|
1007
900
|
|
|
1008
|
-
|
|
1009
901
|
### Bug Fixes
|
|
1010
902
|
|
|
1011
|
-
|
|
903
|
+
- Update @podium/schema to version 4.1.9 to fix ajv error ([#188](https://github.com/podium-lib/client/issues/188)) ([1b03065](https://github.com/podium-lib/client/commit/1b0306562a15e0fe496adb22bf9b2aa76ac26436))
|
|
1012
904
|
|
|
1013
905
|
## [4.4.8](https://github.com/podium-lib/client/compare/v4.4.7...v4.4.8) (2020-10-29)
|
|
1014
906
|
|
|
1015
|
-
|
|
1016
907
|
### Bug Fixes
|
|
1017
908
|
|
|
1018
|
-
|
|
909
|
+
- **deps:** update dependency @podium/utils to v4.4.1 ([3f0dddc](https://github.com/podium-lib/client/commit/3f0dddcf3b203d1903dc13fa4522c632459ae48b))
|
|
1019
910
|
|
|
1020
911
|
## [4.4.7](https://github.com/podium-lib/client/compare/v4.4.6...v4.4.7) (2020-10-12)
|
|
1021
912
|
|
|
1022
|
-
|
|
1023
913
|
### Bug Fixes
|
|
1024
914
|
|
|
1025
|
-
|
|
915
|
+
- **deps:** update dependency @podium/utils to v4.4.0 ([f3712b3](https://github.com/podium-lib/client/commit/f3712b3be5e17d0e2956e9e4cae3cf79696a3634))
|
|
1026
916
|
|
|
1027
917
|
## [4.4.6](https://github.com/podium-lib/client/compare/v4.4.5...v4.4.6) (2020-10-10)
|
|
1028
918
|
|
|
1029
|
-
|
|
1030
919
|
### Bug Fixes
|
|
1031
920
|
|
|
1032
|
-
|
|
921
|
+
- **deps:** update dependency @podium/utils to v4.3.3 ([f4ee3a2](https://github.com/podium-lib/client/commit/f4ee3a2d6e821cfd9033deac4ed5661c0eb5fbf8))
|
|
1033
922
|
|
|
1034
923
|
## [4.4.5](https://github.com/podium-lib/client/compare/v4.4.4...v4.4.5) (2020-10-10)
|
|
1035
924
|
|
|
1036
|
-
|
|
1037
925
|
### Bug Fixes
|
|
1038
926
|
|
|
1039
|
-
|
|
927
|
+
- **deps:** update dependency @podium/schemas to v4.0.5 ([e9263c9](https://github.com/podium-lib/client/commit/e9263c9c7d7a890bd913249ea29adce9ed786ea3))
|
|
1040
928
|
|
|
1041
929
|
## [4.4.4](https://github.com/podium-lib/client/compare/v4.4.3...v4.4.4) (2020-10-06)
|
|
1042
930
|
|
|
1043
|
-
|
|
1044
931
|
### Bug Fixes
|
|
1045
932
|
|
|
1046
|
-
|
|
1047
|
-
|
|
933
|
+
- **deps:** update dependency @podium/schemas to v4.0.4 ([#136](https://github.com/podium-lib/client/issues/136)) ([9f71f0f](https://github.com/podium-lib/client/commit/9f71f0fe3c579d58c6a3b5376f8d9a0f3165867e)), closes [#142](https://github.com/podium-lib/client/issues/142)
|
|
934
|
+
- **deps:** update dependency @podium/utils to v4.3.1 ([f5483b6](https://github.com/podium-lib/client/commit/f5483b6445baf36e6d1d33daa59da564a42ef33e))
|
|
1048
935
|
|
|
1049
936
|
## [4.4.3](https://github.com/podium-lib/client/compare/v4.4.2...v4.4.3) (2020-10-06)
|
|
1050
937
|
|
|
1051
|
-
|
|
1052
938
|
### Bug Fixes
|
|
1053
939
|
|
|
1054
|
-
|
|
940
|
+
- emit errors on stream when .resolve method rejects ([#141](https://github.com/podium-lib/client/issues/141)) ([9bc989b](https://github.com/podium-lib/client/commit/9bc989b3f5190a2f19fe66420d54a2c23bbe574a))
|
|
1055
941
|
|
|
1056
942
|
# Changelog
|
|
1057
943
|
|
|
@@ -1129,4 +1015,4 @@ The latest version of this document is always available in [releases][releases-u
|
|
|
1129
1015
|
[2.2.1]: https://github.com/podium-lib/client/compare/v2.2.0...v2.2.1
|
|
1130
1016
|
[2.2.0]: https://github.com/podium-lib/client/compare/v2.1.0...v2.2.0
|
|
1131
1017
|
[2.1.0]: https://github.com/podium-lib/client/compare/v2.0.0...v2.1.0
|
|
1132
|
-
[releases-url]: https://github.com/podium-lib/client/blob/
|
|
1018
|
+
[releases-url]: https://github.com/podium-lib/client/blob/main/CHANGELOG.md
|