@twin.org/web 0.0.3-next.31 → 0.0.3-next.33
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/dist/es/models/IFetchOptions.js.map +1 -1
- package/dist/es/utils/fetchHelper.js +1 -1
- package/dist/es/utils/fetchHelper.js.map +1 -1
- package/dist/types/models/IFetchOptions.d.ts +1 -1
- package/docs/changelog.md +262 -222
- package/docs/reference/interfaces/IFetchOptions.md +0 -2
- package/package.json +4 -4
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.33](https://github.com/twinfoundation/twin-framework/compare/web-v0.0.3-next.32...web-v0.0.3-next.33) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **web:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
16
|
+
* @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
20
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
21
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
22
|
+
|
|
23
|
+
## [0.0.3-next.32](https://github.com/twinfoundation/twin-framework/compare/web-v0.0.3-next.31...web-v0.0.3-next.32) (2026-04-30)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* use body on patch verb ([28627e5](https://github.com/twinfoundation/twin-framework/commit/28627e527d033d433acefe0e9fde52ba88c0d047))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* dependencies
|
|
35
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
36
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
37
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
38
|
+
* devDependencies
|
|
39
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
40
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
41
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
42
|
+
|
|
43
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.30...web-v0.0.3-next.31) (2026-04-14)
|
|
4
44
|
|
|
5
45
|
|
|
6
46
|
### Miscellaneous Chores
|
|
@@ -20,7 +60,7 @@
|
|
|
20
60
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
21
61
|
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
22
62
|
|
|
23
|
-
## [0.0.3-next.30](https://github.com/
|
|
63
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.29...web-v0.0.3-next.30) (2026-04-14)
|
|
24
64
|
|
|
25
65
|
|
|
26
66
|
### Miscellaneous Chores
|
|
@@ -40,12 +80,12 @@
|
|
|
40
80
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
41
81
|
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
42
82
|
|
|
43
|
-
## [0.0.3-next.29](https://github.com/
|
|
83
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.28...web-v0.0.3-next.29) (2026-04-14)
|
|
44
84
|
|
|
45
85
|
|
|
46
86
|
### Features
|
|
47
87
|
|
|
48
|
-
* additional http header extraction ([#262](https://github.com/
|
|
88
|
+
* additional http header extraction ([#262](https://github.com/iotaledger/twin-framework/issues/262)) ([124fa3f](https://github.com/iotaledger/twin-framework/commit/124fa3fdd118ed17f973d4b46842f5b7f35365c2))
|
|
49
89
|
|
|
50
90
|
|
|
51
91
|
### Dependencies
|
|
@@ -60,7 +100,7 @@
|
|
|
60
100
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
61
101
|
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
62
102
|
|
|
63
|
-
## [0.0.3-next.28](https://github.com/
|
|
103
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.27...web-v0.0.3-next.28) (2026-03-27)
|
|
64
104
|
|
|
65
105
|
|
|
66
106
|
### Miscellaneous Chores
|
|
@@ -80,7 +120,7 @@
|
|
|
80
120
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
81
121
|
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
82
122
|
|
|
83
|
-
## [0.0.3-next.27](https://github.com/
|
|
123
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.26...web-v0.0.3-next.27) (2026-03-27)
|
|
84
124
|
|
|
85
125
|
|
|
86
126
|
### Miscellaneous Chores
|
|
@@ -100,12 +140,12 @@
|
|
|
100
140
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
101
141
|
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
102
142
|
|
|
103
|
-
## [0.0.3-next.26](https://github.com/
|
|
143
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.25...web-v0.0.3-next.26) (2026-03-24)
|
|
104
144
|
|
|
105
145
|
|
|
106
146
|
### Features
|
|
107
147
|
|
|
108
|
-
* additional http link feature support ([b68b4cc](https://github.com/
|
|
148
|
+
* additional http link feature support ([b68b4cc](https://github.com/iotaledger/twin-framework/commit/b68b4cc6a6e3cf02f91e794353714e26a49fe66c))
|
|
109
149
|
|
|
110
150
|
|
|
111
151
|
### Dependencies
|
|
@@ -120,7 +160,7 @@
|
|
|
120
160
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
121
161
|
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
122
162
|
|
|
123
|
-
## [0.0.3-next.25](https://github.com/
|
|
163
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.24...web-v0.0.3-next.25) (2026-03-23)
|
|
124
164
|
|
|
125
165
|
|
|
126
166
|
### Miscellaneous Chores
|
|
@@ -140,12 +180,12 @@
|
|
|
140
180
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
141
181
|
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
142
182
|
|
|
143
|
-
## [0.0.3-next.24](https://github.com/
|
|
183
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.23...web-v0.0.3-next.24) (2026-03-19)
|
|
144
184
|
|
|
145
185
|
|
|
146
186
|
### Bug Fixes
|
|
147
187
|
|
|
148
|
-
* ensure __decorate is defined for decorators ([103a563](https://github.com/
|
|
188
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
149
189
|
|
|
150
190
|
|
|
151
191
|
### Dependencies
|
|
@@ -160,7 +200,7 @@
|
|
|
160
200
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
161
201
|
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
162
202
|
|
|
163
|
-
## [0.0.3-next.23](https://github.com/
|
|
203
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.22...web-v0.0.3-next.23) (2026-03-17)
|
|
164
204
|
|
|
165
205
|
|
|
166
206
|
### Miscellaneous Chores
|
|
@@ -180,7 +220,7 @@
|
|
|
180
220
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
181
221
|
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
182
222
|
|
|
183
|
-
## [0.0.3-next.22](https://github.com/
|
|
223
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.21...web-v0.0.3-next.22) (2026-02-26)
|
|
184
224
|
|
|
185
225
|
|
|
186
226
|
### Miscellaneous Chores
|
|
@@ -200,40 +240,40 @@
|
|
|
200
240
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
201
241
|
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
202
242
|
|
|
203
|
-
## [0.0.3-next.21](https://github.com/
|
|
243
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.20...web-v0.0.3-next.21) (2026-02-26)
|
|
204
244
|
|
|
205
245
|
|
|
206
246
|
### Features
|
|
207
247
|
|
|
208
|
-
* add additional header types ([#222](https://github.com/
|
|
209
|
-
* add context id features ([#206](https://github.com/
|
|
210
|
-
* add cookie helper method to web package ([#217](https://github.com/
|
|
211
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
212
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
213
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
214
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
215
|
-
* add Link header array support ([aff32a3](https://github.com/
|
|
216
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
217
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
218
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
219
|
-
* add/update http and mime types ([#229](https://github.com/
|
|
220
|
-
* adding link header helper ([#225](https://github.com/
|
|
221
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
222
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
223
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
224
|
-
* improve bearer creation and extraction ([b9ddd6d](https://github.com/
|
|
225
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
226
|
-
* locales validation ([#197](https://github.com/
|
|
227
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
228
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
229
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
230
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
231
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
248
|
+
* add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
|
|
249
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
250
|
+
* add cookie helper method to web package ([#217](https://github.com/iotaledger/twin-framework/issues/217)) ([043c632](https://github.com/iotaledger/twin-framework/commit/043c63298bff96f70bdefed56b82afef42ec3f44))
|
|
251
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
252
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
253
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
254
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
255
|
+
* add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
|
|
256
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
257
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
258
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
259
|
+
* add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
|
|
260
|
+
* adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
|
|
261
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
262
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
263
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
264
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
265
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
266
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
267
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
268
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
269
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
270
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
271
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
232
272
|
|
|
233
273
|
|
|
234
274
|
### Bug Fixes
|
|
235
275
|
|
|
236
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
276
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
237
277
|
|
|
238
278
|
|
|
239
279
|
### Dependencies
|
|
@@ -248,7 +288,7 @@
|
|
|
248
288
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
249
289
|
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
250
290
|
|
|
251
|
-
## [0.0.3-next.20](https://github.com/
|
|
291
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.19...web-v0.0.3-next.20) (2026-02-26)
|
|
252
292
|
|
|
253
293
|
|
|
254
294
|
### Miscellaneous Chores
|
|
@@ -268,7 +308,7 @@
|
|
|
268
308
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
269
309
|
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
270
310
|
|
|
271
|
-
## [0.0.3-next.19](https://github.com/
|
|
311
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.18...web-v0.0.3-next.19) (2026-02-26)
|
|
272
312
|
|
|
273
313
|
|
|
274
314
|
### Miscellaneous Chores
|
|
@@ -288,7 +328,7 @@
|
|
|
288
328
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
289
329
|
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
290
330
|
|
|
291
|
-
## [0.0.3-next.18](https://github.com/
|
|
331
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.17...web-v0.0.3-next.18) (2026-02-23)
|
|
292
332
|
|
|
293
333
|
|
|
294
334
|
### Miscellaneous Chores
|
|
@@ -308,7 +348,7 @@
|
|
|
308
348
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
309
349
|
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
310
350
|
|
|
311
|
-
## [0.0.3-next.17](https://github.com/
|
|
351
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.16...web-v0.0.3-next.17) (2026-02-09)
|
|
312
352
|
|
|
313
353
|
|
|
314
354
|
### Miscellaneous Chores
|
|
@@ -328,7 +368,7 @@
|
|
|
328
368
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
329
369
|
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
330
370
|
|
|
331
|
-
## [0.0.3-next.16](https://github.com/
|
|
371
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.15...web-v0.0.3-next.16) (2026-02-06)
|
|
332
372
|
|
|
333
373
|
|
|
334
374
|
### Miscellaneous Chores
|
|
@@ -348,7 +388,7 @@
|
|
|
348
388
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
349
389
|
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
350
390
|
|
|
351
|
-
## [0.0.3-next.15](https://github.com/
|
|
391
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.14...web-v0.0.3-next.15) (2026-01-29)
|
|
352
392
|
|
|
353
393
|
|
|
354
394
|
### Miscellaneous Chores
|
|
@@ -368,12 +408,12 @@
|
|
|
368
408
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
369
409
|
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
370
410
|
|
|
371
|
-
## [0.0.3-next.14](https://github.com/
|
|
411
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.13...web-v0.0.3-next.14) (2026-01-22)
|
|
372
412
|
|
|
373
413
|
|
|
374
414
|
### Features
|
|
375
415
|
|
|
376
|
-
* add/update http and mime types ([#229](https://github.com/
|
|
416
|
+
* add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
|
|
377
417
|
|
|
378
418
|
|
|
379
419
|
### Dependencies
|
|
@@ -388,12 +428,12 @@
|
|
|
388
428
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
389
429
|
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
390
430
|
|
|
391
|
-
## [0.0.3-next.13](https://github.com/
|
|
431
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.12...web-v0.0.3-next.13) (2026-01-08)
|
|
392
432
|
|
|
393
433
|
|
|
394
434
|
### Features
|
|
395
435
|
|
|
396
|
-
* add Link header array support ([aff32a3](https://github.com/
|
|
436
|
+
* add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
|
|
397
437
|
|
|
398
438
|
|
|
399
439
|
### Dependencies
|
|
@@ -408,12 +448,12 @@
|
|
|
408
448
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
409
449
|
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
410
450
|
|
|
411
|
-
## [0.0.3-next.12](https://github.com/
|
|
451
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.11...web-v0.0.3-next.12) (2026-01-08)
|
|
412
452
|
|
|
413
453
|
|
|
414
454
|
### Features
|
|
415
455
|
|
|
416
|
-
* adding link header helper ([#225](https://github.com/
|
|
456
|
+
* adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
|
|
417
457
|
|
|
418
458
|
|
|
419
459
|
### Dependencies
|
|
@@ -428,12 +468,12 @@
|
|
|
428
468
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
429
469
|
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
430
470
|
|
|
431
|
-
## [0.0.3-next.11](https://github.com/
|
|
471
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.10...web-v0.0.3-next.11) (2026-01-07)
|
|
432
472
|
|
|
433
473
|
|
|
434
474
|
### Features
|
|
435
475
|
|
|
436
|
-
* add additional header types ([#222](https://github.com/
|
|
476
|
+
* add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
|
|
437
477
|
|
|
438
478
|
|
|
439
479
|
### Dependencies
|
|
@@ -448,7 +488,7 @@
|
|
|
448
488
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
449
489
|
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
450
490
|
|
|
451
|
-
## [0.0.3-next.10](https://github.com/
|
|
491
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.9...web-v0.0.3-next.10) (2026-01-07)
|
|
452
492
|
|
|
453
493
|
|
|
454
494
|
### Miscellaneous Chores
|
|
@@ -468,12 +508,12 @@
|
|
|
468
508
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
469
509
|
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
470
510
|
|
|
471
|
-
## [0.0.3-next.9](https://github.com/
|
|
511
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.8...web-v0.0.3-next.9) (2026-01-05)
|
|
472
512
|
|
|
473
513
|
|
|
474
514
|
### Features
|
|
475
515
|
|
|
476
|
-
* add cookie helper method to web package ([#217](https://github.com/
|
|
516
|
+
* add cookie helper method to web package ([#217](https://github.com/iotaledger/twin-framework/issues/217)) ([043c632](https://github.com/iotaledger/twin-framework/commit/043c63298bff96f70bdefed56b82afef42ec3f44))
|
|
477
517
|
|
|
478
518
|
|
|
479
519
|
### Dependencies
|
|
@@ -488,7 +528,7 @@
|
|
|
488
528
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
489
529
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
490
530
|
|
|
491
|
-
## [0.0.3-next.8](https://github.com/
|
|
531
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.7...web-v0.0.3-next.8) (2025-11-26)
|
|
492
532
|
|
|
493
533
|
|
|
494
534
|
### Miscellaneous Chores
|
|
@@ -508,35 +548,35 @@
|
|
|
508
548
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
509
549
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
510
550
|
|
|
511
|
-
## [0.0.3-next.7](https://github.com/
|
|
551
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.6...web-v0.0.3-next.7) (2025-11-25)
|
|
512
552
|
|
|
513
553
|
|
|
514
554
|
### Features
|
|
515
555
|
|
|
516
|
-
* add context id features ([#206](https://github.com/
|
|
517
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
518
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
519
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
520
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
521
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
522
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
523
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
524
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
525
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
526
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
527
|
-
* improve bearer creation and extraction ([b9ddd6d](https://github.com/
|
|
528
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
529
|
-
* locales validation ([#197](https://github.com/
|
|
530
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
531
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
532
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
533
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
534
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
556
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
557
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
558
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
559
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
560
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
561
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
562
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
563
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
564
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
565
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
566
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
567
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
568
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
569
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
570
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
571
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
572
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
573
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
574
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
535
575
|
|
|
536
576
|
|
|
537
577
|
### Bug Fixes
|
|
538
578
|
|
|
539
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
579
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
540
580
|
|
|
541
581
|
|
|
542
582
|
### Dependencies
|
|
@@ -551,7 +591,7 @@
|
|
|
551
591
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
552
592
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
553
593
|
|
|
554
|
-
## [0.0.3-next.6](https://github.com/
|
|
594
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.5...web-v0.0.3-next.6) (2025-11-25)
|
|
555
595
|
|
|
556
596
|
|
|
557
597
|
### Miscellaneous Chores
|
|
@@ -571,7 +611,7 @@
|
|
|
571
611
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
572
612
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
573
613
|
|
|
574
|
-
## [0.0.3-next.5](https://github.com/
|
|
614
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.4...web-v0.0.3-next.5) (2025-11-20)
|
|
575
615
|
|
|
576
616
|
|
|
577
617
|
### Miscellaneous Chores
|
|
@@ -591,7 +631,7 @@
|
|
|
591
631
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
592
632
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
593
633
|
|
|
594
|
-
## [0.0.3-next.4](https://github.com/
|
|
634
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.3...web-v0.0.3-next.4) (2025-11-13)
|
|
595
635
|
|
|
596
636
|
|
|
597
637
|
### Miscellaneous Chores
|
|
@@ -611,7 +651,7 @@
|
|
|
611
651
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
612
652
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
613
653
|
|
|
614
|
-
## [0.0.3-next.3](https://github.com/
|
|
654
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.2...web-v0.0.3-next.3) (2025-11-12)
|
|
615
655
|
|
|
616
656
|
|
|
617
657
|
### Miscellaneous Chores
|
|
@@ -631,7 +671,7 @@
|
|
|
631
671
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
632
672
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
633
673
|
|
|
634
|
-
## [0.0.3-next.2](https://github.com/
|
|
674
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.1...web-v0.0.3-next.2) (2025-11-12)
|
|
635
675
|
|
|
636
676
|
|
|
637
677
|
### Miscellaneous Chores
|
|
@@ -651,35 +691,35 @@
|
|
|
651
691
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
652
692
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
653
693
|
|
|
654
|
-
## [0.0.3-next.1](https://github.com/
|
|
694
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.0...web-v0.0.3-next.1) (2025-11-10)
|
|
655
695
|
|
|
656
696
|
|
|
657
697
|
### Features
|
|
658
698
|
|
|
659
|
-
* add context id features ([#206](https://github.com/
|
|
660
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
661
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
662
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
663
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
664
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
665
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
666
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
667
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
668
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
669
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
670
|
-
* improve bearer creation and extraction ([b9ddd6d](https://github.com/
|
|
671
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
672
|
-
* locales validation ([#197](https://github.com/
|
|
673
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
674
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
675
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
676
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
677
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
699
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
700
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
701
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
702
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
703
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
704
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
705
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
706
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
707
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
708
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
709
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
710
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
711
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
712
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
713
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
714
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
715
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
716
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
717
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
678
718
|
|
|
679
719
|
|
|
680
720
|
### Bug Fixes
|
|
681
721
|
|
|
682
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
722
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
683
723
|
|
|
684
724
|
|
|
685
725
|
### Dependencies
|
|
@@ -694,7 +734,7 @@
|
|
|
694
734
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
695
735
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
696
736
|
|
|
697
|
-
## [0.0.2-next.22](https://github.com/
|
|
737
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.21...web-v0.0.2-next.22) (2025-10-10)
|
|
698
738
|
|
|
699
739
|
|
|
700
740
|
### Miscellaneous Chores
|
|
@@ -714,12 +754,12 @@
|
|
|
714
754
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
715
755
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
716
756
|
|
|
717
|
-
## [0.0.2-next.21](https://github.com/
|
|
757
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.20...web-v0.0.2-next.21) (2025-10-09)
|
|
718
758
|
|
|
719
759
|
|
|
720
760
|
### Features
|
|
721
761
|
|
|
722
|
-
* locales validation ([#197](https://github.com/
|
|
762
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
723
763
|
|
|
724
764
|
|
|
725
765
|
### Dependencies
|
|
@@ -734,7 +774,7 @@
|
|
|
734
774
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
735
775
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
736
776
|
|
|
737
|
-
## [0.0.2-next.20](https://github.com/
|
|
777
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.19...web-v0.0.2-next.20) (2025-10-02)
|
|
738
778
|
|
|
739
779
|
|
|
740
780
|
### Miscellaneous Chores
|
|
@@ -753,7 +793,7 @@
|
|
|
753
793
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
754
794
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
755
795
|
|
|
756
|
-
## [0.0.2-next.19](https://github.com/
|
|
796
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.18...web-v0.0.2-next.19) (2025-09-30)
|
|
757
797
|
|
|
758
798
|
|
|
759
799
|
### Miscellaneous Chores
|
|
@@ -772,7 +812,7 @@
|
|
|
772
812
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
773
813
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
774
814
|
|
|
775
|
-
## [0.0.2-next.18](https://github.com/
|
|
815
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.17...web-v0.0.2-next.18) (2025-09-29)
|
|
776
816
|
|
|
777
817
|
|
|
778
818
|
### Miscellaneous Chores
|
|
@@ -791,12 +831,12 @@
|
|
|
791
831
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
792
832
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
793
833
|
|
|
794
|
-
## [0.0.2-next.17](https://github.com/
|
|
834
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.16...web-v0.0.2-next.17) (2025-09-29)
|
|
795
835
|
|
|
796
836
|
|
|
797
837
|
### Features
|
|
798
838
|
|
|
799
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
839
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
800
840
|
|
|
801
841
|
|
|
802
842
|
### Dependencies
|
|
@@ -810,7 +850,7 @@
|
|
|
810
850
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
811
851
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
812
852
|
|
|
813
|
-
## [0.0.2-next.16](https://github.com/
|
|
853
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.15...web-v0.0.2-next.16) (2025-09-28)
|
|
814
854
|
|
|
815
855
|
|
|
816
856
|
### Miscellaneous Chores
|
|
@@ -829,12 +869,12 @@
|
|
|
829
869
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
830
870
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
831
871
|
|
|
832
|
-
## [0.0.2-next.15](https://github.com/
|
|
872
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.14...web-v0.0.2-next.15) (2025-09-22)
|
|
833
873
|
|
|
834
874
|
|
|
835
875
|
### Features
|
|
836
876
|
|
|
837
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
877
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
838
878
|
|
|
839
879
|
|
|
840
880
|
### Dependencies
|
|
@@ -848,12 +888,12 @@
|
|
|
848
888
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
849
889
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
850
890
|
|
|
851
|
-
## [0.0.2-next.14](https://github.com/
|
|
891
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.13...web-v0.0.2-next.14) (2025-09-22)
|
|
852
892
|
|
|
853
893
|
|
|
854
894
|
### Features
|
|
855
895
|
|
|
856
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
896
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
857
897
|
|
|
858
898
|
|
|
859
899
|
### Dependencies
|
|
@@ -867,7 +907,7 @@
|
|
|
867
907
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
868
908
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
869
909
|
|
|
870
|
-
## [0.0.2-next.13](https://github.com/
|
|
910
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.12...web-v0.0.2-next.13) (2025-09-22)
|
|
871
911
|
|
|
872
912
|
|
|
873
913
|
### Miscellaneous Chores
|
|
@@ -886,12 +926,12 @@
|
|
|
886
926
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
887
927
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
888
928
|
|
|
889
|
-
## [0.0.2-next.12](https://github.com/
|
|
929
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.11...web-v0.0.2-next.12) (2025-09-15)
|
|
890
930
|
|
|
891
931
|
|
|
892
932
|
### Features
|
|
893
933
|
|
|
894
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
934
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
895
935
|
|
|
896
936
|
|
|
897
937
|
### Dependencies
|
|
@@ -905,7 +945,7 @@
|
|
|
905
945
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
906
946
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
907
947
|
|
|
908
|
-
## [0.0.2-next.11](https://github.com/
|
|
948
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.10...web-v0.0.2-next.11) (2025-09-15)
|
|
909
949
|
|
|
910
950
|
|
|
911
951
|
### Miscellaneous Chores
|
|
@@ -924,7 +964,7 @@
|
|
|
924
964
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
925
965
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
926
966
|
|
|
927
|
-
## [0.0.2-next.10](https://github.com/
|
|
967
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.9...web-v0.0.2-next.10) (2025-09-11)
|
|
928
968
|
|
|
929
969
|
|
|
930
970
|
### Miscellaneous Chores
|
|
@@ -943,7 +983,7 @@
|
|
|
943
983
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
944
984
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
945
985
|
|
|
946
|
-
## [0.0.2-next.9](https://github.com/
|
|
986
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.8...web-v0.0.2-next.9) (2025-09-08)
|
|
947
987
|
|
|
948
988
|
|
|
949
989
|
### Miscellaneous Chores
|
|
@@ -962,7 +1002,7 @@
|
|
|
962
1002
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
963
1003
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
964
1004
|
|
|
965
|
-
## [0.0.2-next.8](https://github.com/
|
|
1005
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.7...web-v0.0.2-next.8) (2025-09-05)
|
|
966
1006
|
|
|
967
1007
|
|
|
968
1008
|
### Miscellaneous Chores
|
|
@@ -981,12 +1021,12 @@
|
|
|
981
1021
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
982
1022
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
983
1023
|
|
|
984
|
-
## [0.0.2-next.7](https://github.com/
|
|
1024
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.6...web-v0.0.2-next.7) (2025-08-29)
|
|
985
1025
|
|
|
986
1026
|
|
|
987
1027
|
### Features
|
|
988
1028
|
|
|
989
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1029
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
990
1030
|
|
|
991
1031
|
|
|
992
1032
|
### Dependencies
|
|
@@ -1000,7 +1040,7 @@
|
|
|
1000
1040
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1001
1041
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
1002
1042
|
|
|
1003
|
-
## [0.0.2-next.6](https://github.com/
|
|
1043
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.5...web-v0.0.2-next.6) (2025-08-27)
|
|
1004
1044
|
|
|
1005
1045
|
|
|
1006
1046
|
### Miscellaneous Chores
|
|
@@ -1019,12 +1059,12 @@
|
|
|
1019
1059
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1020
1060
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
1021
1061
|
|
|
1022
|
-
## [0.0.2-next.5](https://github.com/
|
|
1062
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.4...web-v0.0.2-next.5) (2025-08-19)
|
|
1023
1063
|
|
|
1024
1064
|
|
|
1025
1065
|
### Features
|
|
1026
1066
|
|
|
1027
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1067
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
1028
1068
|
|
|
1029
1069
|
|
|
1030
1070
|
### Dependencies
|
|
@@ -1038,7 +1078,7 @@
|
|
|
1038
1078
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1039
1079
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
1040
1080
|
|
|
1041
|
-
## [0.0.2-next.4](https://github.com/
|
|
1081
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.3...web-v0.0.2-next.4) (2025-08-15)
|
|
1042
1082
|
|
|
1043
1083
|
|
|
1044
1084
|
### Miscellaneous Chores
|
|
@@ -1057,26 +1097,26 @@
|
|
|
1057
1097
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1058
1098
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
1059
1099
|
|
|
1060
|
-
## [0.0.2-next.3](https://github.com/
|
|
1100
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.2...web-v0.0.2-next.3) (2025-08-06)
|
|
1061
1101
|
|
|
1062
1102
|
|
|
1063
1103
|
### Features
|
|
1064
1104
|
|
|
1065
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1066
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1067
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
1068
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1069
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1070
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1071
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1072
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1073
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1074
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1105
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1106
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1107
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1108
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1109
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1110
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1111
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1112
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1113
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1114
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1075
1115
|
|
|
1076
1116
|
|
|
1077
1117
|
### Bug Fixes
|
|
1078
1118
|
|
|
1079
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1119
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1080
1120
|
|
|
1081
1121
|
|
|
1082
1122
|
### Dependencies
|
|
@@ -1090,26 +1130,26 @@
|
|
|
1090
1130
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1091
1131
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1092
1132
|
|
|
1093
|
-
## [0.0.2-next.2](https://github.com/
|
|
1133
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.1...web-v0.0.2-next.2) (2025-08-06)
|
|
1094
1134
|
|
|
1095
1135
|
|
|
1096
1136
|
### Features
|
|
1097
1137
|
|
|
1098
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1099
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1100
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
1101
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1102
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1103
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1104
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1105
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1106
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1107
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1138
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1139
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1140
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1141
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1142
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1143
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1144
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1145
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1146
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1147
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1108
1148
|
|
|
1109
1149
|
|
|
1110
1150
|
### Bug Fixes
|
|
1111
1151
|
|
|
1112
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1152
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1113
1153
|
|
|
1114
1154
|
|
|
1115
1155
|
### Dependencies
|
|
@@ -1123,26 +1163,26 @@
|
|
|
1123
1163
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1124
1164
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1125
1165
|
|
|
1126
|
-
## [0.0.2-next.1](https://github.com/
|
|
1166
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.0...web-v0.0.2-next.1) (2025-08-06)
|
|
1127
1167
|
|
|
1128
1168
|
|
|
1129
1169
|
### Features
|
|
1130
1170
|
|
|
1131
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1132
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1133
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
1134
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1135
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1136
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1137
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1138
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1139
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1140
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1171
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1172
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1173
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1174
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1175
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1176
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1177
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1178
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1179
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1180
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1141
1181
|
|
|
1142
1182
|
|
|
1143
1183
|
### Bug Fixes
|
|
1144
1184
|
|
|
1145
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1185
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1146
1186
|
|
|
1147
1187
|
|
|
1148
1188
|
### Dependencies
|
|
@@ -1161,8 +1201,8 @@
|
|
|
1161
1201
|
|
|
1162
1202
|
### Features
|
|
1163
1203
|
|
|
1164
|
-
* release to production ([829d53d](https://github.com/
|
|
1165
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1204
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1205
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
1166
1206
|
|
|
1167
1207
|
|
|
1168
1208
|
### Dependencies
|
|
@@ -1176,24 +1216,24 @@
|
|
|
1176
1216
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
1177
1217
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
1178
1218
|
|
|
1179
|
-
## [0.0.1-next.70](https://github.com/
|
|
1219
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.69...web-v0.0.1-next.70) (2025-07-02)
|
|
1180
1220
|
|
|
1181
1221
|
|
|
1182
1222
|
### Features
|
|
1183
1223
|
|
|
1184
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1185
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1186
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1187
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1188
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1189
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1190
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1191
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1224
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1225
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1226
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1227
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1228
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1229
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1230
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1231
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1192
1232
|
|
|
1193
1233
|
|
|
1194
1234
|
### Bug Fixes
|
|
1195
1235
|
|
|
1196
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1236
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1197
1237
|
|
|
1198
1238
|
|
|
1199
1239
|
### Dependencies
|
|
@@ -1207,24 +1247,24 @@
|
|
|
1207
1247
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1208
1248
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1209
1249
|
|
|
1210
|
-
## [0.0.1-next.69](https://github.com/
|
|
1250
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.68...web-v0.0.1-next.69) (2025-07-02)
|
|
1211
1251
|
|
|
1212
1252
|
|
|
1213
1253
|
### Features
|
|
1214
1254
|
|
|
1215
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1216
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1217
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1218
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1219
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1220
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1221
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1222
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1255
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1256
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1257
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1258
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1259
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1260
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1261
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1262
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1223
1263
|
|
|
1224
1264
|
|
|
1225
1265
|
### Bug Fixes
|
|
1226
1266
|
|
|
1227
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1267
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1228
1268
|
|
|
1229
1269
|
|
|
1230
1270
|
### Dependencies
|
|
@@ -1238,12 +1278,12 @@
|
|
|
1238
1278
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1239
1279
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1240
1280
|
|
|
1241
|
-
## [0.0.1-next.68](https://github.com/
|
|
1281
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.67...web-v0.0.1-next.68) (2025-07-02)
|
|
1242
1282
|
|
|
1243
1283
|
|
|
1244
1284
|
### Features
|
|
1245
1285
|
|
|
1246
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1286
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1247
1287
|
|
|
1248
1288
|
|
|
1249
1289
|
### Dependencies
|
|
@@ -1257,7 +1297,7 @@
|
|
|
1257
1297
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1258
1298
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1259
1299
|
|
|
1260
|
-
## [0.0.1-next.67](https://github.com/
|
|
1300
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.66...web-v0.0.1-next.67) (2025-06-26)
|
|
1261
1301
|
|
|
1262
1302
|
|
|
1263
1303
|
### Miscellaneous Chores
|
|
@@ -1272,7 +1312,7 @@
|
|
|
1272
1312
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1273
1313
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1274
1314
|
|
|
1275
|
-
## [0.0.1-next.66](https://github.com/
|
|
1315
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.65...web-v0.0.1-next.66) (2025-06-26)
|
|
1276
1316
|
|
|
1277
1317
|
|
|
1278
1318
|
### Miscellaneous Chores
|
|
@@ -1287,7 +1327,7 @@
|
|
|
1287
1327
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1288
1328
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1289
1329
|
|
|
1290
|
-
## [0.0.1-next.65](https://github.com/
|
|
1330
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.64...web-v0.0.1-next.65) (2025-06-19)
|
|
1291
1331
|
|
|
1292
1332
|
|
|
1293
1333
|
### Miscellaneous Chores
|
|
@@ -1302,12 +1342,12 @@
|
|
|
1302
1342
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1303
1343
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1304
1344
|
|
|
1305
|
-
## [0.0.1-next.64](https://github.com/
|
|
1345
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.63...web-v0.0.1-next.64) (2025-06-19)
|
|
1306
1346
|
|
|
1307
1347
|
|
|
1308
1348
|
### Features
|
|
1309
1349
|
|
|
1310
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1350
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1311
1351
|
|
|
1312
1352
|
|
|
1313
1353
|
### Dependencies
|
|
@@ -1317,12 +1357,12 @@
|
|
|
1317
1357
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1318
1358
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1319
1359
|
|
|
1320
|
-
## [0.0.1-next.63](https://github.com/
|
|
1360
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.62...web-v0.0.1-next.63) (2025-06-18)
|
|
1321
1361
|
|
|
1322
1362
|
|
|
1323
1363
|
### Features
|
|
1324
1364
|
|
|
1325
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1365
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1326
1366
|
|
|
1327
1367
|
|
|
1328
1368
|
### Dependencies
|
|
@@ -1332,21 +1372,21 @@
|
|
|
1332
1372
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1333
1373
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1334
1374
|
|
|
1335
|
-
## [0.0.1-next.62](https://github.com/
|
|
1375
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.61...web-v0.0.1-next.62) (2025-06-17)
|
|
1336
1376
|
|
|
1337
1377
|
|
|
1338
1378
|
### Features
|
|
1339
1379
|
|
|
1340
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1341
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1342
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1343
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1344
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1380
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1381
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1382
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1383
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1384
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1345
1385
|
|
|
1346
1386
|
|
|
1347
1387
|
### Bug Fixes
|
|
1348
1388
|
|
|
1349
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1389
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1350
1390
|
|
|
1351
1391
|
|
|
1352
1392
|
### Dependencies
|
|
@@ -1356,7 +1396,7 @@
|
|
|
1356
1396
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1357
1397
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1358
1398
|
|
|
1359
|
-
## [0.0.1-next.61](https://github.com/
|
|
1399
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.60...web-v0.0.1-next.61) (2025-06-17)
|
|
1360
1400
|
|
|
1361
1401
|
|
|
1362
1402
|
### Miscellaneous Chores
|
|
@@ -1371,7 +1411,7 @@
|
|
|
1371
1411
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1372
1412
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1373
1413
|
|
|
1374
|
-
## [0.0.1-next.60](https://github.com/
|
|
1414
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.59...web-v0.0.1-next.60) (2025-06-17)
|
|
1375
1415
|
|
|
1376
1416
|
|
|
1377
1417
|
### Miscellaneous Chores
|
|
@@ -1386,12 +1426,12 @@
|
|
|
1386
1426
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1387
1427
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1388
1428
|
|
|
1389
|
-
## [0.0.1-next.59](https://github.com/
|
|
1429
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.58...web-v0.0.1-next.59) (2025-06-17)
|
|
1390
1430
|
|
|
1391
1431
|
|
|
1392
1432
|
### Features
|
|
1393
1433
|
|
|
1394
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1434
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1395
1435
|
|
|
1396
1436
|
|
|
1397
1437
|
### Dependencies
|
|
@@ -1401,7 +1441,7 @@
|
|
|
1401
1441
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1402
1442
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1403
1443
|
|
|
1404
|
-
## [0.0.1-next.58](https://github.com/
|
|
1444
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.57...web-v0.0.1-next.58) (2025-06-13)
|
|
1405
1445
|
|
|
1406
1446
|
|
|
1407
1447
|
### Miscellaneous Chores
|
|
@@ -1416,12 +1456,12 @@
|
|
|
1416
1456
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1417
1457
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1418
1458
|
|
|
1419
|
-
## [0.0.1-next.57](https://github.com/
|
|
1459
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.56...web-v0.0.1-next.57) (2025-06-10)
|
|
1420
1460
|
|
|
1421
1461
|
|
|
1422
1462
|
### Features
|
|
1423
1463
|
|
|
1424
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1464
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1425
1465
|
|
|
1426
1466
|
|
|
1427
1467
|
### Dependencies
|
|
@@ -1431,7 +1471,7 @@
|
|
|
1431
1471
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1432
1472
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1433
1473
|
|
|
1434
|
-
## [0.0.1-next.56](https://github.com/
|
|
1474
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.55...web-v0.0.1-next.56) (2025-05-08)
|
|
1435
1475
|
|
|
1436
1476
|
|
|
1437
1477
|
### Miscellaneous Chores
|
|
@@ -1446,12 +1486,12 @@
|
|
|
1446
1486
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1447
1487
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1448
1488
|
|
|
1449
|
-
## [0.0.1-next.55](https://github.com/
|
|
1489
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.54...web-v0.0.1-next.55) (2025-05-07)
|
|
1450
1490
|
|
|
1451
1491
|
|
|
1452
1492
|
### Features
|
|
1453
1493
|
|
|
1454
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1494
|
+
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
|
|
1455
1495
|
|
|
1456
1496
|
|
|
1457
1497
|
### Dependencies
|
|
@@ -1461,12 +1501,12 @@
|
|
|
1461
1501
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1462
1502
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1463
1503
|
|
|
1464
|
-
## [0.0.1-next.54](https://github.com/
|
|
1504
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.53...web-v0.0.1-next.54) (2025-05-06)
|
|
1465
1505
|
|
|
1466
1506
|
|
|
1467
1507
|
### Bug Fixes
|
|
1468
1508
|
|
|
1469
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1509
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
1470
1510
|
|
|
1471
1511
|
|
|
1472
1512
|
### Dependencies
|
|
@@ -1476,7 +1516,7 @@
|
|
|
1476
1516
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1477
1517
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1478
1518
|
|
|
1479
|
-
## [0.0.1-next.53](https://github.com/
|
|
1519
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.52...web-v0.0.1-next.53) (2025-05-01)
|
|
1480
1520
|
|
|
1481
1521
|
|
|
1482
1522
|
### Miscellaneous Chores
|
|
@@ -1491,12 +1531,12 @@
|
|
|
1491
1531
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1492
1532
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1493
1533
|
|
|
1494
|
-
## [0.0.1-next.52](https://github.com/
|
|
1534
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.51...web-v0.0.1-next.52) (2025-04-17)
|
|
1495
1535
|
|
|
1496
1536
|
|
|
1497
1537
|
### Features
|
|
1498
1538
|
|
|
1499
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1539
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1500
1540
|
|
|
1501
1541
|
|
|
1502
1542
|
### Dependencies
|
|
@@ -1506,7 +1546,7 @@
|
|
|
1506
1546
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1507
1547
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1508
1548
|
|
|
1509
|
-
## [0.0.1-next.51](https://github.com/
|
|
1549
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.50...web-v0.0.1-next.51) (2025-03-27)
|
|
1510
1550
|
|
|
1511
1551
|
|
|
1512
1552
|
### Miscellaneous Chores
|
|
@@ -1521,12 +1561,12 @@
|
|
|
1521
1561
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1522
1562
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1523
1563
|
|
|
1524
|
-
## [0.0.1-next.50](https://github.com/
|
|
1564
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.49...web-v0.0.1-next.50) (2025-03-26)
|
|
1525
1565
|
|
|
1526
1566
|
|
|
1527
1567
|
### Features
|
|
1528
1568
|
|
|
1529
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1569
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1530
1570
|
|
|
1531
1571
|
|
|
1532
1572
|
### Dependencies
|