@twin.org/nameof 0.0.3-next.9 → 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 +645 -83
- 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,568 @@
|
|
|
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)
|
|
4
566
|
|
|
5
567
|
|
|
6
568
|
### Miscellaneous Chores
|
|
@@ -14,7 +576,7 @@
|
|
|
14
576
|
* devDependencies
|
|
15
577
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
578
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
18
580
|
|
|
19
581
|
|
|
20
582
|
### Miscellaneous Chores
|
|
@@ -28,23 +590,23 @@
|
|
|
28
590
|
* devDependencies
|
|
29
591
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
592
|
|
|
31
|
-
## [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)
|
|
32
594
|
|
|
33
595
|
|
|
34
596
|
### Features
|
|
35
597
|
|
|
36
|
-
* add context id features ([#206](https://github.com/
|
|
37
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
38
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
39
|
-
* locales validation ([#197](https://github.com/
|
|
40
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
41
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
42
|
-
* 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))
|
|
43
605
|
|
|
44
606
|
|
|
45
607
|
### Bug Fixes
|
|
46
608
|
|
|
47
|
-
* 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))
|
|
48
610
|
|
|
49
611
|
|
|
50
612
|
### Dependencies
|
|
@@ -53,7 +615,7 @@
|
|
|
53
615
|
* devDependencies
|
|
54
616
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
55
617
|
|
|
56
|
-
## [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)
|
|
57
619
|
|
|
58
620
|
|
|
59
621
|
### Miscellaneous Chores
|
|
@@ -67,7 +629,7 @@
|
|
|
67
629
|
* devDependencies
|
|
68
630
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
69
631
|
|
|
70
|
-
## [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)
|
|
71
633
|
|
|
72
634
|
|
|
73
635
|
### Miscellaneous Chores
|
|
@@ -81,7 +643,7 @@
|
|
|
81
643
|
* devDependencies
|
|
82
644
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
83
645
|
|
|
84
|
-
## [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)
|
|
85
647
|
|
|
86
648
|
|
|
87
649
|
### Miscellaneous Chores
|
|
@@ -95,7 +657,7 @@
|
|
|
95
657
|
* devDependencies
|
|
96
658
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
97
659
|
|
|
98
|
-
## [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)
|
|
99
661
|
|
|
100
662
|
|
|
101
663
|
### Miscellaneous Chores
|
|
@@ -109,7 +671,7 @@
|
|
|
109
671
|
* devDependencies
|
|
110
672
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
111
673
|
|
|
112
|
-
## [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)
|
|
113
675
|
|
|
114
676
|
|
|
115
677
|
### Miscellaneous Chores
|
|
@@ -123,23 +685,23 @@
|
|
|
123
685
|
* devDependencies
|
|
124
686
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
125
687
|
|
|
126
|
-
## [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)
|
|
127
689
|
|
|
128
690
|
|
|
129
691
|
### Features
|
|
130
692
|
|
|
131
|
-
* add context id features ([#206](https://github.com/
|
|
132
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
133
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
134
|
-
* locales validation ([#197](https://github.com/
|
|
135
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
136
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
137
|
-
* 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))
|
|
138
700
|
|
|
139
701
|
|
|
140
702
|
### Bug Fixes
|
|
141
703
|
|
|
142
|
-
* 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))
|
|
143
705
|
|
|
144
706
|
|
|
145
707
|
### Dependencies
|
|
@@ -148,7 +710,7 @@
|
|
|
148
710
|
* devDependencies
|
|
149
711
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
150
712
|
|
|
151
|
-
## [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)
|
|
152
714
|
|
|
153
715
|
|
|
154
716
|
### Miscellaneous Chores
|
|
@@ -162,12 +724,12 @@
|
|
|
162
724
|
* devDependencies
|
|
163
725
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
164
726
|
|
|
165
|
-
## [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)
|
|
166
728
|
|
|
167
729
|
|
|
168
730
|
### Features
|
|
169
731
|
|
|
170
|
-
* 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))
|
|
171
733
|
|
|
172
734
|
|
|
173
735
|
### Dependencies
|
|
@@ -176,7 +738,7 @@
|
|
|
176
738
|
* devDependencies
|
|
177
739
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
178
740
|
|
|
179
|
-
## [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)
|
|
180
742
|
|
|
181
743
|
|
|
182
744
|
### Miscellaneous Chores
|
|
@@ -190,7 +752,7 @@
|
|
|
190
752
|
* devDependencies
|
|
191
753
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
192
754
|
|
|
193
|
-
## [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)
|
|
194
756
|
|
|
195
757
|
|
|
196
758
|
### Miscellaneous Chores
|
|
@@ -204,7 +766,7 @@
|
|
|
204
766
|
* devDependencies
|
|
205
767
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
206
768
|
|
|
207
|
-
## [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)
|
|
208
770
|
|
|
209
771
|
|
|
210
772
|
### Miscellaneous Chores
|
|
@@ -218,12 +780,12 @@
|
|
|
218
780
|
* devDependencies
|
|
219
781
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
220
782
|
|
|
221
|
-
## [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)
|
|
222
784
|
|
|
223
785
|
|
|
224
786
|
### Features
|
|
225
787
|
|
|
226
|
-
* additional nameof operators ([a5aab60](https://github.com/
|
|
788
|
+
* additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
|
|
227
789
|
|
|
228
790
|
|
|
229
791
|
### Dependencies
|
|
@@ -232,7 +794,7 @@
|
|
|
232
794
|
* devDependencies
|
|
233
795
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
234
796
|
|
|
235
|
-
## [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)
|
|
236
798
|
|
|
237
799
|
|
|
238
800
|
### Miscellaneous Chores
|
|
@@ -246,7 +808,7 @@
|
|
|
246
808
|
* devDependencies
|
|
247
809
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
248
810
|
|
|
249
|
-
## [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)
|
|
250
812
|
|
|
251
813
|
|
|
252
814
|
### Miscellaneous Chores
|
|
@@ -260,7 +822,7 @@
|
|
|
260
822
|
* devDependencies
|
|
261
823
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
262
824
|
|
|
263
|
-
## [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)
|
|
264
826
|
|
|
265
827
|
|
|
266
828
|
### Miscellaneous Chores
|
|
@@ -274,7 +836,7 @@
|
|
|
274
836
|
* devDependencies
|
|
275
837
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
276
838
|
|
|
277
|
-
## [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)
|
|
278
840
|
|
|
279
841
|
|
|
280
842
|
### Miscellaneous Chores
|
|
@@ -288,7 +850,7 @@
|
|
|
288
850
|
* devDependencies
|
|
289
851
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
290
852
|
|
|
291
|
-
## [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)
|
|
292
854
|
|
|
293
855
|
|
|
294
856
|
### Miscellaneous Chores
|
|
@@ -302,7 +864,7 @@
|
|
|
302
864
|
* devDependencies
|
|
303
865
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
304
866
|
|
|
305
|
-
## [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)
|
|
306
868
|
|
|
307
869
|
|
|
308
870
|
### Miscellaneous Chores
|
|
@@ -316,7 +878,7 @@
|
|
|
316
878
|
* devDependencies
|
|
317
879
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
318
880
|
|
|
319
|
-
## [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)
|
|
320
882
|
|
|
321
883
|
|
|
322
884
|
### Miscellaneous Chores
|
|
@@ -330,7 +892,7 @@
|
|
|
330
892
|
* devDependencies
|
|
331
893
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
332
894
|
|
|
333
|
-
## [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)
|
|
334
896
|
|
|
335
897
|
|
|
336
898
|
### Miscellaneous Chores
|
|
@@ -344,7 +906,7 @@
|
|
|
344
906
|
* devDependencies
|
|
345
907
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
346
908
|
|
|
347
|
-
## [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)
|
|
348
910
|
|
|
349
911
|
|
|
350
912
|
### Miscellaneous Chores
|
|
@@ -358,12 +920,12 @@
|
|
|
358
920
|
* devDependencies
|
|
359
921
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
360
922
|
|
|
361
|
-
## [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)
|
|
362
924
|
|
|
363
925
|
|
|
364
926
|
### Features
|
|
365
927
|
|
|
366
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
928
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
367
929
|
|
|
368
930
|
|
|
369
931
|
### Dependencies
|
|
@@ -372,7 +934,7 @@
|
|
|
372
934
|
* devDependencies
|
|
373
935
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
374
936
|
|
|
375
|
-
## [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)
|
|
376
938
|
|
|
377
939
|
|
|
378
940
|
### Miscellaneous Chores
|
|
@@ -386,12 +948,12 @@
|
|
|
386
948
|
* devDependencies
|
|
387
949
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
388
950
|
|
|
389
|
-
## [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)
|
|
390
952
|
|
|
391
953
|
|
|
392
954
|
### Features
|
|
393
955
|
|
|
394
|
-
* 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))
|
|
395
957
|
|
|
396
958
|
|
|
397
959
|
### Dependencies
|
|
@@ -400,7 +962,7 @@
|
|
|
400
962
|
* devDependencies
|
|
401
963
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
402
964
|
|
|
403
|
-
## [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)
|
|
404
966
|
|
|
405
967
|
|
|
406
968
|
### Miscellaneous Chores
|
|
@@ -414,18 +976,18 @@
|
|
|
414
976
|
* devDependencies
|
|
415
977
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
416
978
|
|
|
417
|
-
## [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)
|
|
418
980
|
|
|
419
981
|
|
|
420
982
|
### Features
|
|
421
983
|
|
|
422
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
423
|
-
* 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))
|
|
424
986
|
|
|
425
987
|
|
|
426
988
|
### Bug Fixes
|
|
427
989
|
|
|
428
|
-
* 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))
|
|
429
991
|
|
|
430
992
|
|
|
431
993
|
### Dependencies
|
|
@@ -434,18 +996,18 @@
|
|
|
434
996
|
* devDependencies
|
|
435
997
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
436
998
|
|
|
437
|
-
## [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)
|
|
438
1000
|
|
|
439
1001
|
|
|
440
1002
|
### Features
|
|
441
1003
|
|
|
442
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
443
|
-
* 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))
|
|
444
1006
|
|
|
445
1007
|
|
|
446
1008
|
### Bug Fixes
|
|
447
1009
|
|
|
448
|
-
* 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))
|
|
449
1011
|
|
|
450
1012
|
|
|
451
1013
|
### Dependencies
|
|
@@ -454,18 +1016,18 @@
|
|
|
454
1016
|
* devDependencies
|
|
455
1017
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
456
1018
|
|
|
457
|
-
## [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)
|
|
458
1020
|
|
|
459
1021
|
|
|
460
1022
|
### Features
|
|
461
1023
|
|
|
462
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
463
|
-
* 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))
|
|
464
1026
|
|
|
465
1027
|
|
|
466
1028
|
### Bug Fixes
|
|
467
1029
|
|
|
468
|
-
* 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))
|
|
469
1031
|
|
|
470
1032
|
|
|
471
1033
|
### Dependencies
|
|
@@ -479,8 +1041,8 @@
|
|
|
479
1041
|
|
|
480
1042
|
### Features
|
|
481
1043
|
|
|
482
|
-
* release to production ([829d53d](https://github.com/
|
|
483
|
-
* 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))
|
|
484
1046
|
|
|
485
1047
|
|
|
486
1048
|
### Dependencies
|
|
@@ -489,17 +1051,17 @@
|
|
|
489
1051
|
* devDependencies
|
|
490
1052
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
491
1053
|
|
|
492
|
-
## [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)
|
|
493
1055
|
|
|
494
1056
|
|
|
495
1057
|
### Features
|
|
496
1058
|
|
|
497
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1059
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
498
1060
|
|
|
499
1061
|
|
|
500
1062
|
### Bug Fixes
|
|
501
1063
|
|
|
502
|
-
* 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))
|
|
503
1065
|
|
|
504
1066
|
|
|
505
1067
|
### Dependencies
|
|
@@ -508,17 +1070,17 @@
|
|
|
508
1070
|
* devDependencies
|
|
509
1071
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
510
1072
|
|
|
511
|
-
## [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)
|
|
512
1074
|
|
|
513
1075
|
|
|
514
1076
|
### Features
|
|
515
1077
|
|
|
516
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1078
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
517
1079
|
|
|
518
1080
|
|
|
519
1081
|
### Bug Fixes
|
|
520
1082
|
|
|
521
|
-
* 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))
|
|
522
1084
|
|
|
523
1085
|
|
|
524
1086
|
### Dependencies
|
|
@@ -527,12 +1089,12 @@
|
|
|
527
1089
|
* devDependencies
|
|
528
1090
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
529
1091
|
|
|
530
|
-
## [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)
|
|
531
1093
|
|
|
532
1094
|
|
|
533
1095
|
### Features
|
|
534
1096
|
|
|
535
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1097
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
536
1098
|
|
|
537
1099
|
|
|
538
1100
|
### Dependencies
|
|
@@ -541,7 +1103,7 @@
|
|
|
541
1103
|
* devDependencies
|
|
542
1104
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
543
1105
|
|
|
544
|
-
## [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)
|
|
545
1107
|
|
|
546
1108
|
|
|
547
1109
|
### Miscellaneous Chores
|
|
@@ -555,7 +1117,7 @@
|
|
|
555
1117
|
* devDependencies
|
|
556
1118
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
557
1119
|
|
|
558
|
-
## [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)
|
|
559
1121
|
|
|
560
1122
|
|
|
561
1123
|
### Miscellaneous Chores
|
|
@@ -569,7 +1131,7 @@
|
|
|
569
1131
|
* devDependencies
|
|
570
1132
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
571
1133
|
|
|
572
|
-
## [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)
|
|
573
1135
|
|
|
574
1136
|
|
|
575
1137
|
### Miscellaneous Chores
|
|
@@ -583,12 +1145,12 @@
|
|
|
583
1145
|
* devDependencies
|
|
584
1146
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.25 to 0.0.1-next.26
|
|
585
1147
|
|
|
586
|
-
## [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)
|
|
587
1149
|
|
|
588
1150
|
|
|
589
1151
|
### Features
|
|
590
1152
|
|
|
591
|
-
* add ts-to-schema overrides ([3c54504](https://github.com/
|
|
1153
|
+
* add ts-to-schema overrides ([3c54504](https://github.com/iotaledger/twin-tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
|
|
592
1154
|
|
|
593
1155
|
|
|
594
1156
|
### Dependencies
|
|
@@ -597,7 +1159,7 @@
|
|
|
597
1159
|
* devDependencies
|
|
598
1160
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.24 to 0.0.1-next.25
|
|
599
1161
|
|
|
600
|
-
## [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)
|
|
601
1163
|
|
|
602
1164
|
|
|
603
1165
|
### Miscellaneous Chores
|
|
@@ -611,7 +1173,7 @@
|
|
|
611
1173
|
* devDependencies
|
|
612
1174
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.23 to 0.0.1-next.24
|
|
613
1175
|
|
|
614
|
-
## [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)
|
|
615
1177
|
|
|
616
1178
|
|
|
617
1179
|
### Miscellaneous Chores
|
|
@@ -625,7 +1187,7 @@
|
|
|
625
1187
|
* devDependencies
|
|
626
1188
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
|
|
627
1189
|
|
|
628
|
-
## [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)
|
|
629
1191
|
|
|
630
1192
|
|
|
631
1193
|
### Miscellaneous Chores
|
|
@@ -639,12 +1201,12 @@
|
|
|
639
1201
|
* devDependencies
|
|
640
1202
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
|
|
641
1203
|
|
|
642
|
-
## [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)
|
|
643
1205
|
|
|
644
1206
|
|
|
645
1207
|
### Features
|
|
646
1208
|
|
|
647
|
-
* 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))
|
|
648
1210
|
|
|
649
1211
|
|
|
650
1212
|
### Dependencies
|
|
@@ -653,7 +1215,7 @@
|
|
|
653
1215
|
* devDependencies
|
|
654
1216
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
|
|
655
1217
|
|
|
656
|
-
## [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)
|
|
657
1219
|
|
|
658
1220
|
|
|
659
1221
|
### Miscellaneous Chores
|
|
@@ -667,7 +1229,7 @@
|
|
|
667
1229
|
* devDependencies
|
|
668
1230
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
669
1231
|
|
|
670
|
-
## [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)
|
|
671
1233
|
|
|
672
1234
|
|
|
673
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
|
}
|