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