@twin.org/entity 0.0.3-next.9 → 0.0.3
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 -5
- package/dist/es/decorators/entityDecorator.js +2 -1
- package/dist/es/decorators/entityDecorator.js.map +1 -1
- package/dist/es/decorators/propertyDecorator.js +1 -0
- package/dist/es/decorators/propertyDecorator.js.map +1 -1
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEntitySchemaDiff.js +2 -0
- package/dist/es/models/IEntitySchemaDiff.js.map +1 -0
- package/dist/es/utils/decoratorHelper.js +1 -0
- package/dist/es/utils/decoratorHelper.js.map +1 -1
- package/dist/es/utils/entityConditions.js +10 -0
- package/dist/es/utils/entityConditions.js.map +1 -1
- package/dist/es/utils/entitySchemaDiffHelper.js +139 -0
- package/dist/es/utils/entitySchemaDiffHelper.js.map +1 -0
- package/dist/types/decorators/entityDecorator.d.ts +1 -0
- package/dist/types/decorators/propertyDecorator.d.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/models/IEntitySchemaDiff.d.ts +33 -0
- package/dist/types/utils/decoratorHelper.d.ts +1 -0
- package/dist/types/utils/entitySchemaDiffHelper.d.ts +44 -0
- package/docs/changelog.md +847 -98
- package/docs/examples.md +70 -1
- package/docs/reference/classes/DecoratorHelper.md +2 -2
- package/docs/reference/classes/EntityConditions.md +2 -2
- package/docs/reference/classes/EntitySchemaDiffHelper.md +147 -0
- package/docs/reference/classes/EntitySchemaHelper.md +6 -6
- package/docs/reference/classes/EntitySorter.md +4 -4
- package/docs/reference/index.md +2 -0
- package/docs/reference/interfaces/IComparator.md +3 -3
- package/docs/reference/interfaces/IComparatorGroup.md +3 -3
- package/docs/reference/interfaces/IEntitySchema.md +5 -5
- package/docs/reference/interfaces/IEntitySchemaDiff.md +59 -0
- package/docs/reference/interfaces/IEntitySchemaOptions.md +2 -2
- package/docs/reference/interfaces/IEntitySchemaProperty.md +20 -20
- package/docs/reference/interfaces/IEntitySort.md +3 -3
- package/docs/reference/variables/ComparisonOperator.md +9 -9
- package/docs/reference/variables/EntitySchemaPropertyFormat.md +17 -17
- package/docs/reference/variables/EntitySchemaPropertyType.md +6 -6
- package/docs/reference/variables/LogicalOperator.md +2 -2
- package/docs/reference/variables/SortDirection.md +2 -2
- package/locales/en.json +4 -0
- package/package.json +7 -6
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,755 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3
|
|
3
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3...entity-v0.0.3) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
9
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
10
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
11
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
12
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
13
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
14
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
15
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.46...entity-v0.0.3-next.47) (2026-05-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **entity:** Synchronize repo versions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
35
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
39
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
40
|
+
|
|
41
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.45...entity-v0.0.3-next.46) (2026-05-22)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
* **entity:** Synchronize repo versions
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
54
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
55
|
+
* devDependencies
|
|
56
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
57
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
58
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.44...entity-v0.0.3-next.45) (2026-05-21)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Miscellaneous Chores
|
|
64
|
+
|
|
65
|
+
* **entity:** Synchronize repo versions
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
73
|
+
* @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
74
|
+
* devDependencies
|
|
75
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
76
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
77
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
78
|
+
|
|
79
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.43...entity-v0.0.3-next.44) (2026-05-19)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* The following workspace dependencies were updated
|
|
90
|
+
* dependencies
|
|
91
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
92
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
93
|
+
* devDependencies
|
|
94
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
95
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
96
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
97
|
+
|
|
98
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.42...entity-v0.0.3-next.43) (2026-05-18)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
* add support for null in EntityConditions.compare ([922c4ba](https://github.com/iotaledger/twin-framework/commit/922c4ba8af578b4e7eaaf21b3c37a9d788941487))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Dependencies
|
|
107
|
+
|
|
108
|
+
* The following workspace dependencies were updated
|
|
109
|
+
* dependencies
|
|
110
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
111
|
+
* @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
114
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
115
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
116
|
+
|
|
117
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.41...entity-v0.0.3-next.42) (2026-05-15)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
* entity schema diff updates ([#294](https://github.com/iotaledger/twin-framework/issues/294)) ([7a7a94d](https://github.com/iotaledger/twin-framework/commit/7a7a94d14ea5e785dd68fd6de1c5a84941721d28))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
* The following workspace dependencies were updated
|
|
128
|
+
* dependencies
|
|
129
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
130
|
+
* @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
133
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
134
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.40...entity-v0.0.3-next.41) (2026-05-13)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Miscellaneous Chores
|
|
140
|
+
|
|
141
|
+
* **entity:** Synchronize repo versions
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
* The following workspace dependencies were updated
|
|
147
|
+
* dependencies
|
|
148
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
149
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
152
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
153
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
154
|
+
|
|
155
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.39...entity-v0.0.3-next.40) (2026-05-13)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Miscellaneous Chores
|
|
159
|
+
|
|
160
|
+
* **entity:** Synchronize repo versions
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Dependencies
|
|
164
|
+
|
|
165
|
+
* The following workspace dependencies were updated
|
|
166
|
+
* dependencies
|
|
167
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
168
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
169
|
+
* devDependencies
|
|
170
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
171
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
172
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
173
|
+
|
|
174
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.38...entity-v0.0.3-next.39) (2026-05-13)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Miscellaneous Chores
|
|
178
|
+
|
|
179
|
+
* **entity:** Synchronize repo versions
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Dependencies
|
|
183
|
+
|
|
184
|
+
* The following workspace dependencies were updated
|
|
185
|
+
* dependencies
|
|
186
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
187
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
188
|
+
* devDependencies
|
|
189
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
190
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
191
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
192
|
+
|
|
193
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.37...entity-v0.0.3-next.38) (2026-05-11)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Features
|
|
197
|
+
|
|
198
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
206
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
209
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
210
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
211
|
+
|
|
212
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.36...entity-v0.0.3-next.37) (2026-05-07)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* add IEntitySchemaDiff and entitySchemaDiff utility ([#282](https://github.com/iotaledger/twin-framework/issues/282)) ([9d63e94](https://github.com/iotaledger/twin-framework/commit/9d63e94021ee2ffc138004ee68cf53d08a6b17f9))
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Dependencies
|
|
221
|
+
|
|
222
|
+
* The following workspace dependencies were updated
|
|
223
|
+
* dependencies
|
|
224
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
225
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
226
|
+
* devDependencies
|
|
227
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
228
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
229
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.35...entity-v0.0.3-next.36) (2026-05-07)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **entity:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
244
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
245
|
+
* devDependencies
|
|
246
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
247
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
248
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
249
|
+
|
|
250
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.34...entity-v0.0.3-next.35) (2026-05-06)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **entity:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Dependencies
|
|
259
|
+
|
|
260
|
+
* The following workspace dependencies were updated
|
|
261
|
+
* dependencies
|
|
262
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
263
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
264
|
+
* devDependencies
|
|
265
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
266
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
267
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
268
|
+
|
|
269
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.33...entity-v0.0.3-next.34) (2026-05-06)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Miscellaneous Chores
|
|
273
|
+
|
|
274
|
+
* **entity:** Synchronize repo versions
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
282
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
283
|
+
* devDependencies
|
|
284
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
285
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
286
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
287
|
+
|
|
288
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.32...entity-v0.0.3-next.33) (2026-05-05)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Miscellaneous Chores
|
|
292
|
+
|
|
293
|
+
* **entity:** Synchronize repo versions
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* dependencies
|
|
300
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
301
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
302
|
+
* devDependencies
|
|
303
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
304
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
305
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
306
|
+
|
|
307
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.31...entity-v0.0.3-next.32) (2026-04-30)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **entity:** Synchronize repo versions
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Dependencies
|
|
316
|
+
|
|
317
|
+
* The following workspace dependencies were updated
|
|
318
|
+
* dependencies
|
|
319
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
320
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
321
|
+
* devDependencies
|
|
322
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
323
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
324
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
325
|
+
|
|
326
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.30...entity-v0.0.3-next.31) (2026-04-14)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Miscellaneous Chores
|
|
330
|
+
|
|
331
|
+
* **entity:** Synchronize repo versions
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
339
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
340
|
+
* devDependencies
|
|
341
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
342
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
343
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
344
|
+
|
|
345
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.29...entity-v0.0.3-next.30) (2026-04-14)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Miscellaneous Chores
|
|
349
|
+
|
|
350
|
+
* **entity:** Synchronize repo versions
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Dependencies
|
|
354
|
+
|
|
355
|
+
* The following workspace dependencies were updated
|
|
356
|
+
* dependencies
|
|
357
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
358
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
362
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
363
|
+
|
|
364
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.28...entity-v0.0.3-next.29) (2026-04-14)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Miscellaneous Chores
|
|
368
|
+
|
|
369
|
+
* **entity:** Synchronize repo versions
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Dependencies
|
|
373
|
+
|
|
374
|
+
* The following workspace dependencies were updated
|
|
375
|
+
* dependencies
|
|
376
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
377
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
378
|
+
* devDependencies
|
|
379
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
380
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
381
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.27...entity-v0.0.3-next.28) (2026-03-27)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Bug Fixes
|
|
387
|
+
|
|
388
|
+
* update copyright year ([#260](https://github.com/iotaledger/twin-framework/issues/260)) ([c4ad930](https://github.com/iotaledger/twin-framework/commit/c4ad930fcc84ba6b5447a8074574329870b4c3f5))
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* dependencies
|
|
395
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
396
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
397
|
+
* devDependencies
|
|
398
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
399
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
400
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
401
|
+
|
|
402
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.26...entity-v0.0.3-next.27) (2026-03-27)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Miscellaneous Chores
|
|
406
|
+
|
|
407
|
+
* **entity:** Synchronize repo versions
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Dependencies
|
|
411
|
+
|
|
412
|
+
* The following workspace dependencies were updated
|
|
413
|
+
* dependencies
|
|
414
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
415
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
416
|
+
* devDependencies
|
|
417
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
418
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
419
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
420
|
+
|
|
421
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.25...entity-v0.0.3-next.26) (2026-03-24)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Miscellaneous Chores
|
|
425
|
+
|
|
426
|
+
* **entity:** Synchronize repo versions
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Dependencies
|
|
430
|
+
|
|
431
|
+
* The following workspace dependencies were updated
|
|
432
|
+
* dependencies
|
|
433
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
434
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
435
|
+
* devDependencies
|
|
436
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
437
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
438
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
439
|
+
|
|
440
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.24...entity-v0.0.3-next.25) (2026-03-23)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Miscellaneous Chores
|
|
444
|
+
|
|
445
|
+
* **entity:** Synchronize repo versions
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Dependencies
|
|
449
|
+
|
|
450
|
+
* The following workspace dependencies were updated
|
|
451
|
+
* dependencies
|
|
452
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
453
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
454
|
+
* devDependencies
|
|
455
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
456
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
457
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
458
|
+
|
|
459
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.23...entity-v0.0.3-next.24) (2026-03-19)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Dependencies
|
|
468
|
+
|
|
469
|
+
* The following workspace dependencies were updated
|
|
470
|
+
* dependencies
|
|
471
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
472
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
473
|
+
* devDependencies
|
|
474
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
475
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
476
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
477
|
+
|
|
478
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.22...entity-v0.0.3-next.23) (2026-03-17)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Miscellaneous Chores
|
|
482
|
+
|
|
483
|
+
* **entity:** Synchronize repo versions
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Dependencies
|
|
487
|
+
|
|
488
|
+
* The following workspace dependencies were updated
|
|
489
|
+
* dependencies
|
|
490
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
491
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
492
|
+
* devDependencies
|
|
493
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
494
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
495
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
496
|
+
|
|
497
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.21...entity-v0.0.3-next.22) (2026-02-26)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Miscellaneous Chores
|
|
501
|
+
|
|
502
|
+
* **entity:** Synchronize repo versions
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Dependencies
|
|
506
|
+
|
|
507
|
+
* The following workspace dependencies were updated
|
|
508
|
+
* dependencies
|
|
509
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
510
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
511
|
+
* devDependencies
|
|
512
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
513
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
514
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
515
|
+
|
|
516
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.20...entity-v0.0.3-next.21) (2026-02-26)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Features
|
|
520
|
+
|
|
521
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
522
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
523
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
524
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
525
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
526
|
+
* support for object comparisons in entity conditions ([edae91d](https://github.com/iotaledger/twin-framework/commit/edae91d3205524080188a35e0ab04da036fa4f39))
|
|
527
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
528
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
529
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Dependencies
|
|
533
|
+
|
|
534
|
+
* The following workspace dependencies were updated
|
|
535
|
+
* dependencies
|
|
536
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
537
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
538
|
+
* devDependencies
|
|
539
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
540
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
541
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
542
|
+
|
|
543
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.19...entity-v0.0.3-next.20) (2026-02-26)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Miscellaneous Chores
|
|
547
|
+
|
|
548
|
+
* **entity:** Synchronize repo versions
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Dependencies
|
|
552
|
+
|
|
553
|
+
* The following workspace dependencies were updated
|
|
554
|
+
* dependencies
|
|
555
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
556
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
557
|
+
* devDependencies
|
|
558
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
559
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
560
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
561
|
+
|
|
562
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.18...entity-v0.0.3-next.19) (2026-02-26)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
### Miscellaneous Chores
|
|
566
|
+
|
|
567
|
+
* **entity:** Synchronize repo versions
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Dependencies
|
|
571
|
+
|
|
572
|
+
* The following workspace dependencies were updated
|
|
573
|
+
* dependencies
|
|
574
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
575
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
576
|
+
* devDependencies
|
|
577
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
578
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
579
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
580
|
+
|
|
581
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.17...entity-v0.0.3-next.18) (2026-02-23)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Miscellaneous Chores
|
|
585
|
+
|
|
586
|
+
* **entity:** Synchronize repo versions
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Dependencies
|
|
590
|
+
|
|
591
|
+
* The following workspace dependencies were updated
|
|
592
|
+
* dependencies
|
|
593
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
594
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
595
|
+
* devDependencies
|
|
596
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
597
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
598
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
599
|
+
|
|
600
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.16...entity-v0.0.3-next.17) (2026-02-09)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
### Miscellaneous Chores
|
|
604
|
+
|
|
605
|
+
* **entity:** Synchronize repo versions
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
### Dependencies
|
|
609
|
+
|
|
610
|
+
* The following workspace dependencies were updated
|
|
611
|
+
* dependencies
|
|
612
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
613
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
614
|
+
* devDependencies
|
|
615
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
616
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
617
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
618
|
+
|
|
619
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.15...entity-v0.0.3-next.16) (2026-02-06)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Miscellaneous Chores
|
|
623
|
+
|
|
624
|
+
* **entity:** Synchronize repo versions
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
### Dependencies
|
|
628
|
+
|
|
629
|
+
* The following workspace dependencies were updated
|
|
630
|
+
* dependencies
|
|
631
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
632
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
633
|
+
* devDependencies
|
|
634
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
635
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
636
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
637
|
+
|
|
638
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.14...entity-v0.0.3-next.15) (2026-01-29)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
### Miscellaneous Chores
|
|
642
|
+
|
|
643
|
+
* **entity:** Synchronize repo versions
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Dependencies
|
|
647
|
+
|
|
648
|
+
* The following workspace dependencies were updated
|
|
649
|
+
* dependencies
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
651
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
652
|
+
* devDependencies
|
|
653
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
654
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
655
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
656
|
+
|
|
657
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.13...entity-v0.0.3-next.14) (2026-01-22)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Miscellaneous Chores
|
|
661
|
+
|
|
662
|
+
* **entity:** Synchronize repo versions
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Dependencies
|
|
666
|
+
|
|
667
|
+
* The following workspace dependencies were updated
|
|
668
|
+
* dependencies
|
|
669
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
670
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
671
|
+
* devDependencies
|
|
672
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
673
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
674
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
675
|
+
|
|
676
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.12...entity-v0.0.3-next.13) (2026-01-08)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Miscellaneous Chores
|
|
680
|
+
|
|
681
|
+
* **entity:** Synchronize repo versions
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Dependencies
|
|
685
|
+
|
|
686
|
+
* The following workspace dependencies were updated
|
|
687
|
+
* dependencies
|
|
688
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
689
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
690
|
+
* devDependencies
|
|
691
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
692
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
693
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
694
|
+
|
|
695
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.11...entity-v0.0.3-next.12) (2026-01-08)
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
### Miscellaneous Chores
|
|
699
|
+
|
|
700
|
+
* **entity:** Synchronize repo versions
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Dependencies
|
|
704
|
+
|
|
705
|
+
* The following workspace dependencies were updated
|
|
706
|
+
* dependencies
|
|
707
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
708
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
709
|
+
* devDependencies
|
|
710
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
711
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
712
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
713
|
+
|
|
714
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.10...entity-v0.0.3-next.11) (2026-01-07)
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Miscellaneous Chores
|
|
718
|
+
|
|
719
|
+
* **entity:** Synchronize repo versions
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Dependencies
|
|
723
|
+
|
|
724
|
+
* The following workspace dependencies were updated
|
|
725
|
+
* dependencies
|
|
726
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
727
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
728
|
+
* devDependencies
|
|
729
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
730
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
731
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
732
|
+
|
|
733
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.9...entity-v0.0.3-next.10) (2026-01-07)
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
### Miscellaneous Chores
|
|
737
|
+
|
|
738
|
+
* **entity:** Synchronize repo versions
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### Dependencies
|
|
742
|
+
|
|
743
|
+
* The following workspace dependencies were updated
|
|
744
|
+
* dependencies
|
|
745
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
746
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
747
|
+
* devDependencies
|
|
748
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
749
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
750
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
751
|
+
|
|
752
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.8...entity-v0.0.3-next.9) (2026-01-05)
|
|
4
753
|
|
|
5
754
|
|
|
6
755
|
### Miscellaneous Chores
|
|
@@ -19,12 +768,12 @@
|
|
|
19
768
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
20
769
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
21
770
|
|
|
22
|
-
## [0.0.3-next.8](https://github.com/
|
|
771
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.7...entity-v0.0.3-next.8) (2025-11-26)
|
|
23
772
|
|
|
24
773
|
|
|
25
774
|
### Features
|
|
26
775
|
|
|
27
|
-
* support for object comparisons in entity conditions ([edae91d](https://github.com/
|
|
776
|
+
* support for object comparisons in entity conditions ([edae91d](https://github.com/iotaledger/twin-framework/commit/edae91d3205524080188a35e0ab04da036fa4f39))
|
|
28
777
|
|
|
29
778
|
|
|
30
779
|
### Dependencies
|
|
@@ -38,19 +787,19 @@
|
|
|
38
787
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
39
788
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
40
789
|
|
|
41
|
-
## [0.0.3-next.7](https://github.com/
|
|
790
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.6...entity-v0.0.3-next.7) (2025-11-25)
|
|
42
791
|
|
|
43
792
|
|
|
44
793
|
### Features
|
|
45
794
|
|
|
46
|
-
* add context id features ([#206](https://github.com/
|
|
47
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
48
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
49
|
-
* locales validation ([#197](https://github.com/
|
|
50
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
51
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
52
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
53
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
795
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
796
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
797
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
798
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
799
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
800
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
801
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
802
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
54
803
|
|
|
55
804
|
|
|
56
805
|
### Dependencies
|
|
@@ -64,7 +813,7 @@
|
|
|
64
813
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
65
814
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
66
815
|
|
|
67
|
-
## [0.0.3-next.6](https://github.com/
|
|
816
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.5...entity-v0.0.3-next.6) (2025-11-25)
|
|
68
817
|
|
|
69
818
|
|
|
70
819
|
### Miscellaneous Chores
|
|
@@ -83,7 +832,7 @@
|
|
|
83
832
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
84
833
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
85
834
|
|
|
86
|
-
## [0.0.3-next.5](https://github.com/
|
|
835
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.4...entity-v0.0.3-next.5) (2025-11-20)
|
|
87
836
|
|
|
88
837
|
|
|
89
838
|
### Miscellaneous Chores
|
|
@@ -102,7 +851,7 @@
|
|
|
102
851
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
103
852
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
104
853
|
|
|
105
|
-
## [0.0.3-next.4](https://github.com/
|
|
854
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.3...entity-v0.0.3-next.4) (2025-11-13)
|
|
106
855
|
|
|
107
856
|
|
|
108
857
|
### Miscellaneous Chores
|
|
@@ -121,7 +870,7 @@
|
|
|
121
870
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
122
871
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
123
872
|
|
|
124
|
-
## [0.0.3-next.3](https://github.com/
|
|
873
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.2...entity-v0.0.3-next.3) (2025-11-12)
|
|
125
874
|
|
|
126
875
|
|
|
127
876
|
### Miscellaneous Chores
|
|
@@ -140,7 +889,7 @@
|
|
|
140
889
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
141
890
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
142
891
|
|
|
143
|
-
## [0.0.3-next.2](https://github.com/
|
|
892
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.1...entity-v0.0.3-next.2) (2025-11-12)
|
|
144
893
|
|
|
145
894
|
|
|
146
895
|
### Miscellaneous Chores
|
|
@@ -159,19 +908,19 @@
|
|
|
159
908
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
160
909
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
161
910
|
|
|
162
|
-
## [0.0.3-next.1](https://github.com/
|
|
911
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.3-next.0...entity-v0.0.3-next.1) (2025-11-10)
|
|
163
912
|
|
|
164
913
|
|
|
165
914
|
### Features
|
|
166
915
|
|
|
167
|
-
* add context id features ([#206](https://github.com/
|
|
168
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
169
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
170
|
-
* locales validation ([#197](https://github.com/
|
|
171
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
172
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
173
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
174
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
916
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
917
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
918
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
919
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
920
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
921
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
922
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
923
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
175
924
|
|
|
176
925
|
|
|
177
926
|
### Dependencies
|
|
@@ -185,7 +934,7 @@
|
|
|
185
934
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
186
935
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
187
936
|
|
|
188
|
-
## [0.0.2-next.22](https://github.com/
|
|
937
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.21...entity-v0.0.2-next.22) (2025-10-10)
|
|
189
938
|
|
|
190
939
|
|
|
191
940
|
### Miscellaneous Chores
|
|
@@ -204,12 +953,12 @@
|
|
|
204
953
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
205
954
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
206
955
|
|
|
207
|
-
## [0.0.2-next.21](https://github.com/
|
|
956
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.20...entity-v0.0.2-next.21) (2025-10-09)
|
|
208
957
|
|
|
209
958
|
|
|
210
959
|
### Features
|
|
211
960
|
|
|
212
|
-
* locales validation ([#197](https://github.com/
|
|
961
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
213
962
|
|
|
214
963
|
|
|
215
964
|
### Dependencies
|
|
@@ -223,7 +972,7 @@
|
|
|
223
972
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
224
973
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
225
974
|
|
|
226
|
-
## [0.0.2-next.20](https://github.com/
|
|
975
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.19...entity-v0.0.2-next.20) (2025-10-02)
|
|
227
976
|
|
|
228
977
|
|
|
229
978
|
### Miscellaneous Chores
|
|
@@ -241,7 +990,7 @@
|
|
|
241
990
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
242
991
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
243
992
|
|
|
244
|
-
## [0.0.2-next.19](https://github.com/
|
|
993
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.18...entity-v0.0.2-next.19) (2025-09-30)
|
|
245
994
|
|
|
246
995
|
|
|
247
996
|
### Miscellaneous Chores
|
|
@@ -259,7 +1008,7 @@
|
|
|
259
1008
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
260
1009
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
261
1010
|
|
|
262
|
-
## [0.0.2-next.18](https://github.com/
|
|
1011
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.17...entity-v0.0.2-next.18) (2025-09-29)
|
|
263
1012
|
|
|
264
1013
|
|
|
265
1014
|
### Miscellaneous Chores
|
|
@@ -277,7 +1026,7 @@
|
|
|
277
1026
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
278
1027
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
279
1028
|
|
|
280
|
-
## [0.0.2-next.17](https://github.com/
|
|
1029
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.16...entity-v0.0.2-next.17) (2025-09-29)
|
|
281
1030
|
|
|
282
1031
|
|
|
283
1032
|
### Miscellaneous Chores
|
|
@@ -295,7 +1044,7 @@
|
|
|
295
1044
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
296
1045
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
297
1046
|
|
|
298
|
-
## [0.0.2-next.16](https://github.com/
|
|
1047
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.15...entity-v0.0.2-next.16) (2025-09-28)
|
|
299
1048
|
|
|
300
1049
|
|
|
301
1050
|
### Miscellaneous Chores
|
|
@@ -313,7 +1062,7 @@
|
|
|
313
1062
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
314
1063
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
315
1064
|
|
|
316
|
-
## [0.0.2-next.15](https://github.com/
|
|
1065
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.14...entity-v0.0.2-next.15) (2025-09-22)
|
|
317
1066
|
|
|
318
1067
|
|
|
319
1068
|
### Miscellaneous Chores
|
|
@@ -331,7 +1080,7 @@
|
|
|
331
1080
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
332
1081
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
333
1082
|
|
|
334
|
-
## [0.0.2-next.14](https://github.com/
|
|
1083
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.13...entity-v0.0.2-next.14) (2025-09-22)
|
|
335
1084
|
|
|
336
1085
|
|
|
337
1086
|
### Miscellaneous Chores
|
|
@@ -349,7 +1098,7 @@
|
|
|
349
1098
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
350
1099
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
351
1100
|
|
|
352
|
-
## [0.0.2-next.13](https://github.com/
|
|
1101
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.12...entity-v0.0.2-next.13) (2025-09-22)
|
|
353
1102
|
|
|
354
1103
|
|
|
355
1104
|
### Miscellaneous Chores
|
|
@@ -367,7 +1116,7 @@
|
|
|
367
1116
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
368
1117
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
369
1118
|
|
|
370
|
-
## [0.0.2-next.12](https://github.com/
|
|
1119
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.11...entity-v0.0.2-next.12) (2025-09-15)
|
|
371
1120
|
|
|
372
1121
|
|
|
373
1122
|
### Miscellaneous Chores
|
|
@@ -385,7 +1134,7 @@
|
|
|
385
1134
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
386
1135
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
387
1136
|
|
|
388
|
-
## [0.0.2-next.11](https://github.com/
|
|
1137
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.10...entity-v0.0.2-next.11) (2025-09-15)
|
|
389
1138
|
|
|
390
1139
|
|
|
391
1140
|
### Miscellaneous Chores
|
|
@@ -403,7 +1152,7 @@
|
|
|
403
1152
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
404
1153
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
405
1154
|
|
|
406
|
-
## [0.0.2-next.10](https://github.com/
|
|
1155
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.9...entity-v0.0.2-next.10) (2025-09-11)
|
|
407
1156
|
|
|
408
1157
|
|
|
409
1158
|
### Miscellaneous Chores
|
|
@@ -421,7 +1170,7 @@
|
|
|
421
1170
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
422
1171
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
423
1172
|
|
|
424
|
-
## [0.0.2-next.9](https://github.com/
|
|
1173
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.8...entity-v0.0.2-next.9) (2025-09-08)
|
|
425
1174
|
|
|
426
1175
|
|
|
427
1176
|
### Miscellaneous Chores
|
|
@@ -439,7 +1188,7 @@
|
|
|
439
1188
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
440
1189
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
441
1190
|
|
|
442
|
-
## [0.0.2-next.8](https://github.com/
|
|
1191
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.7...entity-v0.0.2-next.8) (2025-09-05)
|
|
443
1192
|
|
|
444
1193
|
|
|
445
1194
|
### Miscellaneous Chores
|
|
@@ -457,12 +1206,12 @@
|
|
|
457
1206
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
458
1207
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
459
1208
|
|
|
460
|
-
## [0.0.2-next.7](https://github.com/
|
|
1209
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.6...entity-v0.0.2-next.7) (2025-08-29)
|
|
461
1210
|
|
|
462
1211
|
|
|
463
1212
|
### Features
|
|
464
1213
|
|
|
465
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1214
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
466
1215
|
|
|
467
1216
|
|
|
468
1217
|
### Dependencies
|
|
@@ -475,7 +1224,7 @@
|
|
|
475
1224
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
476
1225
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
477
1226
|
|
|
478
|
-
## [0.0.2-next.6](https://github.com/
|
|
1227
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.5...entity-v0.0.2-next.6) (2025-08-27)
|
|
479
1228
|
|
|
480
1229
|
|
|
481
1230
|
### Miscellaneous Chores
|
|
@@ -493,12 +1242,12 @@
|
|
|
493
1242
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
494
1243
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
495
1244
|
|
|
496
|
-
## [0.0.2-next.5](https://github.com/
|
|
1245
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.4...entity-v0.0.2-next.5) (2025-08-19)
|
|
497
1246
|
|
|
498
1247
|
|
|
499
1248
|
### Features
|
|
500
1249
|
|
|
501
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1250
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
502
1251
|
|
|
503
1252
|
|
|
504
1253
|
### Dependencies
|
|
@@ -511,7 +1260,7 @@
|
|
|
511
1260
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
512
1261
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
513
1262
|
|
|
514
|
-
## [0.0.2-next.4](https://github.com/
|
|
1263
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.3...entity-v0.0.2-next.4) (2025-08-15)
|
|
515
1264
|
|
|
516
1265
|
|
|
517
1266
|
### Miscellaneous Chores
|
|
@@ -529,15 +1278,15 @@
|
|
|
529
1278
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
530
1279
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
531
1280
|
|
|
532
|
-
## [0.0.2-next.3](https://github.com/
|
|
1281
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.2...entity-v0.0.2-next.3) (2025-08-06)
|
|
533
1282
|
|
|
534
1283
|
|
|
535
1284
|
### Features
|
|
536
1285
|
|
|
537
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
538
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
539
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
540
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1286
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1287
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1288
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1289
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
541
1290
|
|
|
542
1291
|
|
|
543
1292
|
### Dependencies
|
|
@@ -550,15 +1299,15 @@
|
|
|
550
1299
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
551
1300
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
552
1301
|
|
|
553
|
-
## [0.0.2-next.2](https://github.com/
|
|
1302
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.1...entity-v0.0.2-next.2) (2025-08-06)
|
|
554
1303
|
|
|
555
1304
|
|
|
556
1305
|
### Features
|
|
557
1306
|
|
|
558
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
559
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
560
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
561
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1307
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1308
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1309
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1310
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
562
1311
|
|
|
563
1312
|
|
|
564
1313
|
### Dependencies
|
|
@@ -571,15 +1320,15 @@
|
|
|
571
1320
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
572
1321
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
573
1322
|
|
|
574
|
-
## [0.0.2-next.1](https://github.com/
|
|
1323
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.2-next.0...entity-v0.0.2-next.1) (2025-08-06)
|
|
575
1324
|
|
|
576
1325
|
|
|
577
1326
|
### Features
|
|
578
1327
|
|
|
579
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
580
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
581
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
582
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1328
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1329
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1330
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1331
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
583
1332
|
|
|
584
1333
|
|
|
585
1334
|
### Dependencies
|
|
@@ -597,8 +1346,8 @@
|
|
|
597
1346
|
|
|
598
1347
|
### Features
|
|
599
1348
|
|
|
600
|
-
* release to production ([829d53d](https://github.com/
|
|
601
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1349
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1350
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
602
1351
|
|
|
603
1352
|
|
|
604
1353
|
### Dependencies
|
|
@@ -611,14 +1360,14 @@
|
|
|
611
1360
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
612
1361
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
613
1362
|
|
|
614
|
-
## [0.0.1-next.70](https://github.com/
|
|
1363
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.69...entity-v0.0.1-next.70) (2025-07-02)
|
|
615
1364
|
|
|
616
1365
|
|
|
617
1366
|
### Features
|
|
618
1367
|
|
|
619
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
620
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
621
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1368
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1369
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1370
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
622
1371
|
|
|
623
1372
|
|
|
624
1373
|
### Dependencies
|
|
@@ -631,14 +1380,14 @@
|
|
|
631
1380
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
632
1381
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
633
1382
|
|
|
634
|
-
## [0.0.1-next.69](https://github.com/
|
|
1383
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.68...entity-v0.0.1-next.69) (2025-07-02)
|
|
635
1384
|
|
|
636
1385
|
|
|
637
1386
|
### Features
|
|
638
1387
|
|
|
639
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
640
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
641
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1388
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1389
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1390
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
642
1391
|
|
|
643
1392
|
|
|
644
1393
|
### Dependencies
|
|
@@ -651,12 +1400,12 @@
|
|
|
651
1400
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
652
1401
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
653
1402
|
|
|
654
|
-
## [0.0.1-next.68](https://github.com/
|
|
1403
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.67...entity-v0.0.1-next.68) (2025-07-02)
|
|
655
1404
|
|
|
656
1405
|
|
|
657
1406
|
### Features
|
|
658
1407
|
|
|
659
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1408
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
660
1409
|
|
|
661
1410
|
|
|
662
1411
|
### Dependencies
|
|
@@ -669,7 +1418,7 @@
|
|
|
669
1418
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
670
1419
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
671
1420
|
|
|
672
|
-
## [0.0.1-next.67](https://github.com/
|
|
1421
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.66...entity-v0.0.1-next.67) (2025-06-26)
|
|
673
1422
|
|
|
674
1423
|
|
|
675
1424
|
### Miscellaneous Chores
|
|
@@ -683,7 +1432,7 @@
|
|
|
683
1432
|
* dependencies
|
|
684
1433
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
685
1434
|
|
|
686
|
-
## [0.0.1-next.66](https://github.com/
|
|
1435
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.65...entity-v0.0.1-next.66) (2025-06-26)
|
|
687
1436
|
|
|
688
1437
|
|
|
689
1438
|
### Miscellaneous Chores
|
|
@@ -697,7 +1446,7 @@
|
|
|
697
1446
|
* dependencies
|
|
698
1447
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
699
1448
|
|
|
700
|
-
## [0.0.1-next.65](https://github.com/
|
|
1449
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.64...entity-v0.0.1-next.65) (2025-06-19)
|
|
701
1450
|
|
|
702
1451
|
|
|
703
1452
|
### Miscellaneous Chores
|
|
@@ -711,7 +1460,7 @@
|
|
|
711
1460
|
* dependencies
|
|
712
1461
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
713
1462
|
|
|
714
|
-
## [0.0.1-next.64](https://github.com/
|
|
1463
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.63...entity-v0.0.1-next.64) (2025-06-19)
|
|
715
1464
|
|
|
716
1465
|
|
|
717
1466
|
### Miscellaneous Chores
|
|
@@ -725,7 +1474,7 @@
|
|
|
725
1474
|
* dependencies
|
|
726
1475
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
727
1476
|
|
|
728
|
-
## [0.0.1-next.63](https://github.com/
|
|
1477
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.62...entity-v0.0.1-next.63) (2025-06-18)
|
|
729
1478
|
|
|
730
1479
|
|
|
731
1480
|
### Miscellaneous Chores
|
|
@@ -739,13 +1488,13 @@
|
|
|
739
1488
|
* dependencies
|
|
740
1489
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
741
1490
|
|
|
742
|
-
## [0.0.1-next.62](https://github.com/
|
|
1491
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.61...entity-v0.0.1-next.62) (2025-06-17)
|
|
743
1492
|
|
|
744
1493
|
|
|
745
1494
|
### Features
|
|
746
1495
|
|
|
747
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
748
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1496
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1497
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
749
1498
|
|
|
750
1499
|
|
|
751
1500
|
### Dependencies
|
|
@@ -754,7 +1503,7 @@
|
|
|
754
1503
|
* dependencies
|
|
755
1504
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
756
1505
|
|
|
757
|
-
## [0.0.1-next.61](https://github.com/
|
|
1506
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.60...entity-v0.0.1-next.61) (2025-06-17)
|
|
758
1507
|
|
|
759
1508
|
|
|
760
1509
|
### Miscellaneous Chores
|
|
@@ -768,7 +1517,7 @@
|
|
|
768
1517
|
* dependencies
|
|
769
1518
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
770
1519
|
|
|
771
|
-
## [0.0.1-next.60](https://github.com/
|
|
1520
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.59...entity-v0.0.1-next.60) (2025-06-17)
|
|
772
1521
|
|
|
773
1522
|
|
|
774
1523
|
### Miscellaneous Chores
|
|
@@ -782,7 +1531,7 @@
|
|
|
782
1531
|
* dependencies
|
|
783
1532
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
784
1533
|
|
|
785
|
-
## [0.0.1-next.59](https://github.com/
|
|
1534
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.58...entity-v0.0.1-next.59) (2025-06-17)
|
|
786
1535
|
|
|
787
1536
|
|
|
788
1537
|
### Miscellaneous Chores
|
|
@@ -796,7 +1545,7 @@
|
|
|
796
1545
|
* dependencies
|
|
797
1546
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
798
1547
|
|
|
799
|
-
## [0.0.1-next.58](https://github.com/
|
|
1548
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.57...entity-v0.0.1-next.58) (2025-06-13)
|
|
800
1549
|
|
|
801
1550
|
|
|
802
1551
|
### Miscellaneous Chores
|
|
@@ -810,12 +1559,12 @@
|
|
|
810
1559
|
* dependencies
|
|
811
1560
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
812
1561
|
|
|
813
|
-
## [0.0.1-next.57](https://github.com/
|
|
1562
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.56...entity-v0.0.1-next.57) (2025-06-10)
|
|
814
1563
|
|
|
815
1564
|
|
|
816
1565
|
### Features
|
|
817
1566
|
|
|
818
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1567
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
819
1568
|
|
|
820
1569
|
|
|
821
1570
|
### Dependencies
|
|
@@ -824,7 +1573,7 @@
|
|
|
824
1573
|
* dependencies
|
|
825
1574
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
826
1575
|
|
|
827
|
-
## [0.0.1-next.56](https://github.com/
|
|
1576
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.55...entity-v0.0.1-next.56) (2025-05-08)
|
|
828
1577
|
|
|
829
1578
|
|
|
830
1579
|
### Miscellaneous Chores
|
|
@@ -838,7 +1587,7 @@
|
|
|
838
1587
|
* dependencies
|
|
839
1588
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
840
1589
|
|
|
841
|
-
## [0.0.1-next.55](https://github.com/
|
|
1590
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.54...entity-v0.0.1-next.55) (2025-05-07)
|
|
842
1591
|
|
|
843
1592
|
|
|
844
1593
|
### Miscellaneous Chores
|
|
@@ -852,7 +1601,7 @@
|
|
|
852
1601
|
* dependencies
|
|
853
1602
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
854
1603
|
|
|
855
|
-
## [0.0.1-next.54](https://github.com/
|
|
1604
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.53...entity-v0.0.1-next.54) (2025-05-06)
|
|
856
1605
|
|
|
857
1606
|
|
|
858
1607
|
### Miscellaneous Chores
|
|
@@ -866,7 +1615,7 @@
|
|
|
866
1615
|
* dependencies
|
|
867
1616
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
868
1617
|
|
|
869
|
-
## [0.0.1-next.53](https://github.com/
|
|
1618
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.52...entity-v0.0.1-next.53) (2025-05-01)
|
|
870
1619
|
|
|
871
1620
|
|
|
872
1621
|
### Miscellaneous Chores
|
|
@@ -880,12 +1629,12 @@
|
|
|
880
1629
|
* dependencies
|
|
881
1630
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
882
1631
|
|
|
883
|
-
## [0.0.1-next.52](https://github.com/
|
|
1632
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.51...entity-v0.0.1-next.52) (2025-04-17)
|
|
884
1633
|
|
|
885
1634
|
|
|
886
1635
|
### Features
|
|
887
1636
|
|
|
888
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1637
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
889
1638
|
|
|
890
1639
|
|
|
891
1640
|
### Dependencies
|
|
@@ -894,7 +1643,7 @@
|
|
|
894
1643
|
* dependencies
|
|
895
1644
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
896
1645
|
|
|
897
|
-
## [0.0.1-next.51](https://github.com/
|
|
1646
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.50...entity-v0.0.1-next.51) (2025-03-27)
|
|
898
1647
|
|
|
899
1648
|
|
|
900
1649
|
### Miscellaneous Chores
|
|
@@ -908,7 +1657,7 @@
|
|
|
908
1657
|
* dependencies
|
|
909
1658
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
910
1659
|
|
|
911
|
-
## [0.0.1-next.50](https://github.com/
|
|
1660
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/entity-v0.0.1-next.49...entity-v0.0.1-next.50) (2025-03-26)
|
|
912
1661
|
|
|
913
1662
|
|
|
914
1663
|
### Miscellaneous Chores
|