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