@twin.org/entity 0.0.3-next.8 → 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 +865 -97
- 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,11 +1,779 @@
|
|
|
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
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
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)
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
### Miscellaneous Chores
|
|
756
|
+
|
|
757
|
+
* **entity:** Synchronize repo versions
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
### Dependencies
|
|
761
|
+
|
|
762
|
+
* The following workspace dependencies were updated
|
|
763
|
+
* dependencies
|
|
764
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
765
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
766
|
+
* devDependencies
|
|
767
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
768
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
769
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
770
|
+
|
|
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)
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
### Features
|
|
775
|
+
|
|
776
|
+
* support for object comparisons in entity conditions ([edae91d](https://github.com/iotaledger/twin-framework/commit/edae91d3205524080188a35e0ab04da036fa4f39))
|
|
9
777
|
|
|
10
778
|
|
|
11
779
|
### Dependencies
|
|
@@ -19,19 +787,19 @@
|
|
|
19
787
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
20
788
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
21
789
|
|
|
22
|
-
## [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)
|
|
23
791
|
|
|
24
792
|
|
|
25
793
|
### Features
|
|
26
794
|
|
|
27
|
-
* add context id features ([#206](https://github.com/
|
|
28
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
29
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
30
|
-
* locales validation ([#197](https://github.com/
|
|
31
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
32
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
33
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
34
|
-
* 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))
|
|
35
803
|
|
|
36
804
|
|
|
37
805
|
### Dependencies
|
|
@@ -45,7 +813,7 @@
|
|
|
45
813
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
46
814
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
47
815
|
|
|
48
|
-
## [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)
|
|
49
817
|
|
|
50
818
|
|
|
51
819
|
### Miscellaneous Chores
|
|
@@ -64,7 +832,7 @@
|
|
|
64
832
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
65
833
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
66
834
|
|
|
67
|
-
## [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)
|
|
68
836
|
|
|
69
837
|
|
|
70
838
|
### Miscellaneous Chores
|
|
@@ -83,7 +851,7 @@
|
|
|
83
851
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
84
852
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
85
853
|
|
|
86
|
-
## [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)
|
|
87
855
|
|
|
88
856
|
|
|
89
857
|
### Miscellaneous Chores
|
|
@@ -102,7 +870,7 @@
|
|
|
102
870
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
103
871
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
104
872
|
|
|
105
|
-
## [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)
|
|
106
874
|
|
|
107
875
|
|
|
108
876
|
### Miscellaneous Chores
|
|
@@ -121,7 +889,7 @@
|
|
|
121
889
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
122
890
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
123
891
|
|
|
124
|
-
## [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)
|
|
125
893
|
|
|
126
894
|
|
|
127
895
|
### Miscellaneous Chores
|
|
@@ -140,19 +908,19 @@
|
|
|
140
908
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
141
909
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
142
910
|
|
|
143
|
-
## [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)
|
|
144
912
|
|
|
145
913
|
|
|
146
914
|
### Features
|
|
147
915
|
|
|
148
|
-
* add context id features ([#206](https://github.com/
|
|
149
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
150
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
151
|
-
* locales validation ([#197](https://github.com/
|
|
152
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
153
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
154
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
155
|
-
* 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))
|
|
156
924
|
|
|
157
925
|
|
|
158
926
|
### Dependencies
|
|
@@ -166,7 +934,7 @@
|
|
|
166
934
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
167
935
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
168
936
|
|
|
169
|
-
## [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)
|
|
170
938
|
|
|
171
939
|
|
|
172
940
|
### Miscellaneous Chores
|
|
@@ -185,12 +953,12 @@
|
|
|
185
953
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
186
954
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
187
955
|
|
|
188
|
-
## [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)
|
|
189
957
|
|
|
190
958
|
|
|
191
959
|
### Features
|
|
192
960
|
|
|
193
|
-
* 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))
|
|
194
962
|
|
|
195
963
|
|
|
196
964
|
### Dependencies
|
|
@@ -204,7 +972,7 @@
|
|
|
204
972
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
205
973
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
206
974
|
|
|
207
|
-
## [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)
|
|
208
976
|
|
|
209
977
|
|
|
210
978
|
### Miscellaneous Chores
|
|
@@ -222,7 +990,7 @@
|
|
|
222
990
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
223
991
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
224
992
|
|
|
225
|
-
## [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)
|
|
226
994
|
|
|
227
995
|
|
|
228
996
|
### Miscellaneous Chores
|
|
@@ -240,7 +1008,7 @@
|
|
|
240
1008
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
241
1009
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
242
1010
|
|
|
243
|
-
## [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)
|
|
244
1012
|
|
|
245
1013
|
|
|
246
1014
|
### Miscellaneous Chores
|
|
@@ -258,7 +1026,7 @@
|
|
|
258
1026
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
259
1027
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
260
1028
|
|
|
261
|
-
## [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)
|
|
262
1030
|
|
|
263
1031
|
|
|
264
1032
|
### Miscellaneous Chores
|
|
@@ -276,7 +1044,7 @@
|
|
|
276
1044
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
277
1045
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
278
1046
|
|
|
279
|
-
## [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)
|
|
280
1048
|
|
|
281
1049
|
|
|
282
1050
|
### Miscellaneous Chores
|
|
@@ -294,7 +1062,7 @@
|
|
|
294
1062
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
295
1063
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
296
1064
|
|
|
297
|
-
## [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)
|
|
298
1066
|
|
|
299
1067
|
|
|
300
1068
|
### Miscellaneous Chores
|
|
@@ -312,7 +1080,7 @@
|
|
|
312
1080
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
313
1081
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
314
1082
|
|
|
315
|
-
## [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)
|
|
316
1084
|
|
|
317
1085
|
|
|
318
1086
|
### Miscellaneous Chores
|
|
@@ -330,7 +1098,7 @@
|
|
|
330
1098
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
331
1099
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
332
1100
|
|
|
333
|
-
## [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)
|
|
334
1102
|
|
|
335
1103
|
|
|
336
1104
|
### Miscellaneous Chores
|
|
@@ -348,7 +1116,7 @@
|
|
|
348
1116
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
349
1117
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
350
1118
|
|
|
351
|
-
## [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)
|
|
352
1120
|
|
|
353
1121
|
|
|
354
1122
|
### Miscellaneous Chores
|
|
@@ -366,7 +1134,7 @@
|
|
|
366
1134
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
367
1135
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
368
1136
|
|
|
369
|
-
## [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)
|
|
370
1138
|
|
|
371
1139
|
|
|
372
1140
|
### Miscellaneous Chores
|
|
@@ -384,7 +1152,7 @@
|
|
|
384
1152
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
385
1153
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
386
1154
|
|
|
387
|
-
## [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)
|
|
388
1156
|
|
|
389
1157
|
|
|
390
1158
|
### Miscellaneous Chores
|
|
@@ -402,7 +1170,7 @@
|
|
|
402
1170
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
403
1171
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
404
1172
|
|
|
405
|
-
## [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)
|
|
406
1174
|
|
|
407
1175
|
|
|
408
1176
|
### Miscellaneous Chores
|
|
@@ -420,7 +1188,7 @@
|
|
|
420
1188
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
421
1189
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
422
1190
|
|
|
423
|
-
## [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)
|
|
424
1192
|
|
|
425
1193
|
|
|
426
1194
|
### Miscellaneous Chores
|
|
@@ -438,12 +1206,12 @@
|
|
|
438
1206
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
439
1207
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
440
1208
|
|
|
441
|
-
## [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)
|
|
442
1210
|
|
|
443
1211
|
|
|
444
1212
|
### Features
|
|
445
1213
|
|
|
446
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1214
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
447
1215
|
|
|
448
1216
|
|
|
449
1217
|
### Dependencies
|
|
@@ -456,7 +1224,7 @@
|
|
|
456
1224
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
457
1225
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
458
1226
|
|
|
459
|
-
## [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)
|
|
460
1228
|
|
|
461
1229
|
|
|
462
1230
|
### Miscellaneous Chores
|
|
@@ -474,12 +1242,12 @@
|
|
|
474
1242
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
475
1243
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
476
1244
|
|
|
477
|
-
## [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)
|
|
478
1246
|
|
|
479
1247
|
|
|
480
1248
|
### Features
|
|
481
1249
|
|
|
482
|
-
* 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))
|
|
483
1251
|
|
|
484
1252
|
|
|
485
1253
|
### Dependencies
|
|
@@ -492,7 +1260,7 @@
|
|
|
492
1260
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
493
1261
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
494
1262
|
|
|
495
|
-
## [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)
|
|
496
1264
|
|
|
497
1265
|
|
|
498
1266
|
### Miscellaneous Chores
|
|
@@ -510,15 +1278,15 @@
|
|
|
510
1278
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
511
1279
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
512
1280
|
|
|
513
|
-
## [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)
|
|
514
1282
|
|
|
515
1283
|
|
|
516
1284
|
### Features
|
|
517
1285
|
|
|
518
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
519
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
520
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
521
|
-
* 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))
|
|
522
1290
|
|
|
523
1291
|
|
|
524
1292
|
### Dependencies
|
|
@@ -531,15 +1299,15 @@
|
|
|
531
1299
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
532
1300
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
533
1301
|
|
|
534
|
-
## [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)
|
|
535
1303
|
|
|
536
1304
|
|
|
537
1305
|
### Features
|
|
538
1306
|
|
|
539
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
540
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
541
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
542
|
-
* 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))
|
|
543
1311
|
|
|
544
1312
|
|
|
545
1313
|
### Dependencies
|
|
@@ -552,15 +1320,15 @@
|
|
|
552
1320
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
553
1321
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
554
1322
|
|
|
555
|
-
## [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)
|
|
556
1324
|
|
|
557
1325
|
|
|
558
1326
|
### Features
|
|
559
1327
|
|
|
560
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
561
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
562
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
563
|
-
* 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))
|
|
564
1332
|
|
|
565
1333
|
|
|
566
1334
|
### Dependencies
|
|
@@ -578,8 +1346,8 @@
|
|
|
578
1346
|
|
|
579
1347
|
### Features
|
|
580
1348
|
|
|
581
|
-
* release to production ([829d53d](https://github.com/
|
|
582
|
-
* 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))
|
|
583
1351
|
|
|
584
1352
|
|
|
585
1353
|
### Dependencies
|
|
@@ -592,14 +1360,14 @@
|
|
|
592
1360
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
593
1361
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
594
1362
|
|
|
595
|
-
## [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)
|
|
596
1364
|
|
|
597
1365
|
|
|
598
1366
|
### Features
|
|
599
1367
|
|
|
600
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
601
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
602
|
-
* 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))
|
|
603
1371
|
|
|
604
1372
|
|
|
605
1373
|
### Dependencies
|
|
@@ -612,14 +1380,14 @@
|
|
|
612
1380
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
613
1381
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
614
1382
|
|
|
615
|
-
## [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)
|
|
616
1384
|
|
|
617
1385
|
|
|
618
1386
|
### Features
|
|
619
1387
|
|
|
620
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
621
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
622
|
-
* 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))
|
|
623
1391
|
|
|
624
1392
|
|
|
625
1393
|
### Dependencies
|
|
@@ -632,12 +1400,12 @@
|
|
|
632
1400
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
633
1401
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
634
1402
|
|
|
635
|
-
## [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)
|
|
636
1404
|
|
|
637
1405
|
|
|
638
1406
|
### Features
|
|
639
1407
|
|
|
640
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1408
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
641
1409
|
|
|
642
1410
|
|
|
643
1411
|
### Dependencies
|
|
@@ -650,7 +1418,7 @@
|
|
|
650
1418
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
651
1419
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
652
1420
|
|
|
653
|
-
## [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)
|
|
654
1422
|
|
|
655
1423
|
|
|
656
1424
|
### Miscellaneous Chores
|
|
@@ -664,7 +1432,7 @@
|
|
|
664
1432
|
* dependencies
|
|
665
1433
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
666
1434
|
|
|
667
|
-
## [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)
|
|
668
1436
|
|
|
669
1437
|
|
|
670
1438
|
### Miscellaneous Chores
|
|
@@ -678,7 +1446,7 @@
|
|
|
678
1446
|
* dependencies
|
|
679
1447
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
680
1448
|
|
|
681
|
-
## [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)
|
|
682
1450
|
|
|
683
1451
|
|
|
684
1452
|
### Miscellaneous Chores
|
|
@@ -692,7 +1460,7 @@
|
|
|
692
1460
|
* dependencies
|
|
693
1461
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
694
1462
|
|
|
695
|
-
## [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)
|
|
696
1464
|
|
|
697
1465
|
|
|
698
1466
|
### Miscellaneous Chores
|
|
@@ -706,7 +1474,7 @@
|
|
|
706
1474
|
* dependencies
|
|
707
1475
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
708
1476
|
|
|
709
|
-
## [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)
|
|
710
1478
|
|
|
711
1479
|
|
|
712
1480
|
### Miscellaneous Chores
|
|
@@ -720,13 +1488,13 @@
|
|
|
720
1488
|
* dependencies
|
|
721
1489
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
722
1490
|
|
|
723
|
-
## [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)
|
|
724
1492
|
|
|
725
1493
|
|
|
726
1494
|
### Features
|
|
727
1495
|
|
|
728
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
729
|
-
* 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))
|
|
730
1498
|
|
|
731
1499
|
|
|
732
1500
|
### Dependencies
|
|
@@ -735,7 +1503,7 @@
|
|
|
735
1503
|
* dependencies
|
|
736
1504
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
737
1505
|
|
|
738
|
-
## [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)
|
|
739
1507
|
|
|
740
1508
|
|
|
741
1509
|
### Miscellaneous Chores
|
|
@@ -749,7 +1517,7 @@
|
|
|
749
1517
|
* dependencies
|
|
750
1518
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
751
1519
|
|
|
752
|
-
## [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)
|
|
753
1521
|
|
|
754
1522
|
|
|
755
1523
|
### Miscellaneous Chores
|
|
@@ -763,7 +1531,7 @@
|
|
|
763
1531
|
* dependencies
|
|
764
1532
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
765
1533
|
|
|
766
|
-
## [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)
|
|
767
1535
|
|
|
768
1536
|
|
|
769
1537
|
### Miscellaneous Chores
|
|
@@ -777,7 +1545,7 @@
|
|
|
777
1545
|
* dependencies
|
|
778
1546
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
779
1547
|
|
|
780
|
-
## [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)
|
|
781
1549
|
|
|
782
1550
|
|
|
783
1551
|
### Miscellaneous Chores
|
|
@@ -791,12 +1559,12 @@
|
|
|
791
1559
|
* dependencies
|
|
792
1560
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
793
1561
|
|
|
794
|
-
## [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)
|
|
795
1563
|
|
|
796
1564
|
|
|
797
1565
|
### Features
|
|
798
1566
|
|
|
799
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1567
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
800
1568
|
|
|
801
1569
|
|
|
802
1570
|
### Dependencies
|
|
@@ -805,7 +1573,7 @@
|
|
|
805
1573
|
* dependencies
|
|
806
1574
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
807
1575
|
|
|
808
|
-
## [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)
|
|
809
1577
|
|
|
810
1578
|
|
|
811
1579
|
### Miscellaneous Chores
|
|
@@ -819,7 +1587,7 @@
|
|
|
819
1587
|
* dependencies
|
|
820
1588
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
821
1589
|
|
|
822
|
-
## [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)
|
|
823
1591
|
|
|
824
1592
|
|
|
825
1593
|
### Miscellaneous Chores
|
|
@@ -833,7 +1601,7 @@
|
|
|
833
1601
|
* dependencies
|
|
834
1602
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
835
1603
|
|
|
836
|
-
## [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)
|
|
837
1605
|
|
|
838
1606
|
|
|
839
1607
|
### Miscellaneous Chores
|
|
@@ -847,7 +1615,7 @@
|
|
|
847
1615
|
* dependencies
|
|
848
1616
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
849
1617
|
|
|
850
|
-
## [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)
|
|
851
1619
|
|
|
852
1620
|
|
|
853
1621
|
### Miscellaneous Chores
|
|
@@ -861,12 +1629,12 @@
|
|
|
861
1629
|
* dependencies
|
|
862
1630
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
863
1631
|
|
|
864
|
-
## [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)
|
|
865
1633
|
|
|
866
1634
|
|
|
867
1635
|
### Features
|
|
868
1636
|
|
|
869
|
-
* 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))
|
|
870
1638
|
|
|
871
1639
|
|
|
872
1640
|
### Dependencies
|
|
@@ -875,7 +1643,7 @@
|
|
|
875
1643
|
* dependencies
|
|
876
1644
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
877
1645
|
|
|
878
|
-
## [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)
|
|
879
1647
|
|
|
880
1648
|
|
|
881
1649
|
### Miscellaneous Chores
|
|
@@ -889,7 +1657,7 @@
|
|
|
889
1657
|
* dependencies
|
|
890
1658
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
891
1659
|
|
|
892
|
-
## [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)
|
|
893
1661
|
|
|
894
1662
|
|
|
895
1663
|
### Miscellaneous Chores
|