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