@twin.org/web 0.0.3-next.4 → 0.0.3-next.40
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/README.md +1 -1
- package/dist/es/index.js +3 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IFetchOptions.js.map +1 -1
- package/dist/es/models/IHttpLinkHeader.js +2 -0
- package/dist/es/models/IHttpLinkHeader.js.map +1 -0
- package/dist/es/models/headerTypes.js +129 -1
- package/dist/es/models/headerTypes.js.map +1 -1
- package/dist/es/models/httpLinkRelType.js +130 -0
- package/dist/es/models/httpLinkRelType.js.map +1 -0
- package/dist/es/models/httpMethod.js +36 -0
- package/dist/es/models/httpMethod.js.map +1 -1
- package/dist/es/models/httpStatusCode.js +63 -0
- package/dist/es/models/httpStatusCode.js.map +1 -1
- package/dist/es/models/mimeTypes.js +170 -1
- package/dist/es/models/mimeTypes.js.map +1 -1
- package/dist/es/utils/cookieHelper.js +83 -0
- package/dist/es/utils/cookieHelper.js.map +1 -0
- package/dist/es/utils/fetchHelper.js +1 -1
- package/dist/es/utils/fetchHelper.js.map +1 -1
- package/dist/es/utils/headerHelper.js +383 -1
- package/dist/es/utils/headerHelper.js.map +1 -1
- package/dist/es/utils/mimeTypeHelper.js +42 -1
- package/dist/es/utils/mimeTypeHelper.js.map +1 -1
- package/dist/types/index.d.ts +3 -0
- package/dist/types/models/IFetchOptions.d.ts +1 -1
- package/dist/types/models/IHttpLinkHeader.d.ts +26 -0
- package/dist/types/models/headerTypes.d.ts +128 -0
- package/dist/types/models/httpLinkRelType.d.ts +130 -0
- package/dist/types/models/httpMethod.d.ts +36 -0
- package/dist/types/models/httpStatusCode.d.ts +63 -0
- package/dist/types/models/mimeTypes.d.ts +169 -0
- package/dist/types/utils/cookieHelper.d.ts +49 -0
- package/dist/types/utils/headerHelper.d.ts +115 -0
- package/docs/changelog.md +914 -143
- package/docs/examples.md +108 -1
- package/docs/reference/classes/CookieHelper.md +155 -0
- package/docs/reference/classes/FetchError.md +453 -1
- package/docs/reference/classes/FetchHelper.md +12 -12
- package/docs/reference/classes/HeaderHelper.md +385 -2
- package/docs/reference/classes/Jwk.md +6 -6
- package/docs/reference/classes/Jws.md +3 -3
- package/docs/reference/classes/Jwt.md +17 -17
- package/docs/reference/classes/MimeTypeHelper.md +4 -4
- package/docs/reference/index.md +4 -0
- package/docs/reference/interfaces/IFetchOptions.md +12 -14
- package/docs/reference/interfaces/IHttpHeaders.md +1 -1
- package/docs/reference/interfaces/IHttpLinkHeader.md +43 -0
- package/docs/reference/type-aliases/HttpLinkRelType.md +5 -0
- package/docs/reference/variables/HeaderTypes.md +280 -8
- package/docs/reference/variables/HttpLinkRelType.md +191 -0
- package/docs/reference/variables/HttpMethod.md +63 -9
- package/docs/reference/variables/HttpStatusCode.md +314 -62
- package/docs/reference/variables/MimeTypes.md +279 -23
- package/locales/en.json +4 -3
- package/package.json +8 -8
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,777 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.39...web-v0.0.3-next.40) (2026-05-13)
|
|
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.39 to 0.0.3-next.40
|
|
16
|
+
* @twin.org/crypto bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
18
|
+
* devDependencies
|
|
19
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
20
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
21
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
22
|
+
|
|
23
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.38...web-v0.0.3-next.39) (2026-05-13)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* dependencies
|
|
35
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
36
|
+
* @twin.org/crypto bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
37
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
38
|
+
* devDependencies
|
|
39
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
40
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
41
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
42
|
+
|
|
43
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.37...web-v0.0.3-next.38) (2026-05-11)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* The following workspace dependencies were updated
|
|
54
|
+
* dependencies
|
|
55
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
56
|
+
* @twin.org/crypto bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
57
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
58
|
+
* devDependencies
|
|
59
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
60
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
61
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
62
|
+
|
|
63
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.36...web-v0.0.3-next.37) (2026-05-07)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* add IEntitySchemaDiff and entitySchemaDiff utility ([#282](https://github.com/iotaledger/twin-framework/issues/282)) ([9d63e94](https://github.com/iotaledger/twin-framework/commit/9d63e94021ee2ffc138004ee68cf53d08a6b17f9))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
* The following workspace dependencies were updated
|
|
74
|
+
* dependencies
|
|
75
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
76
|
+
* @twin.org/crypto bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
77
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
78
|
+
* devDependencies
|
|
79
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
80
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
81
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.35...web-v0.0.3-next.36) (2026-05-07)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **web:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
96
|
+
* @twin.org/crypto bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
97
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
98
|
+
* devDependencies
|
|
99
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
100
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
101
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
102
|
+
|
|
103
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.34...web-v0.0.3-next.35) (2026-05-06)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* **web:** Synchronize repo versions
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
116
|
+
* @twin.org/crypto bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
117
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
118
|
+
* devDependencies
|
|
119
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
120
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
121
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
122
|
+
|
|
123
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.33...web-v0.0.3-next.34) (2026-05-06)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Miscellaneous Chores
|
|
127
|
+
|
|
128
|
+
* **web:** Synchronize repo versions
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Dependencies
|
|
132
|
+
|
|
133
|
+
* The following workspace dependencies were updated
|
|
134
|
+
* dependencies
|
|
135
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
136
|
+
* @twin.org/crypto bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
137
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
138
|
+
* devDependencies
|
|
139
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
140
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
141
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.32...web-v0.0.3-next.33) (2026-05-05)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* **web:** Synchronize repo versions
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* The following workspace dependencies were updated
|
|
154
|
+
* dependencies
|
|
155
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
156
|
+
* @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
157
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
158
|
+
* devDependencies
|
|
159
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
160
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
161
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.31...web-v0.0.3-next.32) (2026-04-30)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
* use body on patch verb ([28627e5](https://github.com/iotaledger/twin-framework/commit/28627e527d033d433acefe0e9fde52ba88c0d047))
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
176
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
177
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
178
|
+
* devDependencies
|
|
179
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
180
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
181
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
182
|
+
|
|
183
|
+
## [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)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Miscellaneous Chores
|
|
187
|
+
|
|
188
|
+
* **web:** Synchronize repo versions
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
196
|
+
* @twin.org/crypto bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
197
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
198
|
+
* devDependencies
|
|
199
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
200
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
201
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
202
|
+
|
|
203
|
+
## [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)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Miscellaneous Chores
|
|
207
|
+
|
|
208
|
+
* **web:** Synchronize repo versions
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Dependencies
|
|
212
|
+
|
|
213
|
+
* The following workspace dependencies were updated
|
|
214
|
+
* dependencies
|
|
215
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
216
|
+
* @twin.org/crypto bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
217
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
218
|
+
* devDependencies
|
|
219
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
220
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
221
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
222
|
+
|
|
223
|
+
## [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)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* additional http header extraction ([#262](https://github.com/iotaledger/twin-framework/issues/262)) ([124fa3f](https://github.com/iotaledger/twin-framework/commit/124fa3fdd118ed17f973d4b46842f5b7f35365c2))
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Dependencies
|
|
232
|
+
|
|
233
|
+
* The following workspace dependencies were updated
|
|
234
|
+
* dependencies
|
|
235
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
236
|
+
* @twin.org/crypto bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
237
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
238
|
+
* devDependencies
|
|
239
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
240
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
241
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **web:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
256
|
+
* @twin.org/crypto bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
257
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
258
|
+
* devDependencies
|
|
259
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
260
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
261
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
262
|
+
|
|
263
|
+
## [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)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Miscellaneous Chores
|
|
267
|
+
|
|
268
|
+
* **web:** Synchronize repo versions
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
276
|
+
* @twin.org/crypto bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
277
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
278
|
+
* devDependencies
|
|
279
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
280
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
281
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
282
|
+
|
|
283
|
+
## [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)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Features
|
|
287
|
+
|
|
288
|
+
* additional http link feature support ([b68b4cc](https://github.com/iotaledger/twin-framework/commit/b68b4cc6a6e3cf02f91e794353714e26a49fe66c))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
296
|
+
* @twin.org/crypto bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
297
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
298
|
+
* devDependencies
|
|
299
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
300
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
301
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
302
|
+
|
|
303
|
+
## [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)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Miscellaneous Chores
|
|
307
|
+
|
|
308
|
+
* **web:** Synchronize repo versions
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
316
|
+
* @twin.org/crypto bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
317
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
318
|
+
* devDependencies
|
|
319
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
320
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
321
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
322
|
+
|
|
323
|
+
## [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)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
336
|
+
* @twin.org/crypto bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
337
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
338
|
+
* devDependencies
|
|
339
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
340
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
341
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
342
|
+
|
|
343
|
+
## [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)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Miscellaneous Chores
|
|
347
|
+
|
|
348
|
+
* **web:** Synchronize repo versions
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Dependencies
|
|
352
|
+
|
|
353
|
+
* The following workspace dependencies were updated
|
|
354
|
+
* dependencies
|
|
355
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
356
|
+
* @twin.org/crypto bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
357
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
358
|
+
* devDependencies
|
|
359
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
360
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
361
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
362
|
+
|
|
363
|
+
## [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)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Miscellaneous Chores
|
|
367
|
+
|
|
368
|
+
* **web:** Synchronize repo versions
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Dependencies
|
|
372
|
+
|
|
373
|
+
* The following workspace dependencies were updated
|
|
374
|
+
* dependencies
|
|
375
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
376
|
+
* @twin.org/crypto bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
377
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
378
|
+
* devDependencies
|
|
379
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
380
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
381
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
382
|
+
|
|
383
|
+
## [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)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
|
|
389
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
390
|
+
* 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))
|
|
391
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
392
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
393
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
394
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
395
|
+
* add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
|
|
396
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
397
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
398
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
399
|
+
* add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
|
|
400
|
+
* adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
|
|
401
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
402
|
+
* 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))
|
|
403
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
404
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
405
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
406
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
407
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
408
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
409
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
410
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
411
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Dependencies
|
|
420
|
+
|
|
421
|
+
* The following workspace dependencies were updated
|
|
422
|
+
* dependencies
|
|
423
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
424
|
+
* @twin.org/crypto bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
425
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
426
|
+
* devDependencies
|
|
427
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
428
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
429
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
430
|
+
|
|
431
|
+
## [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)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Miscellaneous Chores
|
|
435
|
+
|
|
436
|
+
* **web:** Synchronize repo versions
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Dependencies
|
|
440
|
+
|
|
441
|
+
* The following workspace dependencies were updated
|
|
442
|
+
* dependencies
|
|
443
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
444
|
+
* @twin.org/crypto bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
445
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
446
|
+
* devDependencies
|
|
447
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
448
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
449
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
450
|
+
|
|
451
|
+
## [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)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Miscellaneous Chores
|
|
455
|
+
|
|
456
|
+
* **web:** Synchronize repo versions
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Dependencies
|
|
460
|
+
|
|
461
|
+
* The following workspace dependencies were updated
|
|
462
|
+
* dependencies
|
|
463
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
464
|
+
* @twin.org/crypto bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
465
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
466
|
+
* devDependencies
|
|
467
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
468
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
469
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
470
|
+
|
|
471
|
+
## [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)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Miscellaneous Chores
|
|
475
|
+
|
|
476
|
+
* **web:** Synchronize repo versions
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Dependencies
|
|
480
|
+
|
|
481
|
+
* The following workspace dependencies were updated
|
|
482
|
+
* dependencies
|
|
483
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
484
|
+
* @twin.org/crypto bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
485
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
486
|
+
* devDependencies
|
|
487
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
488
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
489
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
490
|
+
|
|
491
|
+
## [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)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Miscellaneous Chores
|
|
495
|
+
|
|
496
|
+
* **web:** Synchronize repo versions
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Dependencies
|
|
500
|
+
|
|
501
|
+
* The following workspace dependencies were updated
|
|
502
|
+
* dependencies
|
|
503
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
504
|
+
* @twin.org/crypto bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
505
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
506
|
+
* devDependencies
|
|
507
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
508
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
509
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
510
|
+
|
|
511
|
+
## [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)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Miscellaneous Chores
|
|
515
|
+
|
|
516
|
+
* **web:** Synchronize repo versions
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Dependencies
|
|
520
|
+
|
|
521
|
+
* The following workspace dependencies were updated
|
|
522
|
+
* dependencies
|
|
523
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
524
|
+
* @twin.org/crypto bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
525
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
526
|
+
* devDependencies
|
|
527
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
528
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
529
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
530
|
+
|
|
531
|
+
## [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)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Miscellaneous Chores
|
|
535
|
+
|
|
536
|
+
* **web:** Synchronize repo versions
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Dependencies
|
|
540
|
+
|
|
541
|
+
* The following workspace dependencies were updated
|
|
542
|
+
* dependencies
|
|
543
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
544
|
+
* @twin.org/crypto bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
545
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
546
|
+
* devDependencies
|
|
547
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
548
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
549
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
550
|
+
|
|
551
|
+
## [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)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
* add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Dependencies
|
|
560
|
+
|
|
561
|
+
* The following workspace dependencies were updated
|
|
562
|
+
* dependencies
|
|
563
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
564
|
+
* @twin.org/crypto bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
565
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
566
|
+
* devDependencies
|
|
567
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
568
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
569
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
570
|
+
|
|
571
|
+
## [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)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Features
|
|
575
|
+
|
|
576
|
+
* add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Dependencies
|
|
580
|
+
|
|
581
|
+
* The following workspace dependencies were updated
|
|
582
|
+
* dependencies
|
|
583
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
584
|
+
* @twin.org/crypto bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
585
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
586
|
+
* devDependencies
|
|
587
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
588
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
589
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
590
|
+
|
|
591
|
+
## [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)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
* adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* The following workspace dependencies were updated
|
|
602
|
+
* dependencies
|
|
603
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
604
|
+
* @twin.org/crypto bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
605
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
606
|
+
* devDependencies
|
|
607
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
608
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
609
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
610
|
+
|
|
611
|
+
## [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)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Features
|
|
615
|
+
|
|
616
|
+
* add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Dependencies
|
|
620
|
+
|
|
621
|
+
* The following workspace dependencies were updated
|
|
622
|
+
* dependencies
|
|
623
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
624
|
+
* @twin.org/crypto bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
625
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
626
|
+
* devDependencies
|
|
627
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
628
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
629
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
630
|
+
|
|
631
|
+
## [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)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Miscellaneous Chores
|
|
635
|
+
|
|
636
|
+
* **web:** Synchronize repo versions
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Dependencies
|
|
640
|
+
|
|
641
|
+
* The following workspace dependencies were updated
|
|
642
|
+
* dependencies
|
|
643
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
644
|
+
* @twin.org/crypto bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
645
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
646
|
+
* devDependencies
|
|
647
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
648
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
649
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
650
|
+
|
|
651
|
+
## [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)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
### Features
|
|
655
|
+
|
|
656
|
+
* 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))
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Dependencies
|
|
660
|
+
|
|
661
|
+
* The following workspace dependencies were updated
|
|
662
|
+
* dependencies
|
|
663
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
664
|
+
* @twin.org/crypto bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
665
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
666
|
+
* devDependencies
|
|
667
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
668
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
669
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
670
|
+
|
|
671
|
+
## [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)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Miscellaneous Chores
|
|
675
|
+
|
|
676
|
+
* **web:** Synchronize repo versions
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Dependencies
|
|
680
|
+
|
|
681
|
+
* The following workspace dependencies were updated
|
|
682
|
+
* dependencies
|
|
683
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
684
|
+
* @twin.org/crypto bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
685
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
686
|
+
* devDependencies
|
|
687
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
688
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
689
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
690
|
+
|
|
691
|
+
## [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)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Features
|
|
695
|
+
|
|
696
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
697
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
698
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
699
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
700
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
701
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
702
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
703
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
704
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
705
|
+
* 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))
|
|
706
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
707
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
708
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
709
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
710
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
711
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
712
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
713
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
714
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Bug Fixes
|
|
718
|
+
|
|
719
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Dependencies
|
|
723
|
+
|
|
724
|
+
* The following workspace dependencies were updated
|
|
725
|
+
* dependencies
|
|
726
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
727
|
+
* @twin.org/crypto bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
728
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
729
|
+
* devDependencies
|
|
730
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
731
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
732
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
733
|
+
|
|
734
|
+
## [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)
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
### Miscellaneous Chores
|
|
738
|
+
|
|
739
|
+
* **web:** Synchronize repo versions
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
### Dependencies
|
|
743
|
+
|
|
744
|
+
* The following workspace dependencies were updated
|
|
745
|
+
* dependencies
|
|
746
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
747
|
+
* @twin.org/crypto bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
748
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
749
|
+
* devDependencies
|
|
750
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
751
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
752
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
753
|
+
|
|
754
|
+
## [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)
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Miscellaneous Chores
|
|
758
|
+
|
|
759
|
+
* **web:** Synchronize repo versions
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Dependencies
|
|
763
|
+
|
|
764
|
+
* The following workspace dependencies were updated
|
|
765
|
+
* dependencies
|
|
766
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
767
|
+
* @twin.org/crypto bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
768
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
769
|
+
* devDependencies
|
|
770
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
771
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
772
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
773
|
+
|
|
774
|
+
## [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)
|
|
4
775
|
|
|
5
776
|
|
|
6
777
|
### Miscellaneous Chores
|
|
@@ -20,7 +791,7 @@
|
|
|
20
791
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
21
792
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
22
793
|
|
|
23
|
-
## [0.0.3-next.3](https://github.com/
|
|
794
|
+
## [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)
|
|
24
795
|
|
|
25
796
|
|
|
26
797
|
### Miscellaneous Chores
|
|
@@ -40,7 +811,7 @@
|
|
|
40
811
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
41
812
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
42
813
|
|
|
43
|
-
## [0.0.3-next.2](https://github.com/
|
|
814
|
+
## [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)
|
|
44
815
|
|
|
45
816
|
|
|
46
817
|
### Miscellaneous Chores
|
|
@@ -60,35 +831,35 @@
|
|
|
60
831
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
61
832
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
62
833
|
|
|
63
|
-
## [0.0.3-next.1](https://github.com/
|
|
834
|
+
## [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)
|
|
64
835
|
|
|
65
836
|
|
|
66
837
|
### Features
|
|
67
838
|
|
|
68
|
-
* add context id features ([#206](https://github.com/
|
|
69
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
70
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
71
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
72
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
73
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
74
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
75
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
76
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
77
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
78
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
79
|
-
* improve bearer creation and extraction ([b9ddd6d](https://github.com/
|
|
80
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
81
|
-
* locales validation ([#197](https://github.com/
|
|
82
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
83
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
84
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
85
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
86
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
839
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
840
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
841
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
842
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
843
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
844
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
845
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
846
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
847
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
848
|
+
* 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))
|
|
849
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
850
|
+
* improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
|
|
851
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
852
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
853
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
854
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
855
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
856
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
857
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
87
858
|
|
|
88
859
|
|
|
89
860
|
### Bug Fixes
|
|
90
861
|
|
|
91
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
862
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
92
863
|
|
|
93
864
|
|
|
94
865
|
### Dependencies
|
|
@@ -103,7 +874,7 @@
|
|
|
103
874
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
104
875
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
105
876
|
|
|
106
|
-
## [0.0.2-next.22](https://github.com/
|
|
877
|
+
## [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)
|
|
107
878
|
|
|
108
879
|
|
|
109
880
|
### Miscellaneous Chores
|
|
@@ -123,12 +894,12 @@
|
|
|
123
894
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
124
895
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
125
896
|
|
|
126
|
-
## [0.0.2-next.21](https://github.com/
|
|
897
|
+
## [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)
|
|
127
898
|
|
|
128
899
|
|
|
129
900
|
### Features
|
|
130
901
|
|
|
131
|
-
* locales validation ([#197](https://github.com/
|
|
902
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
132
903
|
|
|
133
904
|
|
|
134
905
|
### Dependencies
|
|
@@ -143,7 +914,7 @@
|
|
|
143
914
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
144
915
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
145
916
|
|
|
146
|
-
## [0.0.2-next.20](https://github.com/
|
|
917
|
+
## [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)
|
|
147
918
|
|
|
148
919
|
|
|
149
920
|
### Miscellaneous Chores
|
|
@@ -162,7 +933,7 @@
|
|
|
162
933
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
163
934
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
164
935
|
|
|
165
|
-
## [0.0.2-next.19](https://github.com/
|
|
936
|
+
## [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)
|
|
166
937
|
|
|
167
938
|
|
|
168
939
|
### Miscellaneous Chores
|
|
@@ -181,7 +952,7 @@
|
|
|
181
952
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
182
953
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
183
954
|
|
|
184
|
-
## [0.0.2-next.18](https://github.com/
|
|
955
|
+
## [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)
|
|
185
956
|
|
|
186
957
|
|
|
187
958
|
### Miscellaneous Chores
|
|
@@ -200,12 +971,12 @@
|
|
|
200
971
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
201
972
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
202
973
|
|
|
203
|
-
## [0.0.2-next.17](https://github.com/
|
|
974
|
+
## [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)
|
|
204
975
|
|
|
205
976
|
|
|
206
977
|
### Features
|
|
207
978
|
|
|
208
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
979
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
209
980
|
|
|
210
981
|
|
|
211
982
|
### Dependencies
|
|
@@ -219,7 +990,7 @@
|
|
|
219
990
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
220
991
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
221
992
|
|
|
222
|
-
## [0.0.2-next.16](https://github.com/
|
|
993
|
+
## [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)
|
|
223
994
|
|
|
224
995
|
|
|
225
996
|
### Miscellaneous Chores
|
|
@@ -238,12 +1009,12 @@
|
|
|
238
1009
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
239
1010
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
240
1011
|
|
|
241
|
-
## [0.0.2-next.15](https://github.com/
|
|
1012
|
+
## [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)
|
|
242
1013
|
|
|
243
1014
|
|
|
244
1015
|
### Features
|
|
245
1016
|
|
|
246
|
-
* improve bearer creation and extraction ([29a347a](https://github.com/
|
|
1017
|
+
* improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
|
|
247
1018
|
|
|
248
1019
|
|
|
249
1020
|
### Dependencies
|
|
@@ -257,12 +1028,12 @@
|
|
|
257
1028
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
258
1029
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
259
1030
|
|
|
260
|
-
## [0.0.2-next.14](https://github.com/
|
|
1031
|
+
## [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)
|
|
261
1032
|
|
|
262
1033
|
|
|
263
1034
|
### Features
|
|
264
1035
|
|
|
265
|
-
* add header helper for common bearer support ([0c940b2](https://github.com/
|
|
1036
|
+
* add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
|
|
266
1037
|
|
|
267
1038
|
|
|
268
1039
|
### Dependencies
|
|
@@ -276,7 +1047,7 @@
|
|
|
276
1047
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
277
1048
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
278
1049
|
|
|
279
|
-
## [0.0.2-next.13](https://github.com/
|
|
1050
|
+
## [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)
|
|
280
1051
|
|
|
281
1052
|
|
|
282
1053
|
### Miscellaneous Chores
|
|
@@ -295,12 +1066,12 @@
|
|
|
295
1066
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
296
1067
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
297
1068
|
|
|
298
|
-
## [0.0.2-next.12](https://github.com/
|
|
1069
|
+
## [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)
|
|
299
1070
|
|
|
300
1071
|
|
|
301
1072
|
### Features
|
|
302
1073
|
|
|
303
|
-
* add jwk enc property overrides ([18b6309](https://github.com/
|
|
1074
|
+
* add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
|
|
304
1075
|
|
|
305
1076
|
|
|
306
1077
|
### Dependencies
|
|
@@ -314,7 +1085,7 @@
|
|
|
314
1085
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
315
1086
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
316
1087
|
|
|
317
|
-
## [0.0.2-next.11](https://github.com/
|
|
1088
|
+
## [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)
|
|
318
1089
|
|
|
319
1090
|
|
|
320
1091
|
### Miscellaneous Chores
|
|
@@ -333,7 +1104,7 @@
|
|
|
333
1104
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
334
1105
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
335
1106
|
|
|
336
|
-
## [0.0.2-next.10](https://github.com/
|
|
1107
|
+
## [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)
|
|
337
1108
|
|
|
338
1109
|
|
|
339
1110
|
### Miscellaneous Chores
|
|
@@ -352,7 +1123,7 @@
|
|
|
352
1123
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
353
1124
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
354
1125
|
|
|
355
|
-
## [0.0.2-next.9](https://github.com/
|
|
1126
|
+
## [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)
|
|
356
1127
|
|
|
357
1128
|
|
|
358
1129
|
### Miscellaneous Chores
|
|
@@ -371,7 +1142,7 @@
|
|
|
371
1142
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
372
1143
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
373
1144
|
|
|
374
|
-
## [0.0.2-next.8](https://github.com/
|
|
1145
|
+
## [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)
|
|
375
1146
|
|
|
376
1147
|
|
|
377
1148
|
### Miscellaneous Chores
|
|
@@ -390,12 +1161,12 @@
|
|
|
390
1161
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
391
1162
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
392
1163
|
|
|
393
|
-
## [0.0.2-next.7](https://github.com/
|
|
1164
|
+
## [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)
|
|
394
1165
|
|
|
395
1166
|
|
|
396
1167
|
### Features
|
|
397
1168
|
|
|
398
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1169
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
399
1170
|
|
|
400
1171
|
|
|
401
1172
|
### Dependencies
|
|
@@ -409,7 +1180,7 @@
|
|
|
409
1180
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
410
1181
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
411
1182
|
|
|
412
|
-
## [0.0.2-next.6](https://github.com/
|
|
1183
|
+
## [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)
|
|
413
1184
|
|
|
414
1185
|
|
|
415
1186
|
### Miscellaneous Chores
|
|
@@ -428,12 +1199,12 @@
|
|
|
428
1199
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
429
1200
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
430
1201
|
|
|
431
|
-
## [0.0.2-next.5](https://github.com/
|
|
1202
|
+
## [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)
|
|
432
1203
|
|
|
433
1204
|
|
|
434
1205
|
### Features
|
|
435
1206
|
|
|
436
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1207
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
437
1208
|
|
|
438
1209
|
|
|
439
1210
|
### Dependencies
|
|
@@ -447,7 +1218,7 @@
|
|
|
447
1218
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
448
1219
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
449
1220
|
|
|
450
|
-
## [0.0.2-next.4](https://github.com/
|
|
1221
|
+
## [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)
|
|
451
1222
|
|
|
452
1223
|
|
|
453
1224
|
### Miscellaneous Chores
|
|
@@ -466,26 +1237,26 @@
|
|
|
466
1237
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
467
1238
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
468
1239
|
|
|
469
|
-
## [0.0.2-next.3](https://github.com/
|
|
1240
|
+
## [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)
|
|
470
1241
|
|
|
471
1242
|
|
|
472
1243
|
### Features
|
|
473
1244
|
|
|
474
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
475
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
476
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
477
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
478
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
479
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
480
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
481
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
482
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
483
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1245
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1246
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1247
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1248
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1249
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1250
|
+
* 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))
|
|
1251
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1252
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1253
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1254
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
484
1255
|
|
|
485
1256
|
|
|
486
1257
|
### Bug Fixes
|
|
487
1258
|
|
|
488
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1259
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
489
1260
|
|
|
490
1261
|
|
|
491
1262
|
### Dependencies
|
|
@@ -499,26 +1270,26 @@
|
|
|
499
1270
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
500
1271
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
501
1272
|
|
|
502
|
-
## [0.0.2-next.2](https://github.com/
|
|
1273
|
+
## [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)
|
|
503
1274
|
|
|
504
1275
|
|
|
505
1276
|
### Features
|
|
506
1277
|
|
|
507
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
508
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
509
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
510
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
511
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
512
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
513
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
514
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
515
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
516
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1278
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1279
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1280
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1281
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1282
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1283
|
+
* 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))
|
|
1284
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1285
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1286
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1287
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
517
1288
|
|
|
518
1289
|
|
|
519
1290
|
### Bug Fixes
|
|
520
1291
|
|
|
521
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1292
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
522
1293
|
|
|
523
1294
|
|
|
524
1295
|
### Dependencies
|
|
@@ -532,26 +1303,26 @@
|
|
|
532
1303
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
533
1304
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
534
1305
|
|
|
535
|
-
## [0.0.2-next.1](https://github.com/
|
|
1306
|
+
## [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)
|
|
536
1307
|
|
|
537
1308
|
|
|
538
1309
|
### Features
|
|
539
1310
|
|
|
540
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
541
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
542
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
543
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
544
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
545
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
546
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
547
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
548
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
549
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1311
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1312
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1313
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1314
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1315
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1316
|
+
* 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))
|
|
1317
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1318
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1319
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1320
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
550
1321
|
|
|
551
1322
|
|
|
552
1323
|
### Bug Fixes
|
|
553
1324
|
|
|
554
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1325
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
555
1326
|
|
|
556
1327
|
|
|
557
1328
|
### Dependencies
|
|
@@ -570,8 +1341,8 @@
|
|
|
570
1341
|
|
|
571
1342
|
### Features
|
|
572
1343
|
|
|
573
|
-
* release to production ([829d53d](https://github.com/
|
|
574
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1344
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1345
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
575
1346
|
|
|
576
1347
|
|
|
577
1348
|
### Dependencies
|
|
@@ -585,24 +1356,24 @@
|
|
|
585
1356
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
586
1357
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
587
1358
|
|
|
588
|
-
## [0.0.1-next.70](https://github.com/
|
|
1359
|
+
## [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)
|
|
589
1360
|
|
|
590
1361
|
|
|
591
1362
|
### Features
|
|
592
1363
|
|
|
593
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
594
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
595
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
596
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
597
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
598
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
599
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
600
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1364
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1365
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1366
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1367
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1368
|
+
* 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))
|
|
1369
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1370
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1371
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
601
1372
|
|
|
602
1373
|
|
|
603
1374
|
### Bug Fixes
|
|
604
1375
|
|
|
605
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1376
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
606
1377
|
|
|
607
1378
|
|
|
608
1379
|
### Dependencies
|
|
@@ -616,24 +1387,24 @@
|
|
|
616
1387
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
617
1388
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
618
1389
|
|
|
619
|
-
## [0.0.1-next.69](https://github.com/
|
|
1390
|
+
## [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)
|
|
620
1391
|
|
|
621
1392
|
|
|
622
1393
|
### Features
|
|
623
1394
|
|
|
624
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
625
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
626
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
627
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
628
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
629
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
630
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
631
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1395
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1396
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
1397
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1398
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
1399
|
+
* 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))
|
|
1400
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1401
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1402
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
632
1403
|
|
|
633
1404
|
|
|
634
1405
|
### Bug Fixes
|
|
635
1406
|
|
|
636
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1407
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
637
1408
|
|
|
638
1409
|
|
|
639
1410
|
### Dependencies
|
|
@@ -647,12 +1418,12 @@
|
|
|
647
1418
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
648
1419
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
649
1420
|
|
|
650
|
-
## [0.0.1-next.68](https://github.com/
|
|
1421
|
+
## [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)
|
|
651
1422
|
|
|
652
1423
|
|
|
653
1424
|
### Features
|
|
654
1425
|
|
|
655
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1426
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
656
1427
|
|
|
657
1428
|
|
|
658
1429
|
### Dependencies
|
|
@@ -666,7 +1437,7 @@
|
|
|
666
1437
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
667
1438
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
668
1439
|
|
|
669
|
-
## [0.0.1-next.67](https://github.com/
|
|
1440
|
+
## [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)
|
|
670
1441
|
|
|
671
1442
|
|
|
672
1443
|
### Miscellaneous Chores
|
|
@@ -681,7 +1452,7 @@
|
|
|
681
1452
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
682
1453
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
683
1454
|
|
|
684
|
-
## [0.0.1-next.66](https://github.com/
|
|
1455
|
+
## [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)
|
|
685
1456
|
|
|
686
1457
|
|
|
687
1458
|
### Miscellaneous Chores
|
|
@@ -696,7 +1467,7 @@
|
|
|
696
1467
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
697
1468
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
698
1469
|
|
|
699
|
-
## [0.0.1-next.65](https://github.com/
|
|
1470
|
+
## [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)
|
|
700
1471
|
|
|
701
1472
|
|
|
702
1473
|
### Miscellaneous Chores
|
|
@@ -711,12 +1482,12 @@
|
|
|
711
1482
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
712
1483
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
713
1484
|
|
|
714
|
-
## [0.0.1-next.64](https://github.com/
|
|
1485
|
+
## [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)
|
|
715
1486
|
|
|
716
1487
|
|
|
717
1488
|
### Features
|
|
718
1489
|
|
|
719
|
-
* add zlib/deflate mime types detection ([72c472b](https://github.com/
|
|
1490
|
+
* add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
|
|
720
1491
|
|
|
721
1492
|
|
|
722
1493
|
### Dependencies
|
|
@@ -726,12 +1497,12 @@
|
|
|
726
1497
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
727
1498
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
728
1499
|
|
|
729
|
-
## [0.0.1-next.63](https://github.com/
|
|
1500
|
+
## [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)
|
|
730
1501
|
|
|
731
1502
|
|
|
732
1503
|
### Features
|
|
733
1504
|
|
|
734
|
-
* add kid method to Jwk ([bc9239e](https://github.com/
|
|
1505
|
+
* add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
|
|
735
1506
|
|
|
736
1507
|
|
|
737
1508
|
### Dependencies
|
|
@@ -741,21 +1512,21 @@
|
|
|
741
1512
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
742
1513
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
743
1514
|
|
|
744
|
-
## [0.0.1-next.62](https://github.com/
|
|
1515
|
+
## [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)
|
|
745
1516
|
|
|
746
1517
|
|
|
747
1518
|
### Features
|
|
748
1519
|
|
|
749
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
750
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
751
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
752
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
753
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1520
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1521
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
1522
|
+
* 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))
|
|
1523
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
1524
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
754
1525
|
|
|
755
1526
|
|
|
756
1527
|
### Bug Fixes
|
|
757
1528
|
|
|
758
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1529
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
759
1530
|
|
|
760
1531
|
|
|
761
1532
|
### Dependencies
|
|
@@ -765,7 +1536,7 @@
|
|
|
765
1536
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
766
1537
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
767
1538
|
|
|
768
|
-
## [0.0.1-next.61](https://github.com/
|
|
1539
|
+
## [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)
|
|
769
1540
|
|
|
770
1541
|
|
|
771
1542
|
### Miscellaneous Chores
|
|
@@ -780,7 +1551,7 @@
|
|
|
780
1551
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
781
1552
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
782
1553
|
|
|
783
|
-
## [0.0.1-next.60](https://github.com/
|
|
1554
|
+
## [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)
|
|
784
1555
|
|
|
785
1556
|
|
|
786
1557
|
### Miscellaneous Chores
|
|
@@ -795,12 +1566,12 @@
|
|
|
795
1566
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
796
1567
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
797
1568
|
|
|
798
|
-
## [0.0.1-next.59](https://github.com/
|
|
1569
|
+
## [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)
|
|
799
1570
|
|
|
800
1571
|
|
|
801
1572
|
### Features
|
|
802
1573
|
|
|
803
|
-
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/
|
|
1574
|
+
* propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
|
|
804
1575
|
|
|
805
1576
|
|
|
806
1577
|
### Dependencies
|
|
@@ -810,7 +1581,7 @@
|
|
|
810
1581
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
811
1582
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
812
1583
|
|
|
813
|
-
## [0.0.1-next.58](https://github.com/
|
|
1584
|
+
## [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)
|
|
814
1585
|
|
|
815
1586
|
|
|
816
1587
|
### Miscellaneous Chores
|
|
@@ -825,12 +1596,12 @@
|
|
|
825
1596
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
826
1597
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
827
1598
|
|
|
828
|
-
## [0.0.1-next.57](https://github.com/
|
|
1599
|
+
## [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)
|
|
829
1600
|
|
|
830
1601
|
|
|
831
1602
|
### Features
|
|
832
1603
|
|
|
833
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1604
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
834
1605
|
|
|
835
1606
|
|
|
836
1607
|
### Dependencies
|
|
@@ -840,7 +1611,7 @@
|
|
|
840
1611
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
841
1612
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
842
1613
|
|
|
843
|
-
## [0.0.1-next.56](https://github.com/
|
|
1614
|
+
## [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)
|
|
844
1615
|
|
|
845
1616
|
|
|
846
1617
|
### Miscellaneous Chores
|
|
@@ -855,12 +1626,12 @@
|
|
|
855
1626
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
856
1627
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
857
1628
|
|
|
858
|
-
## [0.0.1-next.55](https://github.com/
|
|
1629
|
+
## [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)
|
|
859
1630
|
|
|
860
1631
|
|
|
861
1632
|
### Features
|
|
862
1633
|
|
|
863
|
-
* ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/
|
|
1634
|
+
* 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))
|
|
864
1635
|
|
|
865
1636
|
|
|
866
1637
|
### Dependencies
|
|
@@ -870,12 +1641,12 @@
|
|
|
870
1641
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
871
1642
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
872
1643
|
|
|
873
|
-
## [0.0.1-next.54](https://github.com/
|
|
1644
|
+
## [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)
|
|
874
1645
|
|
|
875
1646
|
|
|
876
1647
|
### Bug Fixes
|
|
877
1648
|
|
|
878
|
-
* wrap inner error within FetchError / 2 ([#134](https://github.com/
|
|
1649
|
+
* wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
|
|
879
1650
|
|
|
880
1651
|
|
|
881
1652
|
### Dependencies
|
|
@@ -885,7 +1656,7 @@
|
|
|
885
1656
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
886
1657
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
887
1658
|
|
|
888
|
-
## [0.0.1-next.53](https://github.com/
|
|
1659
|
+
## [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)
|
|
889
1660
|
|
|
890
1661
|
|
|
891
1662
|
### Miscellaneous Chores
|
|
@@ -900,12 +1671,12 @@
|
|
|
900
1671
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
901
1672
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
902
1673
|
|
|
903
|
-
## [0.0.1-next.52](https://github.com/
|
|
1674
|
+
## [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)
|
|
904
1675
|
|
|
905
1676
|
|
|
906
1677
|
### Features
|
|
907
1678
|
|
|
908
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1679
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
909
1680
|
|
|
910
1681
|
|
|
911
1682
|
### Dependencies
|
|
@@ -915,7 +1686,7 @@
|
|
|
915
1686
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
916
1687
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
917
1688
|
|
|
918
|
-
## [0.0.1-next.51](https://github.com/
|
|
1689
|
+
## [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)
|
|
919
1690
|
|
|
920
1691
|
|
|
921
1692
|
### Miscellaneous Chores
|
|
@@ -930,12 +1701,12 @@
|
|
|
930
1701
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
931
1702
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
932
1703
|
|
|
933
|
-
## [0.0.1-next.50](https://github.com/
|
|
1704
|
+
## [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)
|
|
934
1705
|
|
|
935
1706
|
|
|
936
1707
|
### Features
|
|
937
1708
|
|
|
938
|
-
* add set method for async caches ([ba34b55](https://github.com/
|
|
1709
|
+
* add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
|
|
939
1710
|
|
|
940
1711
|
|
|
941
1712
|
### Dependencies
|