@twin.org/validate-locales 0.0.3-next.4 → 0.0.3-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/es/cli.js +1 -1
- package/dist/es/cli.js.map +1 -1
- package/dist/es/commands/validateLocales.js +108 -16
- package/dist/es/commands/validateLocales.js.map +1 -1
- package/dist/locales/en.json +5 -2
- package/docs/changelog.md +771 -14
- package/docs/reference/classes/CLI.md +66 -2
- package/docs/usage.md +35 -0
- package/package.json +11 -11
- package/docs/examples.md +0 -15
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,763 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.40...validate-locales-v0.0.3-next.41) (2026-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **validate-locales:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/cli-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
21
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
22
|
+
|
|
23
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.39...validate-locales-v0.0.3-next.40) (2026-05-13)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Miscellaneous Chores
|
|
27
|
+
|
|
28
|
+
* **validate-locales:** Synchronize repo versions
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* dependencies
|
|
35
|
+
* @twin.org/cli-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
36
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
37
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
39
|
+
* devDependencies
|
|
40
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
41
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
42
|
+
|
|
43
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.38...validate-locales-v0.0.3-next.39) (2026-05-13)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Miscellaneous Chores
|
|
47
|
+
|
|
48
|
+
* **validate-locales:** Synchronize repo versions
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* The following workspace dependencies were updated
|
|
54
|
+
* dependencies
|
|
55
|
+
* @twin.org/cli-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
56
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
57
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
58
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
59
|
+
* devDependencies
|
|
60
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
61
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
62
|
+
|
|
63
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.37...validate-locales-v0.0.3-next.38) (2026-05-11)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
* The following workspace dependencies were updated
|
|
74
|
+
* dependencies
|
|
75
|
+
* @twin.org/cli-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
76
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
77
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
78
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
79
|
+
* devDependencies
|
|
80
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
81
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.36...validate-locales-v0.0.3-next.37) (2026-05-07)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* support templated strings in health check source ([14b8d1c](https://github.com/iotaledger/twin-framework/commit/14b8d1cefa8b63153b6c2833b8f487509a128b10))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/cli-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
96
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
97
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
98
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
99
|
+
* devDependencies
|
|
100
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
101
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
102
|
+
|
|
103
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.35...validate-locales-v0.0.3-next.36) (2026-05-07)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* **validate-locales:** Synchronize repo versions
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @twin.org/cli-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
116
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
117
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
118
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
119
|
+
* devDependencies
|
|
120
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
121
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
122
|
+
|
|
123
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.34...validate-locales-v0.0.3-next.35) (2026-05-06)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* add support for health i18n validation ([7a286dd](https://github.com/iotaledger/twin-framework/commit/7a286ddb0c1bfa498bf3a77126cd589042bad6de))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Dependencies
|
|
132
|
+
|
|
133
|
+
* The following workspace dependencies were updated
|
|
134
|
+
* dependencies
|
|
135
|
+
* @twin.org/cli-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
136
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
137
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
138
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
139
|
+
* devDependencies
|
|
140
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
141
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.33...validate-locales-v0.0.3-next.34) (2026-05-06)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* **validate-locales:** Synchronize repo versions
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Dependencies
|
|
152
|
+
|
|
153
|
+
* The following workspace dependencies were updated
|
|
154
|
+
* dependencies
|
|
155
|
+
* @twin.org/cli-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
156
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
157
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
158
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
159
|
+
* devDependencies
|
|
160
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
161
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.32...validate-locales-v0.0.3-next.33) (2026-05-05)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Miscellaneous Chores
|
|
167
|
+
|
|
168
|
+
* **validate-locales:** Synchronize repo versions
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/cli-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
176
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
177
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
178
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
179
|
+
* devDependencies
|
|
180
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
181
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
182
|
+
|
|
183
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.31...validate-locales-v0.0.3-next.32) (2026-04-30)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Miscellaneous Chores
|
|
187
|
+
|
|
188
|
+
* **validate-locales:** Synchronize repo versions
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @twin.org/cli-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
196
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
197
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
198
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
199
|
+
* devDependencies
|
|
200
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
201
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
202
|
+
|
|
203
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.30...validate-locales-v0.0.3-next.31) (2026-04-14)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Miscellaneous Chores
|
|
207
|
+
|
|
208
|
+
* **validate-locales:** Synchronize repo versions
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Dependencies
|
|
212
|
+
|
|
213
|
+
* The following workspace dependencies were updated
|
|
214
|
+
* dependencies
|
|
215
|
+
* @twin.org/cli-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
216
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
217
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
218
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
219
|
+
* devDependencies
|
|
220
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
221
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
222
|
+
|
|
223
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.29...validate-locales-v0.0.3-next.30) (2026-04-14)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* additional error types in validate locales ([d0e87d6](https://github.com/iotaledger/twin-framework/commit/d0e87d6d9430e91417636d30dd4865fa6a31d825))
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Dependencies
|
|
232
|
+
|
|
233
|
+
* The following workspace dependencies were updated
|
|
234
|
+
* dependencies
|
|
235
|
+
* @twin.org/cli-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
236
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
237
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
238
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
241
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
242
|
+
|
|
243
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.28...validate-locales-v0.0.3-next.29) (2026-04-14)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **validate-locales:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/cli-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
256
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
257
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
258
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
259
|
+
* devDependencies
|
|
260
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
261
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
262
|
+
|
|
263
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.27...validate-locales-v0.0.3-next.28) (2026-03-27)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Miscellaneous Chores
|
|
267
|
+
|
|
268
|
+
* **validate-locales:** Synchronize repo versions
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @twin.org/cli-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
276
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
277
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
278
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
279
|
+
* devDependencies
|
|
280
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
281
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
282
|
+
|
|
283
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.26...validate-locales-v0.0.3-next.27) (2026-03-27)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Miscellaneous Chores
|
|
287
|
+
|
|
288
|
+
* **validate-locales:** Synchronize repo versions
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/cli-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
296
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
297
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
298
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
299
|
+
* devDependencies
|
|
300
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
301
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
302
|
+
|
|
303
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.25...validate-locales-v0.0.3-next.26) (2026-03-24)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Miscellaneous Chores
|
|
307
|
+
|
|
308
|
+
* **validate-locales:** Synchronize repo versions
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/cli-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
316
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
317
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
318
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
319
|
+
* devDependencies
|
|
320
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
321
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
322
|
+
|
|
323
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.24...validate-locales-v0.0.3-next.25) (2026-03-23)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Miscellaneous Chores
|
|
327
|
+
|
|
328
|
+
* **validate-locales:** Synchronize repo versions
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/cli-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
336
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
337
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
338
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
339
|
+
* devDependencies
|
|
340
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
341
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
342
|
+
|
|
343
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.23...validate-locales-v0.0.3-next.24) (2026-03-19)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Bug Fixes
|
|
347
|
+
|
|
348
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Dependencies
|
|
352
|
+
|
|
353
|
+
* The following workspace dependencies were updated
|
|
354
|
+
* dependencies
|
|
355
|
+
* @twin.org/cli-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
356
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
357
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
358
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
362
|
+
|
|
363
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.22...validate-locales-v0.0.3-next.23) (2026-03-17)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Miscellaneous Chores
|
|
367
|
+
|
|
368
|
+
* **validate-locales:** Synchronize repo versions
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Dependencies
|
|
372
|
+
|
|
373
|
+
* The following workspace dependencies were updated
|
|
374
|
+
* dependencies
|
|
375
|
+
* @twin.org/cli-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
376
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
377
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
378
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
379
|
+
* devDependencies
|
|
380
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
381
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.21...validate-locales-v0.0.3-next.22) (2026-02-26)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **validate-locales:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* dependencies
|
|
395
|
+
* @twin.org/cli-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
396
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
397
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
398
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
399
|
+
* devDependencies
|
|
400
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
401
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
402
|
+
|
|
403
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.20...validate-locales-v0.0.3-next.21) (2026-02-26)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Features
|
|
407
|
+
|
|
408
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
409
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
410
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
411
|
+
* support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
417
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Dependencies
|
|
421
|
+
|
|
422
|
+
* The following workspace dependencies were updated
|
|
423
|
+
* dependencies
|
|
424
|
+
* @twin.org/cli-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
425
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
426
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
427
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
428
|
+
* devDependencies
|
|
429
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
430
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
431
|
+
|
|
432
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.19...validate-locales-v0.0.3-next.20) (2026-02-26)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Miscellaneous Chores
|
|
436
|
+
|
|
437
|
+
* **validate-locales:** Synchronize repo versions
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Dependencies
|
|
441
|
+
|
|
442
|
+
* The following workspace dependencies were updated
|
|
443
|
+
* dependencies
|
|
444
|
+
* @twin.org/cli-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
445
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
446
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
447
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
448
|
+
* devDependencies
|
|
449
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
450
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
451
|
+
|
|
452
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.18...validate-locales-v0.0.3-next.19) (2026-02-26)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Miscellaneous Chores
|
|
456
|
+
|
|
457
|
+
* **validate-locales:** Synchronize repo versions
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/cli-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
465
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
466
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
467
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
468
|
+
* devDependencies
|
|
469
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
470
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
471
|
+
|
|
472
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.17...validate-locales-v0.0.3-next.18) (2026-02-23)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Miscellaneous Chores
|
|
476
|
+
|
|
477
|
+
* **validate-locales:** Synchronize repo versions
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Dependencies
|
|
481
|
+
|
|
482
|
+
* The following workspace dependencies were updated
|
|
483
|
+
* dependencies
|
|
484
|
+
* @twin.org/cli-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
485
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
486
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
487
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
488
|
+
* devDependencies
|
|
489
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
490
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
491
|
+
|
|
492
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.16...validate-locales-v0.0.3-next.17) (2026-02-09)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Miscellaneous Chores
|
|
496
|
+
|
|
497
|
+
* **validate-locales:** Synchronize repo versions
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Dependencies
|
|
501
|
+
|
|
502
|
+
* The following workspace dependencies were updated
|
|
503
|
+
* dependencies
|
|
504
|
+
* @twin.org/cli-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
505
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
506
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
507
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
508
|
+
* devDependencies
|
|
509
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
510
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
511
|
+
|
|
512
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.15...validate-locales-v0.0.3-next.16) (2026-02-06)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Miscellaneous Chores
|
|
516
|
+
|
|
517
|
+
* **validate-locales:** Synchronize repo versions
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### Dependencies
|
|
521
|
+
|
|
522
|
+
* The following workspace dependencies were updated
|
|
523
|
+
* dependencies
|
|
524
|
+
* @twin.org/cli-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
525
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
526
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
527
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
528
|
+
* devDependencies
|
|
529
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
530
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
531
|
+
|
|
532
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.14...validate-locales-v0.0.3-next.15) (2026-01-29)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Miscellaneous Chores
|
|
536
|
+
|
|
537
|
+
* **validate-locales:** Synchronize repo versions
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### Dependencies
|
|
541
|
+
|
|
542
|
+
* The following workspace dependencies were updated
|
|
543
|
+
* dependencies
|
|
544
|
+
* @twin.org/cli-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
545
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
546
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
547
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
548
|
+
* devDependencies
|
|
549
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
550
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
551
|
+
|
|
552
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.13...validate-locales-v0.0.3-next.14) (2026-01-22)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Miscellaneous Chores
|
|
556
|
+
|
|
557
|
+
* **validate-locales:** Synchronize repo versions
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
### Dependencies
|
|
561
|
+
|
|
562
|
+
* The following workspace dependencies were updated
|
|
563
|
+
* dependencies
|
|
564
|
+
* @twin.org/cli-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
565
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
566
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
567
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
568
|
+
* devDependencies
|
|
569
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
570
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
571
|
+
|
|
572
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.12...validate-locales-v0.0.3-next.13) (2026-01-08)
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Miscellaneous Chores
|
|
576
|
+
|
|
577
|
+
* **validate-locales:** Synchronize repo versions
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Dependencies
|
|
581
|
+
|
|
582
|
+
* The following workspace dependencies were updated
|
|
583
|
+
* dependencies
|
|
584
|
+
* @twin.org/cli-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
585
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
586
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
587
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
588
|
+
* devDependencies
|
|
589
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
590
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
591
|
+
|
|
592
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.11...validate-locales-v0.0.3-next.12) (2026-01-08)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Miscellaneous Chores
|
|
596
|
+
|
|
597
|
+
* **validate-locales:** Synchronize repo versions
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Dependencies
|
|
601
|
+
|
|
602
|
+
* The following workspace dependencies were updated
|
|
603
|
+
* dependencies
|
|
604
|
+
* @twin.org/cli-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
605
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
606
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
607
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
608
|
+
* devDependencies
|
|
609
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
610
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
611
|
+
|
|
612
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.10...validate-locales-v0.0.3-next.11) (2026-01-07)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Miscellaneous Chores
|
|
616
|
+
|
|
617
|
+
* **validate-locales:** Synchronize repo versions
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Dependencies
|
|
621
|
+
|
|
622
|
+
* The following workspace dependencies were updated
|
|
623
|
+
* dependencies
|
|
624
|
+
* @twin.org/cli-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
625
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
626
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
627
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
628
|
+
* devDependencies
|
|
629
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
630
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
631
|
+
|
|
632
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.9...validate-locales-v0.0.3-next.10) (2026-01-07)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Miscellaneous Chores
|
|
636
|
+
|
|
637
|
+
* **validate-locales:** Synchronize repo versions
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Dependencies
|
|
641
|
+
|
|
642
|
+
* The following workspace dependencies were updated
|
|
643
|
+
* dependencies
|
|
644
|
+
* @twin.org/cli-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
645
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
646
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
647
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
648
|
+
* devDependencies
|
|
649
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
650
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
651
|
+
|
|
652
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.8...validate-locales-v0.0.3-next.9) (2026-01-05)
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Miscellaneous Chores
|
|
656
|
+
|
|
657
|
+
* **validate-locales:** Synchronize repo versions
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Dependencies
|
|
661
|
+
|
|
662
|
+
* The following workspace dependencies were updated
|
|
663
|
+
* dependencies
|
|
664
|
+
* @twin.org/cli-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
665
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
666
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
667
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
668
|
+
* devDependencies
|
|
669
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
670
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
671
|
+
|
|
672
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.7...validate-locales-v0.0.3-next.8) (2025-11-26)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Features
|
|
676
|
+
|
|
677
|
+
* support for "property" assignments in validate-locales ([2414a0c](https://github.com/iotaledger/twin-framework/commit/2414a0c2e29d8935a17b58b9bdc31609c0f97140))
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Dependencies
|
|
681
|
+
|
|
682
|
+
* The following workspace dependencies were updated
|
|
683
|
+
* dependencies
|
|
684
|
+
* @twin.org/cli-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
685
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
686
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
687
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
688
|
+
* devDependencies
|
|
689
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
690
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
691
|
+
|
|
692
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.6...validate-locales-v0.0.3-next.7) (2025-11-25)
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Features
|
|
696
|
+
|
|
697
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
698
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
699
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
705
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Dependencies
|
|
709
|
+
|
|
710
|
+
* The following workspace dependencies were updated
|
|
711
|
+
* dependencies
|
|
712
|
+
* @twin.org/cli-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
713
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
714
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
715
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
716
|
+
* devDependencies
|
|
717
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
718
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
719
|
+
|
|
720
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.5...validate-locales-v0.0.3-next.6) (2025-11-25)
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Miscellaneous Chores
|
|
724
|
+
|
|
725
|
+
* **validate-locales:** Synchronize repo versions
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
### Dependencies
|
|
729
|
+
|
|
730
|
+
* The following workspace dependencies were updated
|
|
731
|
+
* dependencies
|
|
732
|
+
* @twin.org/cli-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
733
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
734
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
735
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
736
|
+
* devDependencies
|
|
737
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
738
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
739
|
+
|
|
740
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.4...validate-locales-v0.0.3-next.5) (2025-11-20)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Miscellaneous Chores
|
|
744
|
+
|
|
745
|
+
* **validate-locales:** Synchronize repo versions
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
### Dependencies
|
|
749
|
+
|
|
750
|
+
* The following workspace dependencies were updated
|
|
751
|
+
* dependencies
|
|
752
|
+
* @twin.org/cli-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
753
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
754
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
755
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
756
|
+
* devDependencies
|
|
757
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
758
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
759
|
+
|
|
760
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.3...validate-locales-v0.0.3-next.4) (2025-11-13)
|
|
4
761
|
|
|
5
762
|
|
|
6
763
|
### Miscellaneous Chores
|
|
@@ -20,12 +777,12 @@
|
|
|
20
777
|
* @twin.org/merge-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
21
778
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
22
779
|
|
|
23
|
-
## [0.0.3-next.3](https://github.com/
|
|
780
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.2...validate-locales-v0.0.3-next.3) (2025-11-12)
|
|
24
781
|
|
|
25
782
|
|
|
26
783
|
### Bug Fixes
|
|
27
784
|
|
|
28
|
-
* validate locales missing log key ([54fb89a](https://github.com/
|
|
785
|
+
* validate locales missing log key ([54fb89a](https://github.com/iotaledger/twin-framework/commit/54fb89ae9e05ab7dc79e42dc4933575c39bffd8a))
|
|
29
786
|
|
|
30
787
|
|
|
31
788
|
### Dependencies
|
|
@@ -40,12 +797,12 @@
|
|
|
40
797
|
* @twin.org/merge-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
41
798
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
42
799
|
|
|
43
|
-
## [0.0.3-next.2](https://github.com/
|
|
800
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.1...validate-locales-v0.0.3-next.2) (2025-11-12)
|
|
44
801
|
|
|
45
802
|
|
|
46
803
|
### Bug Fixes
|
|
47
804
|
|
|
48
|
-
* validate locales missing log key ([14a649e](https://github.com/
|
|
805
|
+
* validate locales missing log key ([14a649e](https://github.com/iotaledger/twin-framework/commit/14a649e569c0509bef045a76edf1818f3eca6ded))
|
|
49
806
|
|
|
50
807
|
|
|
51
808
|
### Dependencies
|
|
@@ -60,14 +817,14 @@
|
|
|
60
817
|
* @twin.org/merge-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
61
818
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
62
819
|
|
|
63
|
-
## [0.0.3-next.1](https://github.com/
|
|
820
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.3-next.0...validate-locales-v0.0.3-next.1) (2025-11-10)
|
|
64
821
|
|
|
65
822
|
|
|
66
823
|
### Features
|
|
67
824
|
|
|
68
|
-
* add context id features ([#206](https://github.com/
|
|
69
|
-
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/
|
|
70
|
-
* locales validation ([#197](https://github.com/
|
|
825
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
826
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
827
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
71
828
|
|
|
72
829
|
|
|
73
830
|
### Dependencies
|
|
@@ -82,12 +839,12 @@
|
|
|
82
839
|
* @twin.org/merge-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
83
840
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
84
841
|
|
|
85
|
-
## [0.0.2-next.22](https://github.com/
|
|
842
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.2-next.21...validate-locales-v0.0.2-next.22) (2025-10-10)
|
|
86
843
|
|
|
87
844
|
|
|
88
845
|
### Features
|
|
89
846
|
|
|
90
|
-
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/
|
|
847
|
+
* detect unused prefixes and non i18 key messages ([a357810](https://github.com/iotaledger/twin-framework/commit/a357810754e25478496c2e6fd71ddc49dee9f747))
|
|
91
848
|
|
|
92
849
|
|
|
93
850
|
### Dependencies
|
|
@@ -102,12 +859,12 @@
|
|
|
102
859
|
* @twin.org/merge-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
103
860
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
104
861
|
|
|
105
|
-
## [0.0.2-next.21](https://github.com/
|
|
862
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/validate-locales-v0.0.2-next.20...validate-locales-v0.0.2-next.21) (2025-10-09)
|
|
106
863
|
|
|
107
864
|
|
|
108
865
|
### Features
|
|
109
866
|
|
|
110
|
-
* locales validation ([#197](https://github.com/
|
|
867
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
111
868
|
|
|
112
869
|
|
|
113
870
|
### Dependencies
|
|
@@ -121,4 +878,4 @@
|
|
|
121
878
|
* devDependencies
|
|
122
879
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
123
880
|
|
|
124
|
-
##
|
|
881
|
+
## Changelog
|