@twin.org/nameof 0.0.2-next.9 → 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 +893 -43
- 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,856 @@
|
|
|
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)
|
|
4
854
|
|
|
5
855
|
|
|
6
856
|
### Miscellaneous Chores
|
|
@@ -14,7 +864,7 @@
|
|
|
14
864
|
* devDependencies
|
|
15
865
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
16
866
|
|
|
17
|
-
## [0.0.2-next.8](https://github.com/
|
|
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)
|
|
18
868
|
|
|
19
869
|
|
|
20
870
|
### Miscellaneous Chores
|
|
@@ -28,12 +878,12 @@
|
|
|
28
878
|
* devDependencies
|
|
29
879
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
30
880
|
|
|
31
|
-
## [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)
|
|
32
882
|
|
|
33
883
|
|
|
34
884
|
### Features
|
|
35
885
|
|
|
36
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
886
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
37
887
|
|
|
38
888
|
|
|
39
889
|
### Dependencies
|
|
@@ -42,7 +892,7 @@
|
|
|
42
892
|
* devDependencies
|
|
43
893
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
44
894
|
|
|
45
|
-
## [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)
|
|
46
896
|
|
|
47
897
|
|
|
48
898
|
### Miscellaneous Chores
|
|
@@ -56,12 +906,12 @@
|
|
|
56
906
|
* devDependencies
|
|
57
907
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
58
908
|
|
|
59
|
-
## [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)
|
|
60
910
|
|
|
61
911
|
|
|
62
912
|
### Features
|
|
63
913
|
|
|
64
|
-
* 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))
|
|
65
915
|
|
|
66
916
|
|
|
67
917
|
### Dependencies
|
|
@@ -70,7 +920,7 @@
|
|
|
70
920
|
* devDependencies
|
|
71
921
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
72
922
|
|
|
73
|
-
## [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)
|
|
74
924
|
|
|
75
925
|
|
|
76
926
|
### Miscellaneous Chores
|
|
@@ -84,18 +934,18 @@
|
|
|
84
934
|
* devDependencies
|
|
85
935
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
86
936
|
|
|
87
|
-
## [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)
|
|
88
938
|
|
|
89
939
|
|
|
90
940
|
### Features
|
|
91
941
|
|
|
92
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
93
|
-
* 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))
|
|
94
944
|
|
|
95
945
|
|
|
96
946
|
### Bug Fixes
|
|
97
947
|
|
|
98
|
-
* 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))
|
|
99
949
|
|
|
100
950
|
|
|
101
951
|
### Dependencies
|
|
@@ -104,18 +954,18 @@
|
|
|
104
954
|
* devDependencies
|
|
105
955
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
106
956
|
|
|
107
|
-
## [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)
|
|
108
958
|
|
|
109
959
|
|
|
110
960
|
### Features
|
|
111
961
|
|
|
112
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
113
|
-
* 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))
|
|
114
964
|
|
|
115
965
|
|
|
116
966
|
### Bug Fixes
|
|
117
967
|
|
|
118
|
-
* 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))
|
|
119
969
|
|
|
120
970
|
|
|
121
971
|
### Dependencies
|
|
@@ -124,18 +974,18 @@
|
|
|
124
974
|
* devDependencies
|
|
125
975
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
126
976
|
|
|
127
|
-
## [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)
|
|
128
978
|
|
|
129
979
|
|
|
130
980
|
### Features
|
|
131
981
|
|
|
132
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
133
|
-
* 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))
|
|
134
984
|
|
|
135
985
|
|
|
136
986
|
### Bug Fixes
|
|
137
987
|
|
|
138
|
-
* 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))
|
|
139
989
|
|
|
140
990
|
|
|
141
991
|
### Dependencies
|
|
@@ -149,8 +999,8 @@
|
|
|
149
999
|
|
|
150
1000
|
### Features
|
|
151
1001
|
|
|
152
|
-
* release to production ([829d53d](https://github.com/
|
|
153
|
-
* 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))
|
|
154
1004
|
|
|
155
1005
|
|
|
156
1006
|
### Dependencies
|
|
@@ -159,17 +1009,17 @@
|
|
|
159
1009
|
* devDependencies
|
|
160
1010
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
161
1011
|
|
|
162
|
-
## [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)
|
|
163
1013
|
|
|
164
1014
|
|
|
165
1015
|
### Features
|
|
166
1016
|
|
|
167
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1017
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
168
1018
|
|
|
169
1019
|
|
|
170
1020
|
### Bug Fixes
|
|
171
1021
|
|
|
172
|
-
* 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))
|
|
173
1023
|
|
|
174
1024
|
|
|
175
1025
|
### Dependencies
|
|
@@ -178,17 +1028,17 @@
|
|
|
178
1028
|
* devDependencies
|
|
179
1029
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
180
1030
|
|
|
181
|
-
## [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)
|
|
182
1032
|
|
|
183
1033
|
|
|
184
1034
|
### Features
|
|
185
1035
|
|
|
186
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1036
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
187
1037
|
|
|
188
1038
|
|
|
189
1039
|
### Bug Fixes
|
|
190
1040
|
|
|
191
|
-
* 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))
|
|
192
1042
|
|
|
193
1043
|
|
|
194
1044
|
### Dependencies
|
|
@@ -197,12 +1047,12 @@
|
|
|
197
1047
|
* devDependencies
|
|
198
1048
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
199
1049
|
|
|
200
|
-
## [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)
|
|
201
1051
|
|
|
202
1052
|
|
|
203
1053
|
### Features
|
|
204
1054
|
|
|
205
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1055
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
206
1056
|
|
|
207
1057
|
|
|
208
1058
|
### Dependencies
|
|
@@ -211,7 +1061,7 @@
|
|
|
211
1061
|
* devDependencies
|
|
212
1062
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
213
1063
|
|
|
214
|
-
## [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)
|
|
215
1065
|
|
|
216
1066
|
|
|
217
1067
|
### Miscellaneous Chores
|
|
@@ -225,7 +1075,7 @@
|
|
|
225
1075
|
* devDependencies
|
|
226
1076
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
227
1077
|
|
|
228
|
-
## [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)
|
|
229
1079
|
|
|
230
1080
|
|
|
231
1081
|
### Miscellaneous Chores
|
|
@@ -239,7 +1089,7 @@
|
|
|
239
1089
|
* devDependencies
|
|
240
1090
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
241
1091
|
|
|
242
|
-
## [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)
|
|
243
1093
|
|
|
244
1094
|
|
|
245
1095
|
### Miscellaneous Chores
|
|
@@ -253,12 +1103,12 @@
|
|
|
253
1103
|
* devDependencies
|
|
254
1104
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.25 to 0.0.1-next.26
|
|
255
1105
|
|
|
256
|
-
## [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)
|
|
257
1107
|
|
|
258
1108
|
|
|
259
1109
|
### Features
|
|
260
1110
|
|
|
261
|
-
* add ts-to-schema overrides ([3c54504](https://github.com/
|
|
1111
|
+
* add ts-to-schema overrides ([3c54504](https://github.com/iotaledger/twin-tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
|
|
262
1112
|
|
|
263
1113
|
|
|
264
1114
|
### Dependencies
|
|
@@ -267,7 +1117,7 @@
|
|
|
267
1117
|
* devDependencies
|
|
268
1118
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.24 to 0.0.1-next.25
|
|
269
1119
|
|
|
270
|
-
## [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)
|
|
271
1121
|
|
|
272
1122
|
|
|
273
1123
|
### Miscellaneous Chores
|
|
@@ -281,7 +1131,7 @@
|
|
|
281
1131
|
* devDependencies
|
|
282
1132
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.23 to 0.0.1-next.24
|
|
283
1133
|
|
|
284
|
-
## [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)
|
|
285
1135
|
|
|
286
1136
|
|
|
287
1137
|
### Miscellaneous Chores
|
|
@@ -295,7 +1145,7 @@
|
|
|
295
1145
|
* devDependencies
|
|
296
1146
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
297
1147
|
|
|
298
|
-
## [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)
|
|
299
1149
|
|
|
300
1150
|
|
|
301
1151
|
### Miscellaneous Chores
|
|
@@ -309,12 +1159,12 @@
|
|
|
309
1159
|
* devDependencies
|
|
310
1160
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
|
|
311
1161
|
|
|
312
|
-
## [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)
|
|
313
1163
|
|
|
314
1164
|
|
|
315
1165
|
### Features
|
|
316
1166
|
|
|
317
|
-
* 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))
|
|
318
1168
|
|
|
319
1169
|
|
|
320
1170
|
### Dependencies
|
|
@@ -323,7 +1173,7 @@
|
|
|
323
1173
|
* devDependencies
|
|
324
1174
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
|
|
325
1175
|
|
|
326
|
-
## [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)
|
|
327
1177
|
|
|
328
1178
|
|
|
329
1179
|
### Miscellaneous Chores
|
|
@@ -337,7 +1187,7 @@
|
|
|
337
1187
|
* devDependencies
|
|
338
1188
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
339
1189
|
|
|
340
|
-
## [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)
|
|
341
1191
|
|
|
342
1192
|
|
|
343
1193
|
### Miscellaneous Chores
|