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