@twin.org/image 0.0.3-next.4 → 0.0.3-next.41
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 -4
- package/dist/es/encoders/jpegEncoder.js +2 -5
- package/dist/es/encoders/jpegEncoder.js.map +1 -1
- package/dist/es/encoders/pngEncoder.js +3 -3
- package/dist/es/encoders/pngEncoder.js.map +1 -1
- package/docs/changelog.md +801 -84
- package/docs/examples.md +48 -1
- package/docs/reference/classes/Color.md +13 -13
- package/docs/reference/classes/JpegEncoder.md +2 -2
- package/docs/reference/classes/PngEncoder.md +1 -1
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,723 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.40...image-v0.0.3-next.41) (2026-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **image:** 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.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
20
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.39...image-v0.0.3-next.40) (2026-05-13)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **image:** Synchronize repo versions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
39
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
40
|
+
|
|
41
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.38...image-v0.0.3-next.39) (2026-05-13)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
* **image:** Synchronize repo versions
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
54
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
55
|
+
* devDependencies
|
|
56
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
57
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
58
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.37...image-v0.0.3-next.38) (2026-05-11)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
73
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
74
|
+
* devDependencies
|
|
75
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
76
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
77
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
78
|
+
|
|
79
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.36...image-v0.0.3-next.37) (2026-05-07)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Miscellaneous Chores
|
|
83
|
+
|
|
84
|
+
* **image:** Synchronize repo versions
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* The following workspace dependencies were updated
|
|
90
|
+
* dependencies
|
|
91
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
92
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
93
|
+
* devDependencies
|
|
94
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
95
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
96
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
97
|
+
|
|
98
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.35...image-v0.0.3-next.36) (2026-05-07)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Miscellaneous Chores
|
|
102
|
+
|
|
103
|
+
* **image:** Synchronize repo versions
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Dependencies
|
|
107
|
+
|
|
108
|
+
* The following workspace dependencies were updated
|
|
109
|
+
* dependencies
|
|
110
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
111
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
114
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
115
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
116
|
+
|
|
117
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.34...image-v0.0.3-next.35) (2026-05-06)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Miscellaneous Chores
|
|
121
|
+
|
|
122
|
+
* **image:** Synchronize repo versions
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
* The following workspace dependencies were updated
|
|
128
|
+
* dependencies
|
|
129
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
130
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
133
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
134
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.33...image-v0.0.3-next.34) (2026-05-06)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Miscellaneous Chores
|
|
140
|
+
|
|
141
|
+
* **image:** Synchronize repo versions
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
* The following workspace dependencies were updated
|
|
147
|
+
* dependencies
|
|
148
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
149
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
152
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
153
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
154
|
+
|
|
155
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.32...image-v0.0.3-next.33) (2026-05-05)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Miscellaneous Chores
|
|
159
|
+
|
|
160
|
+
* **image:** Synchronize repo versions
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Dependencies
|
|
164
|
+
|
|
165
|
+
* The following workspace dependencies were updated
|
|
166
|
+
* dependencies
|
|
167
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
168
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
169
|
+
* devDependencies
|
|
170
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
171
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
172
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
173
|
+
|
|
174
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.31...image-v0.0.3-next.32) (2026-04-30)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Miscellaneous Chores
|
|
178
|
+
|
|
179
|
+
* **image:** Synchronize repo versions
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Dependencies
|
|
183
|
+
|
|
184
|
+
* The following workspace dependencies were updated
|
|
185
|
+
* dependencies
|
|
186
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
187
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
188
|
+
* devDependencies
|
|
189
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
190
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
191
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
192
|
+
|
|
193
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.30...image-v0.0.3-next.31) (2026-04-14)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Miscellaneous Chores
|
|
197
|
+
|
|
198
|
+
* **image:** Synchronize repo versions
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
206
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
209
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
210
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
211
|
+
|
|
212
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.29...image-v0.0.3-next.30) (2026-04-14)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Miscellaneous Chores
|
|
216
|
+
|
|
217
|
+
* **image:** Synchronize repo versions
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Dependencies
|
|
221
|
+
|
|
222
|
+
* The following workspace dependencies were updated
|
|
223
|
+
* dependencies
|
|
224
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
225
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
226
|
+
* devDependencies
|
|
227
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
228
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
229
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.28...image-v0.0.3-next.29) (2026-04-14)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **image:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
244
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
245
|
+
* devDependencies
|
|
246
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
247
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
248
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
249
|
+
|
|
250
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.27...image-v0.0.3-next.28) (2026-03-27)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **image:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Dependencies
|
|
259
|
+
|
|
260
|
+
* The following workspace dependencies were updated
|
|
261
|
+
* dependencies
|
|
262
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
263
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
264
|
+
* devDependencies
|
|
265
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
266
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
267
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
268
|
+
|
|
269
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.26...image-v0.0.3-next.27) (2026-03-27)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Miscellaneous Chores
|
|
273
|
+
|
|
274
|
+
* **image:** Synchronize repo versions
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
282
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
283
|
+
* devDependencies
|
|
284
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
285
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
286
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
287
|
+
|
|
288
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.25...image-v0.0.3-next.26) (2026-03-24)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Miscellaneous Chores
|
|
292
|
+
|
|
293
|
+
* **image:** Synchronize repo versions
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* dependencies
|
|
300
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
301
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
302
|
+
* devDependencies
|
|
303
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
304
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
305
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
306
|
+
|
|
307
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.24...image-v0.0.3-next.25) (2026-03-23)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **image:** Synchronize repo versions
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Dependencies
|
|
316
|
+
|
|
317
|
+
* The following workspace dependencies were updated
|
|
318
|
+
* dependencies
|
|
319
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
320
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
321
|
+
* devDependencies
|
|
322
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
323
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
324
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
325
|
+
|
|
326
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.23...image-v0.0.3-next.24) (2026-03-19)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
339
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
340
|
+
* devDependencies
|
|
341
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
342
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
343
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
344
|
+
|
|
345
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.22...image-v0.0.3-next.23) (2026-03-17)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Miscellaneous Chores
|
|
349
|
+
|
|
350
|
+
* **image:** Synchronize repo versions
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Dependencies
|
|
354
|
+
|
|
355
|
+
* The following workspace dependencies were updated
|
|
356
|
+
* dependencies
|
|
357
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
358
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
362
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
363
|
+
|
|
364
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.21...image-v0.0.3-next.22) (2026-02-26)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Miscellaneous Chores
|
|
368
|
+
|
|
369
|
+
* **image:** Synchronize repo versions
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Dependencies
|
|
373
|
+
|
|
374
|
+
* The following workspace dependencies were updated
|
|
375
|
+
* dependencies
|
|
376
|
+
* @twin.org/core 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/image-v0.0.3-next.20...image-v0.0.3-next.21) (2026-02-26)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
389
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
390
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
391
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
392
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
393
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
394
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
395
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Dependencies
|
|
399
|
+
|
|
400
|
+
* The following workspace dependencies were updated
|
|
401
|
+
* dependencies
|
|
402
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
403
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
404
|
+
* devDependencies
|
|
405
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
406
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
407
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
408
|
+
|
|
409
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.19...image-v0.0.3-next.20) (2026-02-26)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Miscellaneous Chores
|
|
413
|
+
|
|
414
|
+
* **image:** Synchronize repo versions
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Dependencies
|
|
418
|
+
|
|
419
|
+
* The following workspace dependencies were updated
|
|
420
|
+
* dependencies
|
|
421
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
422
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
423
|
+
* devDependencies
|
|
424
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
425
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
426
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
427
|
+
|
|
428
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.18...image-v0.0.3-next.19) (2026-02-26)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Miscellaneous Chores
|
|
432
|
+
|
|
433
|
+
* **image:** Synchronize repo versions
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
### Dependencies
|
|
437
|
+
|
|
438
|
+
* The following workspace dependencies were updated
|
|
439
|
+
* dependencies
|
|
440
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
441
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
442
|
+
* devDependencies
|
|
443
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
444
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
445
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
446
|
+
|
|
447
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.17...image-v0.0.3-next.18) (2026-02-23)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
### Miscellaneous Chores
|
|
451
|
+
|
|
452
|
+
* **image:** Synchronize repo versions
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Dependencies
|
|
456
|
+
|
|
457
|
+
* The following workspace dependencies were updated
|
|
458
|
+
* dependencies
|
|
459
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
460
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
461
|
+
* devDependencies
|
|
462
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
463
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
464
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
465
|
+
|
|
466
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.16...image-v0.0.3-next.17) (2026-02-09)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Miscellaneous Chores
|
|
470
|
+
|
|
471
|
+
* **image:** Synchronize repo versions
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Dependencies
|
|
475
|
+
|
|
476
|
+
* The following workspace dependencies were updated
|
|
477
|
+
* dependencies
|
|
478
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
479
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
480
|
+
* devDependencies
|
|
481
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
482
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
483
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
484
|
+
|
|
485
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.15...image-v0.0.3-next.16) (2026-02-06)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Miscellaneous Chores
|
|
489
|
+
|
|
490
|
+
* **image:** Synchronize repo versions
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Dependencies
|
|
494
|
+
|
|
495
|
+
* The following workspace dependencies were updated
|
|
496
|
+
* dependencies
|
|
497
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
498
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
499
|
+
* devDependencies
|
|
500
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
501
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
502
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
503
|
+
|
|
504
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.14...image-v0.0.3-next.15) (2026-01-29)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Miscellaneous Chores
|
|
508
|
+
|
|
509
|
+
* **image:** Synchronize repo versions
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Dependencies
|
|
513
|
+
|
|
514
|
+
* The following workspace dependencies were updated
|
|
515
|
+
* dependencies
|
|
516
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
517
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
518
|
+
* devDependencies
|
|
519
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
520
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
521
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
522
|
+
|
|
523
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.13...image-v0.0.3-next.14) (2026-01-22)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Miscellaneous Chores
|
|
527
|
+
|
|
528
|
+
* **image:** Synchronize repo versions
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Dependencies
|
|
532
|
+
|
|
533
|
+
* The following workspace dependencies were updated
|
|
534
|
+
* dependencies
|
|
535
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
536
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
537
|
+
* devDependencies
|
|
538
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
539
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
540
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
541
|
+
|
|
542
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.12...image-v0.0.3-next.13) (2026-01-08)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Miscellaneous Chores
|
|
546
|
+
|
|
547
|
+
* **image:** Synchronize repo versions
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
555
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
556
|
+
* devDependencies
|
|
557
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
558
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
559
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
560
|
+
|
|
561
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.11...image-v0.0.3-next.12) (2026-01-08)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Miscellaneous Chores
|
|
565
|
+
|
|
566
|
+
* **image:** Synchronize repo versions
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Dependencies
|
|
570
|
+
|
|
571
|
+
* The following workspace dependencies were updated
|
|
572
|
+
* dependencies
|
|
573
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
574
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
575
|
+
* devDependencies
|
|
576
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
577
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
578
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
579
|
+
|
|
580
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.10...image-v0.0.3-next.11) (2026-01-07)
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### Miscellaneous Chores
|
|
584
|
+
|
|
585
|
+
* **image:** Synchronize repo versions
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Dependencies
|
|
589
|
+
|
|
590
|
+
* The following workspace dependencies were updated
|
|
591
|
+
* dependencies
|
|
592
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
593
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
594
|
+
* devDependencies
|
|
595
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
596
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
597
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
598
|
+
|
|
599
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.9...image-v0.0.3-next.10) (2026-01-07)
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Miscellaneous Chores
|
|
603
|
+
|
|
604
|
+
* **image:** Synchronize repo versions
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Dependencies
|
|
608
|
+
|
|
609
|
+
* The following workspace dependencies were updated
|
|
610
|
+
* dependencies
|
|
611
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
612
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
613
|
+
* devDependencies
|
|
614
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
615
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
616
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
617
|
+
|
|
618
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.8...image-v0.0.3-next.9) (2026-01-05)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Miscellaneous Chores
|
|
622
|
+
|
|
623
|
+
* **image:** Synchronize repo versions
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Dependencies
|
|
627
|
+
|
|
628
|
+
* The following workspace dependencies were updated
|
|
629
|
+
* dependencies
|
|
630
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
631
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
632
|
+
* devDependencies
|
|
633
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
634
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
635
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
636
|
+
|
|
637
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.7...image-v0.0.3-next.8) (2025-11-26)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Miscellaneous Chores
|
|
641
|
+
|
|
642
|
+
* **image:** Synchronize repo versions
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* The following workspace dependencies were updated
|
|
648
|
+
* dependencies
|
|
649
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
653
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
654
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
655
|
+
|
|
656
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.6...image-v0.0.3-next.7) (2025-11-25)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Features
|
|
660
|
+
|
|
661
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
662
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
663
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
664
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
665
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
666
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
667
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
668
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### Dependencies
|
|
672
|
+
|
|
673
|
+
* The following workspace dependencies were updated
|
|
674
|
+
* dependencies
|
|
675
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
676
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
677
|
+
* devDependencies
|
|
678
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
679
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
680
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
681
|
+
|
|
682
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.5...image-v0.0.3-next.6) (2025-11-25)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
### Miscellaneous Chores
|
|
686
|
+
|
|
687
|
+
* **image:** Synchronize repo versions
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
### Dependencies
|
|
691
|
+
|
|
692
|
+
* The following workspace dependencies were updated
|
|
693
|
+
* dependencies
|
|
694
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
695
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
696
|
+
* devDependencies
|
|
697
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
698
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
699
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
700
|
+
|
|
701
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.4...image-v0.0.3-next.5) (2025-11-20)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
### Miscellaneous Chores
|
|
705
|
+
|
|
706
|
+
* **image:** Synchronize repo versions
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Dependencies
|
|
710
|
+
|
|
711
|
+
* The following workspace dependencies were updated
|
|
712
|
+
* dependencies
|
|
713
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
714
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
715
|
+
* devDependencies
|
|
716
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
717
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
718
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
719
|
+
|
|
720
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.3...image-v0.0.3-next.4) (2025-11-13)
|
|
4
721
|
|
|
5
722
|
|
|
6
723
|
### Miscellaneous Chores
|
|
@@ -19,7 +736,7 @@
|
|
|
19
736
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
737
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
21
738
|
|
|
22
|
-
## [0.0.3-next.3](https://github.com/
|
|
739
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.2...image-v0.0.3-next.3) (2025-11-12)
|
|
23
740
|
|
|
24
741
|
|
|
25
742
|
### Miscellaneous Chores
|
|
@@ -38,7 +755,7 @@
|
|
|
38
755
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
39
756
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
40
757
|
|
|
41
|
-
## [0.0.3-next.2](https://github.com/
|
|
758
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.1...image-v0.0.3-next.2) (2025-11-12)
|
|
42
759
|
|
|
43
760
|
|
|
44
761
|
### Miscellaneous Chores
|
|
@@ -57,19 +774,19 @@
|
|
|
57
774
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
58
775
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
59
776
|
|
|
60
|
-
## [0.0.3-next.1](https://github.com/
|
|
777
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/image-v0.0.3-next.0...image-v0.0.3-next.1) (2025-11-10)
|
|
61
778
|
|
|
62
779
|
|
|
63
780
|
### Features
|
|
64
781
|
|
|
65
|
-
* add context id features ([#206](https://github.com/
|
|
66
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
67
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
68
|
-
* locales validation ([#197](https://github.com/
|
|
69
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
70
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
71
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
72
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
782
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
783
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
784
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
785
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
786
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
787
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
788
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
789
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
73
790
|
|
|
74
791
|
|
|
75
792
|
### Dependencies
|
|
@@ -83,7 +800,7 @@
|
|
|
83
800
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
84
801
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
85
802
|
|
|
86
|
-
## [0.0.2-next.22](https://github.com/
|
|
803
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.21...image-v0.0.2-next.22) (2025-10-10)
|
|
87
804
|
|
|
88
805
|
|
|
89
806
|
### Miscellaneous Chores
|
|
@@ -102,12 +819,12 @@
|
|
|
102
819
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
103
820
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
104
821
|
|
|
105
|
-
## [0.0.2-next.21](https://github.com/
|
|
822
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.20...image-v0.0.2-next.21) (2025-10-09)
|
|
106
823
|
|
|
107
824
|
|
|
108
825
|
### Features
|
|
109
826
|
|
|
110
|
-
* locales validation ([#197](https://github.com/
|
|
827
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
111
828
|
|
|
112
829
|
|
|
113
830
|
### Dependencies
|
|
@@ -121,7 +838,7 @@
|
|
|
121
838
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
122
839
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
123
840
|
|
|
124
|
-
## [0.0.2-next.20](https://github.com/
|
|
841
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.19...image-v0.0.2-next.20) (2025-10-02)
|
|
125
842
|
|
|
126
843
|
|
|
127
844
|
### Miscellaneous Chores
|
|
@@ -139,7 +856,7 @@
|
|
|
139
856
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
140
857
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
141
858
|
|
|
142
|
-
## [0.0.2-next.19](https://github.com/
|
|
859
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.18...image-v0.0.2-next.19) (2025-09-30)
|
|
143
860
|
|
|
144
861
|
|
|
145
862
|
### Miscellaneous Chores
|
|
@@ -157,7 +874,7 @@
|
|
|
157
874
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
158
875
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
159
876
|
|
|
160
|
-
## [0.0.2-next.18](https://github.com/
|
|
877
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.17...image-v0.0.2-next.18) (2025-09-29)
|
|
161
878
|
|
|
162
879
|
|
|
163
880
|
### Miscellaneous Chores
|
|
@@ -175,7 +892,7 @@
|
|
|
175
892
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
176
893
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
177
894
|
|
|
178
|
-
## [0.0.2-next.17](https://github.com/
|
|
895
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.16...image-v0.0.2-next.17) (2025-09-29)
|
|
179
896
|
|
|
180
897
|
|
|
181
898
|
### Miscellaneous Chores
|
|
@@ -193,7 +910,7 @@
|
|
|
193
910
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
194
911
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
195
912
|
|
|
196
|
-
## [0.0.2-next.16](https://github.com/
|
|
913
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.15...image-v0.0.2-next.16) (2025-09-28)
|
|
197
914
|
|
|
198
915
|
|
|
199
916
|
### Miscellaneous Chores
|
|
@@ -211,7 +928,7 @@
|
|
|
211
928
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
212
929
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
213
930
|
|
|
214
|
-
## [0.0.2-next.15](https://github.com/
|
|
931
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.14...image-v0.0.2-next.15) (2025-09-22)
|
|
215
932
|
|
|
216
933
|
|
|
217
934
|
### Miscellaneous Chores
|
|
@@ -229,7 +946,7 @@
|
|
|
229
946
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
230
947
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
231
948
|
|
|
232
|
-
## [0.0.2-next.14](https://github.com/
|
|
949
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.13...image-v0.0.2-next.14) (2025-09-22)
|
|
233
950
|
|
|
234
951
|
|
|
235
952
|
### Miscellaneous Chores
|
|
@@ -247,7 +964,7 @@
|
|
|
247
964
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
248
965
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
249
966
|
|
|
250
|
-
## [0.0.2-next.13](https://github.com/
|
|
967
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.12...image-v0.0.2-next.13) (2025-09-22)
|
|
251
968
|
|
|
252
969
|
|
|
253
970
|
### Miscellaneous Chores
|
|
@@ -265,7 +982,7 @@
|
|
|
265
982
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
266
983
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
267
984
|
|
|
268
|
-
## [0.0.2-next.12](https://github.com/
|
|
985
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.11...image-v0.0.2-next.12) (2025-09-15)
|
|
269
986
|
|
|
270
987
|
|
|
271
988
|
### Miscellaneous Chores
|
|
@@ -283,7 +1000,7 @@
|
|
|
283
1000
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
284
1001
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
285
1002
|
|
|
286
|
-
## [0.0.2-next.11](https://github.com/
|
|
1003
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.10...image-v0.0.2-next.11) (2025-09-15)
|
|
287
1004
|
|
|
288
1005
|
|
|
289
1006
|
### Miscellaneous Chores
|
|
@@ -301,7 +1018,7 @@
|
|
|
301
1018
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
302
1019
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
303
1020
|
|
|
304
|
-
## [0.0.2-next.10](https://github.com/
|
|
1021
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.9...image-v0.0.2-next.10) (2025-09-11)
|
|
305
1022
|
|
|
306
1023
|
|
|
307
1024
|
### Miscellaneous Chores
|
|
@@ -319,7 +1036,7 @@
|
|
|
319
1036
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
320
1037
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
321
1038
|
|
|
322
|
-
## [0.0.2-next.9](https://github.com/
|
|
1039
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.8...image-v0.0.2-next.9) (2025-09-08)
|
|
323
1040
|
|
|
324
1041
|
|
|
325
1042
|
### Miscellaneous Chores
|
|
@@ -337,7 +1054,7 @@
|
|
|
337
1054
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
338
1055
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
339
1056
|
|
|
340
|
-
## [0.0.2-next.8](https://github.com/
|
|
1057
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.7...image-v0.0.2-next.8) (2025-09-05)
|
|
341
1058
|
|
|
342
1059
|
|
|
343
1060
|
### Miscellaneous Chores
|
|
@@ -355,12 +1072,12 @@
|
|
|
355
1072
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
356
1073
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
357
1074
|
|
|
358
|
-
## [0.0.2-next.7](https://github.com/
|
|
1075
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.6...image-v0.0.2-next.7) (2025-08-29)
|
|
359
1076
|
|
|
360
1077
|
|
|
361
1078
|
### Features
|
|
362
1079
|
|
|
363
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1080
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
364
1081
|
|
|
365
1082
|
|
|
366
1083
|
### Dependencies
|
|
@@ -373,7 +1090,7 @@
|
|
|
373
1090
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
374
1091
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
375
1092
|
|
|
376
|
-
## [0.0.2-next.6](https://github.com/
|
|
1093
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.5...image-v0.0.2-next.6) (2025-08-27)
|
|
377
1094
|
|
|
378
1095
|
|
|
379
1096
|
### Miscellaneous Chores
|
|
@@ -391,12 +1108,12 @@
|
|
|
391
1108
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
392
1109
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
393
1110
|
|
|
394
|
-
## [0.0.2-next.5](https://github.com/
|
|
1111
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.4...image-v0.0.2-next.5) (2025-08-19)
|
|
395
1112
|
|
|
396
1113
|
|
|
397
1114
|
### Features
|
|
398
1115
|
|
|
399
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1116
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
400
1117
|
|
|
401
1118
|
|
|
402
1119
|
### Dependencies
|
|
@@ -409,7 +1126,7 @@
|
|
|
409
1126
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
410
1127
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
411
1128
|
|
|
412
|
-
## [0.0.2-next.4](https://github.com/
|
|
1129
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.3...image-v0.0.2-next.4) (2025-08-15)
|
|
413
1130
|
|
|
414
1131
|
|
|
415
1132
|
### Miscellaneous Chores
|
|
@@ -427,15 +1144,15 @@
|
|
|
427
1144
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
428
1145
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
429
1146
|
|
|
430
|
-
## [0.0.2-next.3](https://github.com/
|
|
1147
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.2...image-v0.0.2-next.3) (2025-08-06)
|
|
431
1148
|
|
|
432
1149
|
|
|
433
1150
|
### Features
|
|
434
1151
|
|
|
435
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
436
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
437
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
438
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1152
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1153
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1154
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1155
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
439
1156
|
|
|
440
1157
|
|
|
441
1158
|
### Dependencies
|
|
@@ -448,15 +1165,15 @@
|
|
|
448
1165
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
449
1166
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
450
1167
|
|
|
451
|
-
## [0.0.2-next.2](https://github.com/
|
|
1168
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.1...image-v0.0.2-next.2) (2025-08-06)
|
|
452
1169
|
|
|
453
1170
|
|
|
454
1171
|
### Features
|
|
455
1172
|
|
|
456
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
457
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
458
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
459
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1173
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1174
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1175
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1176
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
460
1177
|
|
|
461
1178
|
|
|
462
1179
|
### Dependencies
|
|
@@ -469,15 +1186,15 @@
|
|
|
469
1186
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
470
1187
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
471
1188
|
|
|
472
|
-
## [0.0.2-next.1](https://github.com/
|
|
1189
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/image-v0.0.2-next.0...image-v0.0.2-next.1) (2025-08-06)
|
|
473
1190
|
|
|
474
1191
|
|
|
475
1192
|
### Features
|
|
476
1193
|
|
|
477
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
478
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
479
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
480
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1194
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1195
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1196
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1197
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
481
1198
|
|
|
482
1199
|
|
|
483
1200
|
### Dependencies
|
|
@@ -495,8 +1212,8 @@
|
|
|
495
1212
|
|
|
496
1213
|
### Features
|
|
497
1214
|
|
|
498
|
-
* release to production ([829d53d](https://github.com/
|
|
499
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1215
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1216
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
500
1217
|
|
|
501
1218
|
|
|
502
1219
|
### Dependencies
|
|
@@ -509,14 +1226,14 @@
|
|
|
509
1226
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
510
1227
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
511
1228
|
|
|
512
|
-
## [0.0.1-next.70](https://github.com/
|
|
1229
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.69...image-v0.0.1-next.70) (2025-07-02)
|
|
513
1230
|
|
|
514
1231
|
|
|
515
1232
|
### Features
|
|
516
1233
|
|
|
517
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
518
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
519
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1234
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1235
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1236
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
520
1237
|
|
|
521
1238
|
|
|
522
1239
|
### Dependencies
|
|
@@ -529,14 +1246,14 @@
|
|
|
529
1246
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
530
1247
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
531
1248
|
|
|
532
|
-
## [0.0.1-next.69](https://github.com/
|
|
1249
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.68...image-v0.0.1-next.69) (2025-07-02)
|
|
533
1250
|
|
|
534
1251
|
|
|
535
1252
|
### Features
|
|
536
1253
|
|
|
537
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
538
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
539
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1254
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1255
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1256
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
540
1257
|
|
|
541
1258
|
|
|
542
1259
|
### Dependencies
|
|
@@ -549,12 +1266,12 @@
|
|
|
549
1266
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
550
1267
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
551
1268
|
|
|
552
|
-
## [0.0.1-next.68](https://github.com/
|
|
1269
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.67...image-v0.0.1-next.68) (2025-07-02)
|
|
553
1270
|
|
|
554
1271
|
|
|
555
1272
|
### Features
|
|
556
1273
|
|
|
557
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1274
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
558
1275
|
|
|
559
1276
|
|
|
560
1277
|
### Dependencies
|
|
@@ -567,7 +1284,7 @@
|
|
|
567
1284
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
568
1285
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
569
1286
|
|
|
570
|
-
## [0.0.1-next.67](https://github.com/
|
|
1287
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.66...image-v0.0.1-next.67) (2025-06-26)
|
|
571
1288
|
|
|
572
1289
|
|
|
573
1290
|
### Miscellaneous Chores
|
|
@@ -581,7 +1298,7 @@
|
|
|
581
1298
|
* dependencies
|
|
582
1299
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
583
1300
|
|
|
584
|
-
## [0.0.1-next.66](https://github.com/
|
|
1301
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.65...image-v0.0.1-next.66) (2025-06-26)
|
|
585
1302
|
|
|
586
1303
|
|
|
587
1304
|
### Miscellaneous Chores
|
|
@@ -595,7 +1312,7 @@
|
|
|
595
1312
|
* dependencies
|
|
596
1313
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
597
1314
|
|
|
598
|
-
## [0.0.1-next.65](https://github.com/
|
|
1315
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.64...image-v0.0.1-next.65) (2025-06-19)
|
|
599
1316
|
|
|
600
1317
|
|
|
601
1318
|
### Miscellaneous Chores
|
|
@@ -609,7 +1326,7 @@
|
|
|
609
1326
|
* dependencies
|
|
610
1327
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
611
1328
|
|
|
612
|
-
## [0.0.1-next.64](https://github.com/
|
|
1329
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.63...image-v0.0.1-next.64) (2025-06-19)
|
|
613
1330
|
|
|
614
1331
|
|
|
615
1332
|
### Miscellaneous Chores
|
|
@@ -623,7 +1340,7 @@
|
|
|
623
1340
|
* dependencies
|
|
624
1341
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
625
1342
|
|
|
626
|
-
## [0.0.1-next.63](https://github.com/
|
|
1343
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.62...image-v0.0.1-next.63) (2025-06-18)
|
|
627
1344
|
|
|
628
1345
|
|
|
629
1346
|
### Miscellaneous Chores
|
|
@@ -637,13 +1354,13 @@
|
|
|
637
1354
|
* dependencies
|
|
638
1355
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
639
1356
|
|
|
640
|
-
## [0.0.1-next.62](https://github.com/
|
|
1357
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.61...image-v0.0.1-next.62) (2025-06-17)
|
|
641
1358
|
|
|
642
1359
|
|
|
643
1360
|
### Features
|
|
644
1361
|
|
|
645
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
646
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1362
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1363
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
647
1364
|
|
|
648
1365
|
|
|
649
1366
|
### Dependencies
|
|
@@ -652,7 +1369,7 @@
|
|
|
652
1369
|
* dependencies
|
|
653
1370
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
654
1371
|
|
|
655
|
-
## [0.0.1-next.61](https://github.com/
|
|
1372
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.60...image-v0.0.1-next.61) (2025-06-17)
|
|
656
1373
|
|
|
657
1374
|
|
|
658
1375
|
### Miscellaneous Chores
|
|
@@ -666,7 +1383,7 @@
|
|
|
666
1383
|
* dependencies
|
|
667
1384
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
668
1385
|
|
|
669
|
-
## [0.0.1-next.60](https://github.com/
|
|
1386
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.59...image-v0.0.1-next.60) (2025-06-17)
|
|
670
1387
|
|
|
671
1388
|
|
|
672
1389
|
### Miscellaneous Chores
|
|
@@ -680,7 +1397,7 @@
|
|
|
680
1397
|
* dependencies
|
|
681
1398
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
682
1399
|
|
|
683
|
-
## [0.0.1-next.59](https://github.com/
|
|
1400
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.58...image-v0.0.1-next.59) (2025-06-17)
|
|
684
1401
|
|
|
685
1402
|
|
|
686
1403
|
### Miscellaneous Chores
|
|
@@ -694,7 +1411,7 @@
|
|
|
694
1411
|
* dependencies
|
|
695
1412
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
696
1413
|
|
|
697
|
-
## [0.0.1-next.58](https://github.com/
|
|
1414
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.57...image-v0.0.1-next.58) (2025-06-13)
|
|
698
1415
|
|
|
699
1416
|
|
|
700
1417
|
### Miscellaneous Chores
|
|
@@ -708,12 +1425,12 @@
|
|
|
708
1425
|
* dependencies
|
|
709
1426
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
710
1427
|
|
|
711
|
-
## [0.0.1-next.57](https://github.com/
|
|
1428
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.56...image-v0.0.1-next.57) (2025-06-10)
|
|
712
1429
|
|
|
713
1430
|
|
|
714
1431
|
### Features
|
|
715
1432
|
|
|
716
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1433
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
717
1434
|
|
|
718
1435
|
|
|
719
1436
|
### Dependencies
|
|
@@ -722,7 +1439,7 @@
|
|
|
722
1439
|
* dependencies
|
|
723
1440
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
724
1441
|
|
|
725
|
-
## [0.0.1-next.56](https://github.com/
|
|
1442
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.55...image-v0.0.1-next.56) (2025-05-08)
|
|
726
1443
|
|
|
727
1444
|
|
|
728
1445
|
### Miscellaneous Chores
|
|
@@ -736,7 +1453,7 @@
|
|
|
736
1453
|
* dependencies
|
|
737
1454
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
738
1455
|
|
|
739
|
-
## [0.0.1-next.55](https://github.com/
|
|
1456
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.54...image-v0.0.1-next.55) (2025-05-07)
|
|
740
1457
|
|
|
741
1458
|
|
|
742
1459
|
### Miscellaneous Chores
|
|
@@ -750,7 +1467,7 @@
|
|
|
750
1467
|
* dependencies
|
|
751
1468
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
752
1469
|
|
|
753
|
-
## [0.0.1-next.54](https://github.com/
|
|
1470
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.53...image-v0.0.1-next.54) (2025-05-06)
|
|
754
1471
|
|
|
755
1472
|
|
|
756
1473
|
### Miscellaneous Chores
|
|
@@ -764,7 +1481,7 @@
|
|
|
764
1481
|
* dependencies
|
|
765
1482
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
766
1483
|
|
|
767
|
-
## [0.0.1-next.53](https://github.com/
|
|
1484
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.52...image-v0.0.1-next.53) (2025-05-01)
|
|
768
1485
|
|
|
769
1486
|
|
|
770
1487
|
### Miscellaneous Chores
|
|
@@ -778,12 +1495,12 @@
|
|
|
778
1495
|
* dependencies
|
|
779
1496
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
780
1497
|
|
|
781
|
-
## [0.0.1-next.52](https://github.com/
|
|
1498
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.51...image-v0.0.1-next.52) (2025-04-17)
|
|
782
1499
|
|
|
783
1500
|
|
|
784
1501
|
### Features
|
|
785
1502
|
|
|
786
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1503
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
787
1504
|
|
|
788
1505
|
|
|
789
1506
|
### Dependencies
|
|
@@ -792,7 +1509,7 @@
|
|
|
792
1509
|
* dependencies
|
|
793
1510
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
794
1511
|
|
|
795
|
-
## [0.0.1-next.51](https://github.com/
|
|
1512
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.50...image-v0.0.1-next.51) (2025-03-27)
|
|
796
1513
|
|
|
797
1514
|
|
|
798
1515
|
### Miscellaneous Chores
|
|
@@ -806,7 +1523,7 @@
|
|
|
806
1523
|
* dependencies
|
|
807
1524
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
808
1525
|
|
|
809
|
-
## [0.0.1-next.50](https://github.com/
|
|
1526
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/image-v0.0.1-next.49...image-v0.0.1-next.50) (2025-03-26)
|
|
810
1527
|
|
|
811
1528
|
|
|
812
1529
|
### Miscellaneous Chores
|