@twin.org/nameof 0.0.3-next.8 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/docs/changelog.md +658 -82
- package/docs/examples.md +34 -48
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# TWIN Nameof
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
This package is used in conjunction with the `@twin.org/nameof-transformer` package, without using the transformer for compilation you will end up with an error string embedded in your code instead of the runtime name you are expecting.
|
|
3
|
+
This package is part of the framework workspace and provides the definitions for the methods which are processed by the nameof-transformer to support consistent development workflows across the ecosystem.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,582 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3
|
|
3
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3...nameof-v0.0.3) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
9
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
10
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
11
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
12
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
13
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
14
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
15
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.46...nameof-v0.0.3-next.47) (2026-05-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **nameof:** Synchronize repo versions
|
|
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.46 to 0.0.3-next.47
|
|
35
|
+
|
|
36
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.45...nameof-v0.0.3-next.46) (2026-05-22)
|
|
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.45 to 0.0.3-next.46
|
|
49
|
+
|
|
50
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.44...nameof-v0.0.3-next.45) (2026-05-21)
|
|
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.44 to 0.0.3-next.45
|
|
63
|
+
|
|
64
|
+
## [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)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
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.43 to 0.0.3-next.44
|
|
77
|
+
|
|
78
|
+
## [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)
|
|
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.42 to 0.0.3-next.43
|
|
91
|
+
|
|
92
|
+
## [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)
|
|
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.41 to 0.0.3-next.42
|
|
105
|
+
|
|
106
|
+
## [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)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Miscellaneous Chores
|
|
110
|
+
|
|
111
|
+
* **nameof:** Synchronize repo versions
|
|
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.40 to 0.0.3-next.41
|
|
119
|
+
|
|
120
|
+
## [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)
|
|
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.39 to 0.0.3-next.40
|
|
133
|
+
|
|
134
|
+
## [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)
|
|
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.38 to 0.0.3-next.39
|
|
147
|
+
|
|
148
|
+
## [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)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Features
|
|
152
|
+
|
|
153
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
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.37 to 0.0.3-next.38
|
|
161
|
+
|
|
162
|
+
## [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)
|
|
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.36 to 0.0.3-next.37
|
|
175
|
+
|
|
176
|
+
## [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)
|
|
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.35 to 0.0.3-next.36
|
|
189
|
+
|
|
190
|
+
## [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)
|
|
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.34 to 0.0.3-next.35
|
|
203
|
+
|
|
204
|
+
## [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)
|
|
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.33 to 0.0.3-next.34
|
|
217
|
+
|
|
218
|
+
## [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)
|
|
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.32 to 0.0.3-next.33
|
|
231
|
+
|
|
232
|
+
## [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)
|
|
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.31 to 0.0.3-next.32
|
|
245
|
+
|
|
246
|
+
## [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)
|
|
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.30 to 0.0.3-next.31
|
|
259
|
+
|
|
260
|
+
## [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)
|
|
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.29 to 0.0.3-next.30
|
|
273
|
+
|
|
274
|
+
## [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)
|
|
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.28 to 0.0.3-next.29
|
|
287
|
+
|
|
288
|
+
## [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)
|
|
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.27 to 0.0.3-next.28
|
|
301
|
+
|
|
302
|
+
## [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)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Miscellaneous Chores
|
|
306
|
+
|
|
307
|
+
* **nameof:** Synchronize repo versions
|
|
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.26 to 0.0.3-next.27
|
|
315
|
+
|
|
316
|
+
## [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)
|
|
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.25 to 0.0.3-next.26
|
|
329
|
+
|
|
330
|
+
## [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)
|
|
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.24 to 0.0.3-next.25
|
|
343
|
+
|
|
344
|
+
## [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)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Dependencies
|
|
353
|
+
|
|
354
|
+
* The following workspace dependencies were updated
|
|
355
|
+
* devDependencies
|
|
356
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
357
|
+
|
|
358
|
+
## [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)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Miscellaneous Chores
|
|
362
|
+
|
|
363
|
+
* **nameof:** Synchronize repo versions
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Dependencies
|
|
367
|
+
|
|
368
|
+
* The following workspace dependencies were updated
|
|
369
|
+
* devDependencies
|
|
370
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
371
|
+
|
|
372
|
+
## [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)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Miscellaneous Chores
|
|
376
|
+
|
|
377
|
+
* **nameof:** Synchronize repo versions
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Dependencies
|
|
381
|
+
|
|
382
|
+
* The following workspace dependencies were updated
|
|
383
|
+
* devDependencies
|
|
384
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
385
|
+
|
|
386
|
+
## [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)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Features
|
|
390
|
+
|
|
391
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
392
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
393
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
394
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
395
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
396
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
397
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
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.20 to 0.0.3-next.21
|
|
410
|
+
|
|
411
|
+
## [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)
|
|
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.19 to 0.0.3-next.20
|
|
424
|
+
|
|
425
|
+
## [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)
|
|
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.18 to 0.0.3-next.19
|
|
438
|
+
|
|
439
|
+
## [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)
|
|
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.17 to 0.0.3-next.18
|
|
452
|
+
|
|
453
|
+
## [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)
|
|
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.16 to 0.0.3-next.17
|
|
466
|
+
|
|
467
|
+
## [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)
|
|
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.15 to 0.0.3-next.16
|
|
480
|
+
|
|
481
|
+
## [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)
|
|
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.14 to 0.0.3-next.15
|
|
494
|
+
|
|
495
|
+
## [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)
|
|
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.13 to 0.0.3-next.14
|
|
508
|
+
|
|
509
|
+
## [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)
|
|
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.12 to 0.0.3-next.13
|
|
522
|
+
|
|
523
|
+
## [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)
|
|
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.11 to 0.0.3-next.12
|
|
536
|
+
|
|
537
|
+
## [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)
|
|
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.10 to 0.0.3-next.11
|
|
550
|
+
|
|
551
|
+
## [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)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Miscellaneous Chores
|
|
555
|
+
|
|
556
|
+
* **nameof:** Synchronize repo versions
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Dependencies
|
|
560
|
+
|
|
561
|
+
* The following workspace dependencies were updated
|
|
562
|
+
* devDependencies
|
|
563
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
564
|
+
|
|
565
|
+
## [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)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Miscellaneous Chores
|
|
569
|
+
|
|
570
|
+
* **nameof:** Synchronize repo versions
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Dependencies
|
|
574
|
+
|
|
575
|
+
* The following workspace dependencies were updated
|
|
576
|
+
* devDependencies
|
|
577
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
578
|
+
|
|
579
|
+
## [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)
|
|
4
580
|
|
|
5
581
|
|
|
6
582
|
### Miscellaneous Chores
|
|
@@ -14,23 +590,23 @@
|
|
|
14
590
|
* devDependencies
|
|
15
591
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
592
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
593
|
+
## [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)
|
|
18
594
|
|
|
19
595
|
|
|
20
596
|
### Features
|
|
21
597
|
|
|
22
|
-
* add context id features ([#206](https://github.com/
|
|
23
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
24
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
25
|
-
* locales validation ([#197](https://github.com/
|
|
26
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
27
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
28
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
598
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
599
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
600
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
601
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
602
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
603
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
604
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
29
605
|
|
|
30
606
|
|
|
31
607
|
### Bug Fixes
|
|
32
608
|
|
|
33
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
609
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
34
610
|
|
|
35
611
|
|
|
36
612
|
### Dependencies
|
|
@@ -39,7 +615,7 @@
|
|
|
39
615
|
* devDependencies
|
|
40
616
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
41
617
|
|
|
42
|
-
## [0.0.3-next.6](https://github.com/
|
|
618
|
+
## [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)
|
|
43
619
|
|
|
44
620
|
|
|
45
621
|
### Miscellaneous Chores
|
|
@@ -53,7 +629,7 @@
|
|
|
53
629
|
* devDependencies
|
|
54
630
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
55
631
|
|
|
56
|
-
## [0.0.3-next.5](https://github.com/
|
|
632
|
+
## [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)
|
|
57
633
|
|
|
58
634
|
|
|
59
635
|
### Miscellaneous Chores
|
|
@@ -67,7 +643,7 @@
|
|
|
67
643
|
* devDependencies
|
|
68
644
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
69
645
|
|
|
70
|
-
## [0.0.3-next.4](https://github.com/
|
|
646
|
+
## [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)
|
|
71
647
|
|
|
72
648
|
|
|
73
649
|
### Miscellaneous Chores
|
|
@@ -81,7 +657,7 @@
|
|
|
81
657
|
* devDependencies
|
|
82
658
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
83
659
|
|
|
84
|
-
## [0.0.3-next.3](https://github.com/
|
|
660
|
+
## [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)
|
|
85
661
|
|
|
86
662
|
|
|
87
663
|
### Miscellaneous Chores
|
|
@@ -95,7 +671,7 @@
|
|
|
95
671
|
* devDependencies
|
|
96
672
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
97
673
|
|
|
98
|
-
## [0.0.3-next.2](https://github.com/
|
|
674
|
+
## [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)
|
|
99
675
|
|
|
100
676
|
|
|
101
677
|
### Miscellaneous Chores
|
|
@@ -109,23 +685,23 @@
|
|
|
109
685
|
* devDependencies
|
|
110
686
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
111
687
|
|
|
112
|
-
## [0.0.3-next.1](https://github.com/
|
|
688
|
+
## [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)
|
|
113
689
|
|
|
114
690
|
|
|
115
691
|
### Features
|
|
116
692
|
|
|
117
|
-
* add context id features ([#206](https://github.com/
|
|
118
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
119
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
120
|
-
* locales validation ([#197](https://github.com/
|
|
121
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
122
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
123
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
693
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
694
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
695
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
696
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
697
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
698
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
699
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
124
700
|
|
|
125
701
|
|
|
126
702
|
### Bug Fixes
|
|
127
703
|
|
|
128
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
704
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
129
705
|
|
|
130
706
|
|
|
131
707
|
### Dependencies
|
|
@@ -134,7 +710,7 @@
|
|
|
134
710
|
* devDependencies
|
|
135
711
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
136
712
|
|
|
137
|
-
## [0.0.2-next.22](https://github.com/
|
|
713
|
+
## [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)
|
|
138
714
|
|
|
139
715
|
|
|
140
716
|
### Miscellaneous Chores
|
|
@@ -148,12 +724,12 @@
|
|
|
148
724
|
* devDependencies
|
|
149
725
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
150
726
|
|
|
151
|
-
## [0.0.2-next.21](https://github.com/
|
|
727
|
+
## [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)
|
|
152
728
|
|
|
153
729
|
|
|
154
730
|
### Features
|
|
155
731
|
|
|
156
|
-
* locales validation ([#197](https://github.com/
|
|
732
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
157
733
|
|
|
158
734
|
|
|
159
735
|
### Dependencies
|
|
@@ -162,7 +738,7 @@
|
|
|
162
738
|
* devDependencies
|
|
163
739
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
164
740
|
|
|
165
|
-
## [0.0.2-next.20](https://github.com/
|
|
741
|
+
## [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)
|
|
166
742
|
|
|
167
743
|
|
|
168
744
|
### Miscellaneous Chores
|
|
@@ -176,7 +752,7 @@
|
|
|
176
752
|
* devDependencies
|
|
177
753
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
178
754
|
|
|
179
|
-
## [0.0.2-next.19](https://github.com/
|
|
755
|
+
## [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)
|
|
180
756
|
|
|
181
757
|
|
|
182
758
|
### Miscellaneous Chores
|
|
@@ -190,7 +766,7 @@
|
|
|
190
766
|
* devDependencies
|
|
191
767
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
192
768
|
|
|
193
|
-
## [0.0.2-next.18](https://github.com/
|
|
769
|
+
## [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)
|
|
194
770
|
|
|
195
771
|
|
|
196
772
|
### Miscellaneous Chores
|
|
@@ -204,12 +780,12 @@
|
|
|
204
780
|
* devDependencies
|
|
205
781
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
206
782
|
|
|
207
|
-
## [0.0.2-next.17](https://github.com/
|
|
783
|
+
## [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)
|
|
208
784
|
|
|
209
785
|
|
|
210
786
|
### Features
|
|
211
787
|
|
|
212
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
788
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
213
789
|
|
|
214
790
|
|
|
215
791
|
### Dependencies
|
|
@@ -218,7 +794,7 @@
|
|
|
218
794
|
* devDependencies
|
|
219
795
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
220
796
|
|
|
221
|
-
## [0.0.2-next.16](https://github.com/
|
|
797
|
+
## [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)
|
|
222
798
|
|
|
223
799
|
|
|
224
800
|
### Miscellaneous Chores
|
|
@@ -232,7 +808,7 @@
|
|
|
232
808
|
* devDependencies
|
|
233
809
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
234
810
|
|
|
235
|
-
## [0.0.2-next.15](https://github.com/
|
|
811
|
+
## [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)
|
|
236
812
|
|
|
237
813
|
|
|
238
814
|
### Miscellaneous Chores
|
|
@@ -246,7 +822,7 @@
|
|
|
246
822
|
* devDependencies
|
|
247
823
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
248
824
|
|
|
249
|
-
## [0.0.2-next.14](https://github.com/
|
|
825
|
+
## [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)
|
|
250
826
|
|
|
251
827
|
|
|
252
828
|
### Miscellaneous Chores
|
|
@@ -260,7 +836,7 @@
|
|
|
260
836
|
* devDependencies
|
|
261
837
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
262
838
|
|
|
263
|
-
## [0.0.2-next.13](https://github.com/
|
|
839
|
+
## [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)
|
|
264
840
|
|
|
265
841
|
|
|
266
842
|
### Miscellaneous Chores
|
|
@@ -274,7 +850,7 @@
|
|
|
274
850
|
* devDependencies
|
|
275
851
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
276
852
|
|
|
277
|
-
## [0.0.2-next.12](https://github.com/
|
|
853
|
+
## [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)
|
|
278
854
|
|
|
279
855
|
|
|
280
856
|
### Miscellaneous Chores
|
|
@@ -288,7 +864,7 @@
|
|
|
288
864
|
* devDependencies
|
|
289
865
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
290
866
|
|
|
291
|
-
## [0.0.2-next.11](https://github.com/
|
|
867
|
+
## [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)
|
|
292
868
|
|
|
293
869
|
|
|
294
870
|
### Miscellaneous Chores
|
|
@@ -302,7 +878,7 @@
|
|
|
302
878
|
* devDependencies
|
|
303
879
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
304
880
|
|
|
305
|
-
## [0.0.2-next.10](https://github.com/
|
|
881
|
+
## [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)
|
|
306
882
|
|
|
307
883
|
|
|
308
884
|
### Miscellaneous Chores
|
|
@@ -316,7 +892,7 @@
|
|
|
316
892
|
* devDependencies
|
|
317
893
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
318
894
|
|
|
319
|
-
## [0.0.2-next.9](https://github.com/
|
|
895
|
+
## [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)
|
|
320
896
|
|
|
321
897
|
|
|
322
898
|
### Miscellaneous Chores
|
|
@@ -330,7 +906,7 @@
|
|
|
330
906
|
* devDependencies
|
|
331
907
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
332
908
|
|
|
333
|
-
## [0.0.2-next.8](https://github.com/
|
|
909
|
+
## [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)
|
|
334
910
|
|
|
335
911
|
|
|
336
912
|
### Miscellaneous Chores
|
|
@@ -344,12 +920,12 @@
|
|
|
344
920
|
* devDependencies
|
|
345
921
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
346
922
|
|
|
347
|
-
## [0.0.2-next.7](https://github.com/
|
|
923
|
+
## [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)
|
|
348
924
|
|
|
349
925
|
|
|
350
926
|
### Features
|
|
351
927
|
|
|
352
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
928
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
353
929
|
|
|
354
930
|
|
|
355
931
|
### Dependencies
|
|
@@ -358,7 +934,7 @@
|
|
|
358
934
|
* devDependencies
|
|
359
935
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
360
936
|
|
|
361
|
-
## [0.0.2-next.6](https://github.com/
|
|
937
|
+
## [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)
|
|
362
938
|
|
|
363
939
|
|
|
364
940
|
### Miscellaneous Chores
|
|
@@ -372,12 +948,12 @@
|
|
|
372
948
|
* devDependencies
|
|
373
949
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
374
950
|
|
|
375
|
-
## [0.0.2-next.5](https://github.com/
|
|
951
|
+
## [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)
|
|
376
952
|
|
|
377
953
|
|
|
378
954
|
### Features
|
|
379
955
|
|
|
380
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
956
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
381
957
|
|
|
382
958
|
|
|
383
959
|
### Dependencies
|
|
@@ -386,7 +962,7 @@
|
|
|
386
962
|
* devDependencies
|
|
387
963
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
388
964
|
|
|
389
|
-
## [0.0.2-next.4](https://github.com/
|
|
965
|
+
## [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)
|
|
390
966
|
|
|
391
967
|
|
|
392
968
|
### Miscellaneous Chores
|
|
@@ -400,18 +976,18 @@
|
|
|
400
976
|
* devDependencies
|
|
401
977
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
402
978
|
|
|
403
|
-
## [0.0.2-next.3](https://github.com/
|
|
979
|
+
## [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)
|
|
404
980
|
|
|
405
981
|
|
|
406
982
|
### Features
|
|
407
983
|
|
|
408
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
409
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
984
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
985
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
410
986
|
|
|
411
987
|
|
|
412
988
|
### Bug Fixes
|
|
413
989
|
|
|
414
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
990
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
415
991
|
|
|
416
992
|
|
|
417
993
|
### Dependencies
|
|
@@ -420,18 +996,18 @@
|
|
|
420
996
|
* devDependencies
|
|
421
997
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
422
998
|
|
|
423
|
-
## [0.0.2-next.2](https://github.com/
|
|
999
|
+
## [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)
|
|
424
1000
|
|
|
425
1001
|
|
|
426
1002
|
### Features
|
|
427
1003
|
|
|
428
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
429
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1004
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1005
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
430
1006
|
|
|
431
1007
|
|
|
432
1008
|
### Bug Fixes
|
|
433
1009
|
|
|
434
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1010
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
435
1011
|
|
|
436
1012
|
|
|
437
1013
|
### Dependencies
|
|
@@ -440,18 +1016,18 @@
|
|
|
440
1016
|
* devDependencies
|
|
441
1017
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
442
1018
|
|
|
443
|
-
## [0.0.2-next.1](https://github.com/
|
|
1019
|
+
## [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)
|
|
444
1020
|
|
|
445
1021
|
|
|
446
1022
|
### Features
|
|
447
1023
|
|
|
448
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
449
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1024
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1025
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
450
1026
|
|
|
451
1027
|
|
|
452
1028
|
### Bug Fixes
|
|
453
1029
|
|
|
454
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1030
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
455
1031
|
|
|
456
1032
|
|
|
457
1033
|
### Dependencies
|
|
@@ -465,8 +1041,8 @@
|
|
|
465
1041
|
|
|
466
1042
|
### Features
|
|
467
1043
|
|
|
468
|
-
* release to production ([829d53d](https://github.com/
|
|
469
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1044
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1045
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
470
1046
|
|
|
471
1047
|
|
|
472
1048
|
### Dependencies
|
|
@@ -475,17 +1051,17 @@
|
|
|
475
1051
|
* devDependencies
|
|
476
1052
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
477
1053
|
|
|
478
|
-
## [0.0.1-next.70](https://github.com/
|
|
1054
|
+
## [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)
|
|
479
1055
|
|
|
480
1056
|
|
|
481
1057
|
### Features
|
|
482
1058
|
|
|
483
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1059
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
484
1060
|
|
|
485
1061
|
|
|
486
1062
|
### Bug Fixes
|
|
487
1063
|
|
|
488
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1064
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
489
1065
|
|
|
490
1066
|
|
|
491
1067
|
### Dependencies
|
|
@@ -494,17 +1070,17 @@
|
|
|
494
1070
|
* devDependencies
|
|
495
1071
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
496
1072
|
|
|
497
|
-
## [0.0.1-next.69](https://github.com/
|
|
1073
|
+
## [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)
|
|
498
1074
|
|
|
499
1075
|
|
|
500
1076
|
### Features
|
|
501
1077
|
|
|
502
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1078
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
503
1079
|
|
|
504
1080
|
|
|
505
1081
|
### Bug Fixes
|
|
506
1082
|
|
|
507
|
-
* repo urls in package.json for moved packages ([31ae463](https://github.com/
|
|
1083
|
+
* repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
|
|
508
1084
|
|
|
509
1085
|
|
|
510
1086
|
### Dependencies
|
|
@@ -513,12 +1089,12 @@
|
|
|
513
1089
|
* devDependencies
|
|
514
1090
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
515
1091
|
|
|
516
|
-
## [0.0.1-next.68](https://github.com/
|
|
1092
|
+
## [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)
|
|
517
1093
|
|
|
518
1094
|
|
|
519
1095
|
### Features
|
|
520
1096
|
|
|
521
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1097
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
522
1098
|
|
|
523
1099
|
|
|
524
1100
|
### Dependencies
|
|
@@ -527,7 +1103,7 @@
|
|
|
527
1103
|
* devDependencies
|
|
528
1104
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
529
1105
|
|
|
530
|
-
## [0.0.1-next.28](https://github.com/
|
|
1106
|
+
## [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)
|
|
531
1107
|
|
|
532
1108
|
|
|
533
1109
|
### Miscellaneous Chores
|
|
@@ -541,7 +1117,7 @@
|
|
|
541
1117
|
* devDependencies
|
|
542
1118
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
543
1119
|
|
|
544
|
-
## [0.0.1-next.27](https://github.com/
|
|
1120
|
+
## [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)
|
|
545
1121
|
|
|
546
1122
|
|
|
547
1123
|
### Miscellaneous Chores
|
|
@@ -555,7 +1131,7 @@
|
|
|
555
1131
|
* devDependencies
|
|
556
1132
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
557
1133
|
|
|
558
|
-
## [0.0.1-next.26](https://github.com/
|
|
1134
|
+
## [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)
|
|
559
1135
|
|
|
560
1136
|
|
|
561
1137
|
### Miscellaneous Chores
|
|
@@ -569,12 +1145,12 @@
|
|
|
569
1145
|
* devDependencies
|
|
570
1146
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.25 to 0.0.1-next.26
|
|
571
1147
|
|
|
572
|
-
## [0.0.1-next.25](https://github.com/
|
|
1148
|
+
## [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)
|
|
573
1149
|
|
|
574
1150
|
|
|
575
1151
|
### Features
|
|
576
1152
|
|
|
577
|
-
* add ts-to-schema overrides ([3c54504](https://github.com/
|
|
1153
|
+
* add ts-to-schema overrides ([3c54504](https://github.com/iotaledger/twin-tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
|
|
578
1154
|
|
|
579
1155
|
|
|
580
1156
|
### Dependencies
|
|
@@ -583,7 +1159,7 @@
|
|
|
583
1159
|
* devDependencies
|
|
584
1160
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.24 to 0.0.1-next.25
|
|
585
1161
|
|
|
586
|
-
## [0.0.1-next.24](https://github.com/
|
|
1162
|
+
## [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)
|
|
587
1163
|
|
|
588
1164
|
|
|
589
1165
|
### Miscellaneous Chores
|
|
@@ -597,7 +1173,7 @@
|
|
|
597
1173
|
* devDependencies
|
|
598
1174
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.23 to 0.0.1-next.24
|
|
599
1175
|
|
|
600
|
-
## [0.0.1-next.23](https://github.com/
|
|
1176
|
+
## [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)
|
|
601
1177
|
|
|
602
1178
|
|
|
603
1179
|
### Miscellaneous Chores
|
|
@@ -611,7 +1187,7 @@
|
|
|
611
1187
|
* devDependencies
|
|
612
1188
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
613
1189
|
|
|
614
|
-
## [0.0.1-next.22](https://github.com/
|
|
1190
|
+
## [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)
|
|
615
1191
|
|
|
616
1192
|
|
|
617
1193
|
### Miscellaneous Chores
|
|
@@ -625,12 +1201,12 @@
|
|
|
625
1201
|
* devDependencies
|
|
626
1202
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
|
|
627
1203
|
|
|
628
|
-
## [0.0.1-next.21](https://github.com/
|
|
1204
|
+
## [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)
|
|
629
1205
|
|
|
630
1206
|
|
|
631
1207
|
### Features
|
|
632
1208
|
|
|
633
|
-
* use shared store mechanism ([#31](https://github.com/
|
|
1209
|
+
* use shared store mechanism ([#31](https://github.com/iotaledger/twin-tools/issues/31)) ([d9fe68b](https://github.com/iotaledger/twin-tools/commit/d9fe68b903d1268c7cb3c64772df5cb78fd63667))
|
|
634
1210
|
|
|
635
1211
|
|
|
636
1212
|
### Dependencies
|
|
@@ -639,7 +1215,7 @@
|
|
|
639
1215
|
* devDependencies
|
|
640
1216
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
|
|
641
1217
|
|
|
642
|
-
## [0.0.1-next.20](https://github.com/
|
|
1218
|
+
## [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)
|
|
643
1219
|
|
|
644
1220
|
|
|
645
1221
|
### Miscellaneous Chores
|
|
@@ -653,7 +1229,7 @@
|
|
|
653
1229
|
* devDependencies
|
|
654
1230
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
655
1231
|
|
|
656
|
-
## [0.0.1-next.19](https://github.com/
|
|
1232
|
+
## [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)
|
|
657
1233
|
|
|
658
1234
|
|
|
659
1235
|
### Miscellaneous Chores
|
package/docs/examples.md
CHANGED
|
@@ -1,74 +1,60 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Nameof Examples
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Use these snippets for strongly typed name extraction patterns that remain safe during refactors.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
We have many places in our code where we want to use the name of the class, we could do the following.
|
|
5
|
+
## `nameof`
|
|
8
6
|
|
|
9
7
|
```typescript
|
|
10
|
-
|
|
11
|
-
public static className(): string {
|
|
12
|
-
return 'MyClass';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
console.log(MyClass.className()); // Outputs "MyClass"
|
|
16
|
-
```
|
|
8
|
+
import { nameof } from '@twin.org/nameof';
|
|
17
9
|
|
|
18
|
-
|
|
10
|
+
class AccountState {
|
|
11
|
+
public id!: string;
|
|
12
|
+
}
|
|
19
13
|
|
|
20
|
-
|
|
14
|
+
nameof<AccountState>(); // 'AccountState'
|
|
15
|
+
```
|
|
21
16
|
|
|
22
17
|
```typescript
|
|
23
18
|
import { nameof } from '@twin.org/nameof';
|
|
24
19
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
interface Profile {
|
|
21
|
+
displayName: string;
|
|
22
|
+
stats?: {
|
|
23
|
+
loginCount: number;
|
|
24
|
+
};
|
|
29
25
|
}
|
|
30
|
-
console.log(MyClass.className()); // Outputs "MyClass"
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
Now if we rename `MyClass` without updating the references in the `nameof` call we will get a compiler error, code auto refactoring would actually perform the rename for us.
|
|
34
26
|
|
|
35
|
-
|
|
27
|
+
const profile: Profile = {
|
|
28
|
+
displayName: 'Ari',
|
|
29
|
+
stats: {
|
|
30
|
+
loginCount: 12
|
|
31
|
+
}
|
|
32
|
+
};
|
|
36
33
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
static public className(): string {
|
|
40
|
-
return "MyClass";
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
console.log(MyClass.className()); // Outputs "MyClass"
|
|
34
|
+
nameof(profile.displayName); // 'displayName'
|
|
35
|
+
nameof(profile.stats?.loginCount); // 'stats.loginCount'
|
|
44
36
|
```
|
|
45
37
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## `nameof(propName)`
|
|
49
|
-
|
|
50
|
-
The `nameof(propName)` transform behaves in much the same way as `nameof<T>`, but instead works on properties passed to it.
|
|
38
|
+
## `nameofKebabCase`
|
|
51
39
|
|
|
52
40
|
```typescript
|
|
53
|
-
import {
|
|
41
|
+
import { nameofKebabCase } from '@twin.org/nameof';
|
|
54
42
|
|
|
55
|
-
|
|
56
|
-
public
|
|
57
|
-
return nameof(aProp);
|
|
58
|
-
}
|
|
43
|
+
class ReportSummary {
|
|
44
|
+
public totalCount!: number;
|
|
59
45
|
}
|
|
60
|
-
|
|
46
|
+
|
|
47
|
+
nameofKebabCase<ReportSummary>(); // 'report-summary'
|
|
61
48
|
```
|
|
62
49
|
|
|
63
|
-
|
|
50
|
+
## `nameofCamelCase`
|
|
64
51
|
|
|
65
52
|
```typescript
|
|
66
|
-
import {
|
|
53
|
+
import { nameofCamelCase } from '@twin.org/nameof';
|
|
67
54
|
|
|
68
|
-
|
|
69
|
-
public
|
|
70
|
-
return nameof(aProp?.inner);
|
|
71
|
-
}
|
|
55
|
+
class UserProfileRecord {
|
|
56
|
+
public profileImageUrl!: string;
|
|
72
57
|
}
|
|
73
|
-
|
|
58
|
+
|
|
59
|
+
nameofCamelCase<UserProfileRecord>(); // 'userProfileRecord'
|
|
74
60
|
```
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/nameof",
|
|
3
|
-
"version": "0.0.3
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "The definitions for the methods which are processed by the nameof-transformer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/framework.git",
|
|
8
8
|
"directory": "packages/nameof"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"blockchain"
|
|
37
37
|
],
|
|
38
38
|
"bugs": {
|
|
39
|
-
"url": "git+https://github.com/
|
|
39
|
+
"url": "git+https://github.com/iotaledger/framework/issues"
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://twindev.org"
|
|
42
42
|
}
|