@twin.org/nameof 0.0.2-next.8 → 0.0.2
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 -3
- package/dist/es/index.js +33 -0
- package/dist/es/index.js.map +1 -0
- package/dist/types/index.d.ts +14 -0
- package/docs/changelog.md +906 -42
- package/docs/examples.md +34 -48
- package/docs/reference/functions/nameofCamelCase.md +31 -0
- package/docs/reference/functions/nameofKebabCase.md +31 -0
- package/docs/reference/index.md +2 -0
- package/package.json +19 -10
- package/dist/cjs/index.cjs +0 -16
- package/dist/esm/index.mjs +0 -14
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,870 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.2
|
|
3
|
+
## [0.0.2](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1...nameof-v0.0.2) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.2
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.43...nameof-v0.0.3-next.44) (2026-05-19)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* devDependencies
|
|
34
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
35
|
+
|
|
36
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.42...nameof-v0.0.3-next.43) (2026-05-18)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Miscellaneous Chores
|
|
40
|
+
|
|
41
|
+
* **nameof:** Synchronize repo versions
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* The following workspace dependencies were updated
|
|
47
|
+
* devDependencies
|
|
48
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
49
|
+
|
|
50
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.41...nameof-v0.0.3-next.42) (2026-05-15)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Miscellaneous Chores
|
|
54
|
+
|
|
55
|
+
* **nameof:** Synchronize repo versions
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Dependencies
|
|
59
|
+
|
|
60
|
+
* The following workspace dependencies were updated
|
|
61
|
+
* devDependencies
|
|
62
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
63
|
+
|
|
64
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.40...nameof-v0.0.3-next.41) (2026-05-13)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Miscellaneous Chores
|
|
68
|
+
|
|
69
|
+
* **nameof:** Synchronize repo versions
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Dependencies
|
|
73
|
+
|
|
74
|
+
* The following workspace dependencies were updated
|
|
75
|
+
* devDependencies
|
|
76
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
77
|
+
|
|
78
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.39...nameof-v0.0.3-next.40) (2026-05-13)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Miscellaneous Chores
|
|
82
|
+
|
|
83
|
+
* **nameof:** Synchronize repo versions
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Dependencies
|
|
87
|
+
|
|
88
|
+
* The following workspace dependencies were updated
|
|
89
|
+
* devDependencies
|
|
90
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
91
|
+
|
|
92
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.38...nameof-v0.0.3-next.39) (2026-05-13)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Miscellaneous Chores
|
|
96
|
+
|
|
97
|
+
* **nameof:** Synchronize repo versions
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Dependencies
|
|
101
|
+
|
|
102
|
+
* The following workspace dependencies were updated
|
|
103
|
+
* devDependencies
|
|
104
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
105
|
+
|
|
106
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.37...nameof-v0.0.3-next.38) (2026-05-11)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Dependencies
|
|
115
|
+
|
|
116
|
+
* The following workspace dependencies were updated
|
|
117
|
+
* devDependencies
|
|
118
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
119
|
+
|
|
120
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.36...nameof-v0.0.3-next.37) (2026-05-07)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Miscellaneous Chores
|
|
124
|
+
|
|
125
|
+
* **nameof:** Synchronize repo versions
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Dependencies
|
|
129
|
+
|
|
130
|
+
* The following workspace dependencies were updated
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
133
|
+
|
|
134
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.35...nameof-v0.0.3-next.36) (2026-05-07)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Miscellaneous Chores
|
|
138
|
+
|
|
139
|
+
* **nameof:** Synchronize repo versions
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Dependencies
|
|
143
|
+
|
|
144
|
+
* The following workspace dependencies were updated
|
|
145
|
+
* devDependencies
|
|
146
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
147
|
+
|
|
148
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.34...nameof-v0.0.3-next.35) (2026-05-06)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Miscellaneous Chores
|
|
152
|
+
|
|
153
|
+
* **nameof:** Synchronize repo versions
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Dependencies
|
|
157
|
+
|
|
158
|
+
* The following workspace dependencies were updated
|
|
159
|
+
* devDependencies
|
|
160
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
161
|
+
|
|
162
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.33...nameof-v0.0.3-next.34) (2026-05-06)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Miscellaneous Chores
|
|
166
|
+
|
|
167
|
+
* **nameof:** Synchronize repo versions
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Dependencies
|
|
171
|
+
|
|
172
|
+
* The following workspace dependencies were updated
|
|
173
|
+
* devDependencies
|
|
174
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
175
|
+
|
|
176
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.32...nameof-v0.0.3-next.33) (2026-05-05)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Miscellaneous Chores
|
|
180
|
+
|
|
181
|
+
* **nameof:** Synchronize repo versions
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Dependencies
|
|
185
|
+
|
|
186
|
+
* The following workspace dependencies were updated
|
|
187
|
+
* devDependencies
|
|
188
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
189
|
+
|
|
190
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.31...nameof-v0.0.3-next.32) (2026-04-30)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Miscellaneous Chores
|
|
194
|
+
|
|
195
|
+
* **nameof:** Synchronize repo versions
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Dependencies
|
|
199
|
+
|
|
200
|
+
* The following workspace dependencies were updated
|
|
201
|
+
* devDependencies
|
|
202
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
203
|
+
|
|
204
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.30...nameof-v0.0.3-next.31) (2026-04-14)
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Miscellaneous Chores
|
|
208
|
+
|
|
209
|
+
* **nameof:** Synchronize repo versions
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Dependencies
|
|
213
|
+
|
|
214
|
+
* The following workspace dependencies were updated
|
|
215
|
+
* devDependencies
|
|
216
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
217
|
+
|
|
218
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.29...nameof-v0.0.3-next.30) (2026-04-14)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Miscellaneous Chores
|
|
222
|
+
|
|
223
|
+
* **nameof:** Synchronize repo versions
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Dependencies
|
|
227
|
+
|
|
228
|
+
* The following workspace dependencies were updated
|
|
229
|
+
* devDependencies
|
|
230
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
231
|
+
|
|
232
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.28...nameof-v0.0.3-next.29) (2026-04-14)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Miscellaneous Chores
|
|
236
|
+
|
|
237
|
+
* **nameof:** Synchronize repo versions
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Dependencies
|
|
241
|
+
|
|
242
|
+
* The following workspace dependencies were updated
|
|
243
|
+
* devDependencies
|
|
244
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
245
|
+
|
|
246
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.27...nameof-v0.0.3-next.28) (2026-03-27)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Miscellaneous Chores
|
|
250
|
+
|
|
251
|
+
* **nameof:** Synchronize repo versions
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Dependencies
|
|
255
|
+
|
|
256
|
+
* The following workspace dependencies were updated
|
|
257
|
+
* devDependencies
|
|
258
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
259
|
+
|
|
260
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.26...nameof-v0.0.3-next.27) (2026-03-27)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
### Miscellaneous Chores
|
|
264
|
+
|
|
265
|
+
* **nameof:** Synchronize repo versions
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Dependencies
|
|
269
|
+
|
|
270
|
+
* The following workspace dependencies were updated
|
|
271
|
+
* devDependencies
|
|
272
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
273
|
+
|
|
274
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.25...nameof-v0.0.3-next.26) (2026-03-24)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Miscellaneous Chores
|
|
278
|
+
|
|
279
|
+
* **nameof:** Synchronize repo versions
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
* The following workspace dependencies were updated
|
|
285
|
+
* devDependencies
|
|
286
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
287
|
+
|
|
288
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.24...nameof-v0.0.3-next.25) (2026-03-23)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Miscellaneous Chores
|
|
292
|
+
|
|
293
|
+
* **nameof:** Synchronize repo versions
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* devDependencies
|
|
300
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
301
|
+
|
|
302
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.23...nameof-v0.0.3-next.24) (2026-03-19)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Bug Fixes
|
|
306
|
+
|
|
307
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Dependencies
|
|
311
|
+
|
|
312
|
+
* The following workspace dependencies were updated
|
|
313
|
+
* devDependencies
|
|
314
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
315
|
+
|
|
316
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.22...nameof-v0.0.3-next.23) (2026-03-17)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Miscellaneous Chores
|
|
320
|
+
|
|
321
|
+
* **nameof:** Synchronize repo versions
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Dependencies
|
|
325
|
+
|
|
326
|
+
* The following workspace dependencies were updated
|
|
327
|
+
* devDependencies
|
|
328
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
329
|
+
|
|
330
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.21...nameof-v0.0.3-next.22) (2026-02-26)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Miscellaneous Chores
|
|
334
|
+
|
|
335
|
+
* **nameof:** Synchronize repo versions
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Dependencies
|
|
339
|
+
|
|
340
|
+
* The following workspace dependencies were updated
|
|
341
|
+
* devDependencies
|
|
342
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
343
|
+
|
|
344
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.20...nameof-v0.0.3-next.21) (2026-02-26)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Features
|
|
348
|
+
|
|
349
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
350
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
351
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
352
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
353
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
354
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
355
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Bug Fixes
|
|
359
|
+
|
|
360
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* The following workspace dependencies were updated
|
|
366
|
+
* devDependencies
|
|
367
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
368
|
+
|
|
369
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.19...nameof-v0.0.3-next.20) (2026-02-26)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Miscellaneous Chores
|
|
373
|
+
|
|
374
|
+
* **nameof:** Synchronize repo versions
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Dependencies
|
|
378
|
+
|
|
379
|
+
* The following workspace dependencies were updated
|
|
380
|
+
* devDependencies
|
|
381
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.18...nameof-v0.0.3-next.19) (2026-02-26)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **nameof:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* devDependencies
|
|
395
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
396
|
+
|
|
397
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.17...nameof-v0.0.3-next.18) (2026-02-23)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Miscellaneous Chores
|
|
401
|
+
|
|
402
|
+
* **nameof:** Synchronize repo versions
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Dependencies
|
|
406
|
+
|
|
407
|
+
* The following workspace dependencies were updated
|
|
408
|
+
* devDependencies
|
|
409
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
410
|
+
|
|
411
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.16...nameof-v0.0.3-next.17) (2026-02-09)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Miscellaneous Chores
|
|
415
|
+
|
|
416
|
+
* **nameof:** Synchronize repo versions
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Dependencies
|
|
420
|
+
|
|
421
|
+
* The following workspace dependencies were updated
|
|
422
|
+
* devDependencies
|
|
423
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
424
|
+
|
|
425
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.15...nameof-v0.0.3-next.16) (2026-02-06)
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Miscellaneous Chores
|
|
429
|
+
|
|
430
|
+
* **nameof:** Synchronize repo versions
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Dependencies
|
|
434
|
+
|
|
435
|
+
* The following workspace dependencies were updated
|
|
436
|
+
* devDependencies
|
|
437
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
438
|
+
|
|
439
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.14...nameof-v0.0.3-next.15) (2026-01-29)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Miscellaneous Chores
|
|
443
|
+
|
|
444
|
+
* **nameof:** Synchronize repo versions
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Dependencies
|
|
448
|
+
|
|
449
|
+
* The following workspace dependencies were updated
|
|
450
|
+
* devDependencies
|
|
451
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
452
|
+
|
|
453
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.13...nameof-v0.0.3-next.14) (2026-01-22)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Miscellaneous Chores
|
|
457
|
+
|
|
458
|
+
* **nameof:** Synchronize repo versions
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Dependencies
|
|
462
|
+
|
|
463
|
+
* The following workspace dependencies were updated
|
|
464
|
+
* devDependencies
|
|
465
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
466
|
+
|
|
467
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.12...nameof-v0.0.3-next.13) (2026-01-08)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Miscellaneous Chores
|
|
471
|
+
|
|
472
|
+
* **nameof:** Synchronize repo versions
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Dependencies
|
|
476
|
+
|
|
477
|
+
* The following workspace dependencies were updated
|
|
478
|
+
* devDependencies
|
|
479
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
480
|
+
|
|
481
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.11...nameof-v0.0.3-next.12) (2026-01-08)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Miscellaneous Chores
|
|
485
|
+
|
|
486
|
+
* **nameof:** Synchronize repo versions
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Dependencies
|
|
490
|
+
|
|
491
|
+
* The following workspace dependencies were updated
|
|
492
|
+
* devDependencies
|
|
493
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
494
|
+
|
|
495
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.10...nameof-v0.0.3-next.11) (2026-01-07)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### Miscellaneous Chores
|
|
499
|
+
|
|
500
|
+
* **nameof:** Synchronize repo versions
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### Dependencies
|
|
504
|
+
|
|
505
|
+
* The following workspace dependencies were updated
|
|
506
|
+
* devDependencies
|
|
507
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
508
|
+
|
|
509
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.9...nameof-v0.0.3-next.10) (2026-01-07)
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Miscellaneous Chores
|
|
513
|
+
|
|
514
|
+
* **nameof:** Synchronize repo versions
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Dependencies
|
|
518
|
+
|
|
519
|
+
* The following workspace dependencies were updated
|
|
520
|
+
* devDependencies
|
|
521
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
522
|
+
|
|
523
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.8...nameof-v0.0.3-next.9) (2026-01-05)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Miscellaneous Chores
|
|
527
|
+
|
|
528
|
+
* **nameof:** Synchronize repo versions
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Dependencies
|
|
532
|
+
|
|
533
|
+
* The following workspace dependencies were updated
|
|
534
|
+
* devDependencies
|
|
535
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
536
|
+
|
|
537
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.7...nameof-v0.0.3-next.8) (2025-11-26)
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### Miscellaneous Chores
|
|
541
|
+
|
|
542
|
+
* **nameof:** Synchronize repo versions
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Dependencies
|
|
546
|
+
|
|
547
|
+
* The following workspace dependencies were updated
|
|
548
|
+
* devDependencies
|
|
549
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
550
|
+
|
|
551
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.6...nameof-v0.0.3-next.7) (2025-11-25)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
557
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
558
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
559
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
560
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
561
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
562
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
### Bug Fixes
|
|
566
|
+
|
|
567
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Dependencies
|
|
571
|
+
|
|
572
|
+
* The following workspace dependencies were updated
|
|
573
|
+
* devDependencies
|
|
574
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
575
|
+
|
|
576
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.5...nameof-v0.0.3-next.6) (2025-11-25)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Miscellaneous Chores
|
|
580
|
+
|
|
581
|
+
* **nameof:** Synchronize repo versions
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Dependencies
|
|
585
|
+
|
|
586
|
+
* The following workspace dependencies were updated
|
|
587
|
+
* devDependencies
|
|
588
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
589
|
+
|
|
590
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.4...nameof-v0.0.3-next.5) (2025-11-20)
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
### Miscellaneous Chores
|
|
594
|
+
|
|
595
|
+
* **nameof:** Synchronize repo versions
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Dependencies
|
|
599
|
+
|
|
600
|
+
* The following workspace dependencies were updated
|
|
601
|
+
* devDependencies
|
|
602
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
603
|
+
|
|
604
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.3...nameof-v0.0.3-next.4) (2025-11-13)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Miscellaneous Chores
|
|
608
|
+
|
|
609
|
+
* **nameof:** Synchronize repo versions
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
### Dependencies
|
|
613
|
+
|
|
614
|
+
* The following workspace dependencies were updated
|
|
615
|
+
* devDependencies
|
|
616
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
617
|
+
|
|
618
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.2...nameof-v0.0.3-next.3) (2025-11-12)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Miscellaneous Chores
|
|
622
|
+
|
|
623
|
+
* **nameof:** Synchronize repo versions
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Dependencies
|
|
627
|
+
|
|
628
|
+
* The following workspace dependencies were updated
|
|
629
|
+
* devDependencies
|
|
630
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
631
|
+
|
|
632
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.1...nameof-v0.0.3-next.2) (2025-11-12)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Miscellaneous Chores
|
|
636
|
+
|
|
637
|
+
* **nameof:** Synchronize repo versions
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Dependencies
|
|
641
|
+
|
|
642
|
+
* The following workspace dependencies were updated
|
|
643
|
+
* devDependencies
|
|
644
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
645
|
+
|
|
646
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.0...nameof-v0.0.3-next.1) (2025-11-10)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Features
|
|
650
|
+
|
|
651
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
652
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
653
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
654
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
655
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
656
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
657
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Bug Fixes
|
|
661
|
+
|
|
662
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Dependencies
|
|
666
|
+
|
|
667
|
+
* The following workspace dependencies were updated
|
|
668
|
+
* devDependencies
|
|
669
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
670
|
+
|
|
671
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.21...nameof-v0.0.2-next.22) (2025-10-10)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Miscellaneous Chores
|
|
675
|
+
|
|
676
|
+
* **nameof:** Synchronize repo versions
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Dependencies
|
|
680
|
+
|
|
681
|
+
* The following workspace dependencies were updated
|
|
682
|
+
* devDependencies
|
|
683
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
684
|
+
|
|
685
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.20...nameof-v0.0.2-next.21) (2025-10-09)
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
### Features
|
|
689
|
+
|
|
690
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Dependencies
|
|
694
|
+
|
|
695
|
+
* The following workspace dependencies were updated
|
|
696
|
+
* devDependencies
|
|
697
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
698
|
+
|
|
699
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.19...nameof-v0.0.2-next.20) (2025-10-02)
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Miscellaneous Chores
|
|
703
|
+
|
|
704
|
+
* **nameof:** Synchronize repo versions
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
### Dependencies
|
|
708
|
+
|
|
709
|
+
* The following workspace dependencies were updated
|
|
710
|
+
* devDependencies
|
|
711
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
712
|
+
|
|
713
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.18...nameof-v0.0.2-next.19) (2025-09-30)
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Miscellaneous Chores
|
|
717
|
+
|
|
718
|
+
* **nameof:** Synchronize repo versions
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Dependencies
|
|
722
|
+
|
|
723
|
+
* The following workspace dependencies were updated
|
|
724
|
+
* devDependencies
|
|
725
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
726
|
+
|
|
727
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.17...nameof-v0.0.2-next.18) (2025-09-29)
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
### Miscellaneous Chores
|
|
731
|
+
|
|
732
|
+
* **nameof:** Synchronize repo versions
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Dependencies
|
|
736
|
+
|
|
737
|
+
* The following workspace dependencies were updated
|
|
738
|
+
* devDependencies
|
|
739
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
740
|
+
|
|
741
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.16...nameof-v0.0.2-next.17) (2025-09-29)
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
### Features
|
|
745
|
+
|
|
746
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
### Dependencies
|
|
750
|
+
|
|
751
|
+
* The following workspace dependencies were updated
|
|
752
|
+
* devDependencies
|
|
753
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
754
|
+
|
|
755
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.15...nameof-v0.0.2-next.16) (2025-09-28)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
### Miscellaneous Chores
|
|
759
|
+
|
|
760
|
+
* **nameof:** Synchronize repo versions
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### Dependencies
|
|
764
|
+
|
|
765
|
+
* The following workspace dependencies were updated
|
|
766
|
+
* devDependencies
|
|
767
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
768
|
+
|
|
769
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.14...nameof-v0.0.2-next.15) (2025-09-22)
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
### Miscellaneous Chores
|
|
773
|
+
|
|
774
|
+
* **nameof:** Synchronize repo versions
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
### Dependencies
|
|
778
|
+
|
|
779
|
+
* The following workspace dependencies were updated
|
|
780
|
+
* devDependencies
|
|
781
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
782
|
+
|
|
783
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.13...nameof-v0.0.2-next.14) (2025-09-22)
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
### Miscellaneous Chores
|
|
787
|
+
|
|
788
|
+
* **nameof:** Synchronize repo versions
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
### Dependencies
|
|
792
|
+
|
|
793
|
+
* The following workspace dependencies were updated
|
|
794
|
+
* devDependencies
|
|
795
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
796
|
+
|
|
797
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.12...nameof-v0.0.2-next.13) (2025-09-22)
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
### Miscellaneous Chores
|
|
801
|
+
|
|
802
|
+
* **nameof:** Synchronize repo versions
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
### Dependencies
|
|
806
|
+
|
|
807
|
+
* The following workspace dependencies were updated
|
|
808
|
+
* devDependencies
|
|
809
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
810
|
+
|
|
811
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.11...nameof-v0.0.2-next.12) (2025-09-15)
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Miscellaneous Chores
|
|
815
|
+
|
|
816
|
+
* **nameof:** Synchronize repo versions
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Dependencies
|
|
820
|
+
|
|
821
|
+
* The following workspace dependencies were updated
|
|
822
|
+
* devDependencies
|
|
823
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
824
|
+
|
|
825
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.10...nameof-v0.0.2-next.11) (2025-09-15)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Miscellaneous Chores
|
|
829
|
+
|
|
830
|
+
* **nameof:** Synchronize repo versions
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
### Dependencies
|
|
834
|
+
|
|
835
|
+
* The following workspace dependencies were updated
|
|
836
|
+
* devDependencies
|
|
837
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
838
|
+
|
|
839
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.9...nameof-v0.0.2-next.10) (2025-09-11)
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
### Miscellaneous Chores
|
|
843
|
+
|
|
844
|
+
* **nameof:** Synchronize repo versions
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
### Dependencies
|
|
848
|
+
|
|
849
|
+
* The following workspace dependencies were updated
|
|
850
|
+
* devDependencies
|
|
851
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
852
|
+
|
|
853
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.8...nameof-v0.0.2-next.9) (2025-09-08)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Miscellaneous Chores
|
|
857
|
+
|
|
858
|
+
* **nameof:** Synchronize repo versions
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
### Dependencies
|
|
862
|
+
|
|
863
|
+
* The following workspace dependencies were updated
|
|
864
|
+
* devDependencies
|
|
865
|
+
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
866
|
+
|
|
867
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.7...nameof-v0.0.2-next.8) (2025-09-05)
|
|
4
868
|
|
|
5
869
|
|
|
6
870
|
### Miscellaneous Chores
|
|
@@ -14,12 +878,12 @@
|
|
|
14
878
|
* devDependencies
|
|
15
879
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
16
880
|
|
|
17
|
-
## [0.0.2-next.7](https://github.com/
|
|
881
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.6...nameof-v0.0.2-next.7) (2025-08-29)
|
|
18
882
|
|
|
19
883
|
|
|
20
884
|
### Features
|
|
21
885
|
|
|
22
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
886
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
23
887
|
|
|
24
888
|
|
|
25
889
|
### Dependencies
|
|
@@ -28,7 +892,7 @@
|
|
|
28
892
|
* devDependencies
|
|
29
893
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
30
894
|
|
|
31
|
-
## [0.0.2-next.6](https://github.com/
|
|
895
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.5...nameof-v0.0.2-next.6) (2025-08-27)
|
|
32
896
|
|
|
33
897
|
|
|
34
898
|
### Miscellaneous Chores
|
|
@@ -42,12 +906,12 @@
|
|
|
42
906
|
* devDependencies
|
|
43
907
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
44
908
|
|
|
45
|
-
## [0.0.2-next.5](https://github.com/
|
|
909
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.4...nameof-v0.0.2-next.5) (2025-08-19)
|
|
46
910
|
|
|
47
911
|
|
|
48
912
|
### Features
|
|
49
913
|
|
|
50
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
914
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
51
915
|
|
|
52
916
|
|
|
53
917
|
### Dependencies
|
|
@@ -56,7 +920,7 @@
|
|
|
56
920
|
* devDependencies
|
|
57
921
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
58
922
|
|
|
59
|
-
## [0.0.2-next.4](https://github.com/
|
|
923
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.3...nameof-v0.0.2-next.4) (2025-08-15)
|
|
60
924
|
|
|
61
925
|
|
|
62
926
|
### Miscellaneous Chores
|
|
@@ -70,18 +934,18 @@
|
|
|
70
934
|
* devDependencies
|
|
71
935
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
72
936
|
|
|
73
|
-
## [0.0.2-next.3](https://github.com/
|
|
937
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.2...nameof-v0.0.2-next.3) (2025-08-06)
|
|
74
938
|
|
|
75
939
|
|
|
76
940
|
### Features
|
|
77
941
|
|
|
78
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
79
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
942
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
943
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
80
944
|
|
|
81
945
|
|
|
82
946
|
### Bug Fixes
|
|
83
947
|
|
|
84
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
948
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
85
949
|
|
|
86
950
|
|
|
87
951
|
### Dependencies
|
|
@@ -90,18 +954,18 @@
|
|
|
90
954
|
* devDependencies
|
|
91
955
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
92
956
|
|
|
93
|
-
## [0.0.2-next.2](https://github.com/
|
|
957
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.1...nameof-v0.0.2-next.2) (2025-08-06)
|
|
94
958
|
|
|
95
959
|
|
|
96
960
|
### Features
|
|
97
961
|
|
|
98
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
99
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
962
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
963
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
100
964
|
|
|
101
965
|
|
|
102
966
|
### Bug Fixes
|
|
103
967
|
|
|
104
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
968
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
105
969
|
|
|
106
970
|
|
|
107
971
|
### Dependencies
|
|
@@ -110,18 +974,18 @@
|
|
|
110
974
|
* devDependencies
|
|
111
975
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
112
976
|
|
|
113
|
-
## [0.0.2-next.1](https://github.com/
|
|
977
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.0...nameof-v0.0.2-next.1) (2025-08-06)
|
|
114
978
|
|
|
115
979
|
|
|
116
980
|
### Features
|
|
117
981
|
|
|
118
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
119
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
982
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
983
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
120
984
|
|
|
121
985
|
|
|
122
986
|
### Bug Fixes
|
|
123
987
|
|
|
124
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
988
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
125
989
|
|
|
126
990
|
|
|
127
991
|
### Dependencies
|
|
@@ -135,8 +999,8 @@
|
|
|
135
999
|
|
|
136
1000
|
### Features
|
|
137
1001
|
|
|
138
|
-
* release to production ([829d53d](https://github.com/
|
|
139
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1002
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1003
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
140
1004
|
|
|
141
1005
|
|
|
142
1006
|
### Dependencies
|
|
@@ -145,17 +1009,17 @@
|
|
|
145
1009
|
* devDependencies
|
|
146
1010
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
147
1011
|
|
|
148
|
-
## [0.0.1-next.70](https://github.com/
|
|
1012
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.69...nameof-v0.0.1-next.70) (2025-07-02)
|
|
149
1013
|
|
|
150
1014
|
|
|
151
1015
|
### Features
|
|
152
1016
|
|
|
153
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1017
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
154
1018
|
|
|
155
1019
|
|
|
156
1020
|
### Bug Fixes
|
|
157
1021
|
|
|
158
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1022
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
159
1023
|
|
|
160
1024
|
|
|
161
1025
|
### Dependencies
|
|
@@ -164,17 +1028,17 @@
|
|
|
164
1028
|
* devDependencies
|
|
165
1029
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
166
1030
|
|
|
167
|
-
## [0.0.1-next.69](https://github.com/
|
|
1031
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.68...nameof-v0.0.1-next.69) (2025-07-02)
|
|
168
1032
|
|
|
169
1033
|
|
|
170
1034
|
### Features
|
|
171
1035
|
|
|
172
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1036
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
173
1037
|
|
|
174
1038
|
|
|
175
1039
|
### Bug Fixes
|
|
176
1040
|
|
|
177
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1041
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
178
1042
|
|
|
179
1043
|
|
|
180
1044
|
### Dependencies
|
|
@@ -183,12 +1047,12 @@
|
|
|
183
1047
|
* devDependencies
|
|
184
1048
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
185
1049
|
|
|
186
|
-
## [0.0.1-next.68](https://github.com/
|
|
1050
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.67...nameof-v0.0.1-next.68) (2025-07-02)
|
|
187
1051
|
|
|
188
1052
|
|
|
189
1053
|
### Features
|
|
190
1054
|
|
|
191
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1055
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
192
1056
|
|
|
193
1057
|
|
|
194
1058
|
### Dependencies
|
|
@@ -197,7 +1061,7 @@
|
|
|
197
1061
|
* devDependencies
|
|
198
1062
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
199
1063
|
|
|
200
|
-
## [0.0.1-next.28](https://github.com/
|
|
1064
|
+
## [0.0.1-next.28](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.27...nameof-v0.0.1-next.28) (2025-06-18)
|
|
201
1065
|
|
|
202
1066
|
|
|
203
1067
|
### Miscellaneous Chores
|
|
@@ -211,7 +1075,7 @@
|
|
|
211
1075
|
* devDependencies
|
|
212
1076
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
213
1077
|
|
|
214
|
-
## [0.0.1-next.27](https://github.com/
|
|
1078
|
+
## [0.0.1-next.27](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.26...nameof-v0.0.1-next.27) (2025-06-17)
|
|
215
1079
|
|
|
216
1080
|
|
|
217
1081
|
### Miscellaneous Chores
|
|
@@ -225,7 +1089,7 @@
|
|
|
225
1089
|
* devDependencies
|
|
226
1090
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
227
1091
|
|
|
228
|
-
## [0.0.1-next.26](https://github.com/
|
|
1092
|
+
## [0.0.1-next.26](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.25...nameof-v0.0.1-next.26) (2025-06-11)
|
|
229
1093
|
|
|
230
1094
|
|
|
231
1095
|
### Miscellaneous Chores
|
|
@@ -239,12 +1103,12 @@
|
|
|
239
1103
|
* devDependencies
|
|
240
1104
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.25 to 0.0.1-next.26
|
|
241
1105
|
|
|
242
|
-
## [0.0.1-next.25](https://github.com/
|
|
1106
|
+
## [0.0.1-next.25](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.24...nameof-v0.0.1-next.25) (2025-06-10)
|
|
243
1107
|
|
|
244
1108
|
|
|
245
1109
|
### Features
|
|
246
1110
|
|
|
247
|
-
* add ts-to-schema overrides ([3c54504](https://github.com/
|
|
1111
|
+
* add ts-to-schema overrides ([3c54504](https://github.com/iotaledger/twin-tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
|
|
248
1112
|
|
|
249
1113
|
|
|
250
1114
|
### Dependencies
|
|
@@ -253,7 +1117,7 @@
|
|
|
253
1117
|
* devDependencies
|
|
254
1118
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.24 to 0.0.1-next.25
|
|
255
1119
|
|
|
256
|
-
## [0.0.1-next.24](https://github.com/
|
|
1120
|
+
## [0.0.1-next.24](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.23...nameof-v0.0.1-next.24) (2025-06-05)
|
|
257
1121
|
|
|
258
1122
|
|
|
259
1123
|
### Miscellaneous Chores
|
|
@@ -267,7 +1131,7 @@
|
|
|
267
1131
|
* devDependencies
|
|
268
1132
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.23 to 0.0.1-next.24
|
|
269
1133
|
|
|
270
|
-
## [0.0.1-next.23](https://github.com/
|
|
1134
|
+
## [0.0.1-next.23](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.22...nameof-v0.0.1-next.23) (2025-06-03)
|
|
271
1135
|
|
|
272
1136
|
|
|
273
1137
|
### Miscellaneous Chores
|
|
@@ -281,7 +1145,7 @@
|
|
|
281
1145
|
* devDependencies
|
|
282
1146
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
283
1147
|
|
|
284
|
-
## [0.0.1-next.22](https://github.com/
|
|
1148
|
+
## [0.0.1-next.22](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.21...nameof-v0.0.1-next.22) (2025-06-03)
|
|
285
1149
|
|
|
286
1150
|
|
|
287
1151
|
### Miscellaneous Chores
|
|
@@ -295,12 +1159,12 @@
|
|
|
295
1159
|
* devDependencies
|
|
296
1160
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
|
|
297
1161
|
|
|
298
|
-
## [0.0.1-next.21](https://github.com/
|
|
1162
|
+
## [0.0.1-next.21](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.20...nameof-v0.0.1-next.21) (2025-04-17)
|
|
299
1163
|
|
|
300
1164
|
|
|
301
1165
|
### Features
|
|
302
1166
|
|
|
303
|
-
* use shared store mechanism ([#31](https://github.com/
|
|
1167
|
+
* use shared store mechanism ([#31](https://github.com/iotaledger/twin-tools/issues/31)) ([d9fe68b](https://github.com/iotaledger/twin-tools/commit/d9fe68b903d1268c7cb3c64772df5cb78fd63667))
|
|
304
1168
|
|
|
305
1169
|
|
|
306
1170
|
### Dependencies
|
|
@@ -309,7 +1173,7 @@
|
|
|
309
1173
|
* devDependencies
|
|
310
1174
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
|
|
311
1175
|
|
|
312
|
-
## [0.0.1-next.20](https://github.com/
|
|
1176
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.19...nameof-v0.0.1-next.20) (2025-03-28)
|
|
313
1177
|
|
|
314
1178
|
|
|
315
1179
|
### Miscellaneous Chores
|
|
@@ -323,7 +1187,7 @@
|
|
|
323
1187
|
* devDependencies
|
|
324
1188
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
325
1189
|
|
|
326
|
-
## [0.0.1-next.19](https://github.com/
|
|
1190
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.18...nameof-v0.0.1-next.19) (2025-03-26)
|
|
327
1191
|
|
|
328
1192
|
|
|
329
1193
|
### Miscellaneous Chores
|