@twin.org/standards-vda 0.0.3-next.9 → 0.9.0
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 +2 -2
- package/dist/es/utils/vdaIdentifiersValidation.js +2 -2
- package/dist/es/utils/vdaIdentifiersValidation.js.map +1 -1
- package/dist/types/utils/vdaIdentifiersValidation.d.ts +2 -2
- package/docs/changelog.md +504 -56
- package/docs/examples.md +29 -1
- package/docs/reference/classes/VdaIdentifiers.md +1 -1
- package/docs/reference/classes/VdaIdentifiersValidation.md +10 -10
- package/docs/reference/interfaces/IVdaBizLocation.md +4 -4
- package/docs/reference/interfaces/IVdaCommon.md +2 -2
- package/docs/reference/interfaces/IVdaObjectIdentifier.md +5 -5
- package/docs/reference/interfaces/IVdaReadPoint.md +6 -6
- package/docs/reference/interfaces/IVdaUriPlates.md +5 -5
- package/docs/reference/variables/VdaIdTypes.md +2 -2
- package/docs/reference/variables/VdaIdentifierTypes.md +3 -3
- package/docs/reference/variables/VdaUriIdentifiers.md +11 -11
- package/docs/reference/variables/VdaUriPackages.md +5 -5
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,299 +1,747 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.9.0...standards-vda-v0.9.0) (2026-06-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
9
|
+
* release to production ([#246](https://github.com/iotaledger/twin-standards/issues/246)) ([6e6796b](https://github.com/iotaledger/twin-standards/commit/6e6796bd76aa70a9215eeb300ff479cde79368b8))
|
|
10
|
+
|
|
11
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.9.0-next.0...standards-vda-v0.9.0-next.1) (2026-06-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
17
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
18
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
19
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
20
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
21
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
22
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
23
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
24
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
25
|
+
|
|
26
|
+
## [0.0.3-next.69](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.68...standards-vda-v0.0.3-next.69) (2026-06-22)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Miscellaneous Chores
|
|
30
|
+
|
|
31
|
+
* **standards-vda:** Synchronize repo versions
|
|
32
|
+
|
|
33
|
+
## [0.0.3-next.68](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.67...standards-vda-v0.0.3-next.68) (2026-06-22)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Miscellaneous Chores
|
|
37
|
+
|
|
38
|
+
* **standards-vda:** Synchronize repo versions
|
|
39
|
+
|
|
40
|
+
## [0.0.3-next.67](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.66...standards-vda-v0.0.3-next.67) (2026-06-12)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Miscellaneous Chores
|
|
44
|
+
|
|
45
|
+
* **standards-vda:** Synchronize repo versions
|
|
46
|
+
|
|
47
|
+
## [0.0.3-next.66](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.65...standards-vda-v0.0.3-next.66) (2026-06-09)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Miscellaneous Chores
|
|
51
|
+
|
|
52
|
+
* **standards-vda:** Synchronize repo versions
|
|
53
|
+
|
|
54
|
+
## [0.0.3-next.65](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.64...standards-vda-v0.0.3-next.65) (2026-06-02)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Miscellaneous Chores
|
|
58
|
+
|
|
59
|
+
* **standards-vda:** Synchronize repo versions
|
|
60
|
+
|
|
61
|
+
## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.63...standards-vda-v0.0.3-next.64) (2026-06-01)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Miscellaneous Chores
|
|
65
|
+
|
|
66
|
+
* **standards-vda:** Synchronize repo versions
|
|
67
|
+
|
|
68
|
+
## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.62...standards-vda-v0.0.3-next.63) (2026-05-19)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
74
|
+
|
|
75
|
+
## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.61...standards-vda-v0.0.3-next.62) (2026-05-18)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Miscellaneous Chores
|
|
79
|
+
|
|
80
|
+
* **standards-vda:** Synchronize repo versions
|
|
81
|
+
|
|
82
|
+
## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.60...standards-vda-v0.0.3-next.61) (2026-05-11)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Features
|
|
86
|
+
|
|
87
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
88
|
+
|
|
89
|
+
## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.59...standards-vda-v0.0.3-next.60) (2026-04-21)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Miscellaneous Chores
|
|
93
|
+
|
|
94
|
+
* **standards-vda:** Synchronize repo versions
|
|
95
|
+
|
|
96
|
+
## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.58...standards-vda-v0.0.3-next.59) (2026-04-07)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Miscellaneous Chores
|
|
100
|
+
|
|
101
|
+
* **standards-vda:** Synchronize repo versions
|
|
102
|
+
|
|
103
|
+
## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.57...standards-vda-v0.0.3-next.58) (2026-03-25)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* **standards-vda:** Synchronize repo versions
|
|
109
|
+
|
|
110
|
+
## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.56...standards-vda-v0.0.3-next.57) (2026-03-20)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Miscellaneous Chores
|
|
114
|
+
|
|
115
|
+
* **standards-vda:** Synchronize repo versions
|
|
116
|
+
|
|
117
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.55...standards-vda-v0.0.3-next.56) (2026-03-20)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Miscellaneous Chores
|
|
121
|
+
|
|
122
|
+
* **standards-vda:** Synchronize repo versions
|
|
123
|
+
|
|
124
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.54...standards-vda-v0.0.3-next.55) (2026-03-19)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
130
|
+
|
|
131
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.53...standards-vda-v0.0.3-next.54) (2026-03-12)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Miscellaneous Chores
|
|
135
|
+
|
|
136
|
+
* **standards-vda:** Synchronize repo versions
|
|
137
|
+
|
|
138
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.52...standards-vda-v0.0.3-next.53) (2026-03-11)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Miscellaneous Chores
|
|
142
|
+
|
|
143
|
+
* **standards-vda:** Synchronize repo versions
|
|
144
|
+
|
|
145
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.51...standards-vda-v0.0.3-next.52) (2026-03-10)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Miscellaneous Chores
|
|
149
|
+
|
|
150
|
+
* **standards-vda:** Synchronize repo versions
|
|
151
|
+
|
|
152
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.50...standards-vda-v0.0.3-next.51) (2026-03-10)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Miscellaneous Chores
|
|
156
|
+
|
|
157
|
+
* **standards-vda:** Synchronize repo versions
|
|
158
|
+
|
|
159
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.49...standards-vda-v0.0.3-next.50) (2026-03-09)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Miscellaneous Chores
|
|
163
|
+
|
|
164
|
+
* **standards-vda:** Synchronize repo versions
|
|
165
|
+
|
|
166
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.48...standards-vda-v0.0.3-next.49) (2026-03-06)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Miscellaneous Chores
|
|
170
|
+
|
|
171
|
+
* **standards-vda:** Synchronize repo versions
|
|
172
|
+
|
|
173
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.47...standards-vda-v0.0.3-next.48) (2026-03-06)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Miscellaneous Chores
|
|
177
|
+
|
|
178
|
+
* **standards-vda:** Synchronize repo versions
|
|
179
|
+
|
|
180
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.46...standards-vda-v0.0.3-next.47) (2026-03-06)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Miscellaneous Chores
|
|
184
|
+
|
|
185
|
+
* **standards-vda:** Synchronize repo versions
|
|
186
|
+
|
|
187
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.45...standards-vda-v0.0.3-next.46) (2026-03-05)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Miscellaneous Chores
|
|
191
|
+
|
|
192
|
+
* **standards-vda:** Synchronize repo versions
|
|
193
|
+
|
|
194
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.44...standards-vda-v0.0.3-next.45) (2026-03-04)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Miscellaneous Chores
|
|
198
|
+
|
|
199
|
+
* **standards-vda:** Synchronize repo versions
|
|
200
|
+
|
|
201
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.43...standards-vda-v0.0.3-next.44) (2026-03-04)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Miscellaneous Chores
|
|
205
|
+
|
|
206
|
+
* **standards-vda:** Synchronize repo versions
|
|
207
|
+
|
|
208
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.42...standards-vda-v0.0.3-next.43) (2026-02-25)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Miscellaneous Chores
|
|
212
|
+
|
|
213
|
+
* **standards-vda:** Synchronize repo versions
|
|
214
|
+
|
|
215
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.41...standards-vda-v0.0.3-next.42) (2026-02-25)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Miscellaneous Chores
|
|
219
|
+
|
|
220
|
+
* **standards-vda:** Synchronize repo versions
|
|
221
|
+
|
|
222
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.40...standards-vda-v0.0.3-next.41) (2026-02-23)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Miscellaneous Chores
|
|
226
|
+
|
|
227
|
+
* **standards-vda:** Synchronize repo versions
|
|
228
|
+
|
|
229
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.39...standards-vda-v0.0.3-next.40) (2026-02-18)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Miscellaneous Chores
|
|
233
|
+
|
|
234
|
+
* **standards-vda:** Synchronize repo versions
|
|
235
|
+
|
|
236
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.38...standards-vda-v0.0.3-next.39) (2026-02-13)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Miscellaneous Chores
|
|
240
|
+
|
|
241
|
+
* **standards-vda:** Synchronize repo versions
|
|
242
|
+
|
|
243
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.37...standards-vda-v0.0.3-next.38) (2026-02-13)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **standards-vda:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.36...standards-vda-v0.0.3-next.37) (2026-02-12)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **standards-vda:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.35...standards-vda-v0.0.3-next.36) (2026-02-11)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Miscellaneous Chores
|
|
261
|
+
|
|
262
|
+
* **standards-vda:** Synchronize repo versions
|
|
263
|
+
|
|
264
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.34...standards-vda-v0.0.3-next.35) (2026-02-10)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Miscellaneous Chores
|
|
268
|
+
|
|
269
|
+
* **standards-vda:** Synchronize repo versions
|
|
270
|
+
|
|
271
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.33...standards-vda-v0.0.3-next.34) (2026-02-10)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Miscellaneous Chores
|
|
275
|
+
|
|
276
|
+
* **standards-vda:** Synchronize repo versions
|
|
277
|
+
|
|
278
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.32...standards-vda-v0.0.3-next.33) (2026-02-06)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
284
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
285
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
286
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
287
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
288
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
289
|
+
|
|
290
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.31...standards-vda-v0.0.3-next.32) (2026-02-06)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Miscellaneous Chores
|
|
294
|
+
|
|
295
|
+
* **standards-vda:** Synchronize repo versions
|
|
296
|
+
|
|
297
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.30...standards-vda-v0.0.3-next.31) (2026-02-05)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Miscellaneous Chores
|
|
301
|
+
|
|
302
|
+
* **standards-vda:** Synchronize repo versions
|
|
303
|
+
|
|
304
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.29...standards-vda-v0.0.3-next.30) (2026-02-04)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Miscellaneous Chores
|
|
308
|
+
|
|
309
|
+
* **standards-vda:** Synchronize repo versions
|
|
310
|
+
|
|
311
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.28...standards-vda-v0.0.3-next.29) (2026-02-03)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* **standards-vda:** Synchronize repo versions
|
|
317
|
+
|
|
318
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.27...standards-vda-v0.0.3-next.28) (2026-02-03)
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### Miscellaneous Chores
|
|
322
|
+
|
|
323
|
+
* **standards-vda:** Synchronize repo versions
|
|
324
|
+
|
|
325
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.26...standards-vda-v0.0.3-next.27) (2026-02-03)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Miscellaneous Chores
|
|
329
|
+
|
|
330
|
+
* **standards-vda:** Synchronize repo versions
|
|
331
|
+
|
|
332
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.25...standards-vda-v0.0.3-next.26) (2026-02-02)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Miscellaneous Chores
|
|
336
|
+
|
|
337
|
+
* **standards-vda:** Synchronize repo versions
|
|
338
|
+
|
|
339
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.24...standards-vda-v0.0.3-next.25) (2026-02-02)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Miscellaneous Chores
|
|
343
|
+
|
|
344
|
+
* **standards-vda:** Synchronize repo versions
|
|
345
|
+
|
|
346
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.23...standards-vda-v0.0.3-next.24) (2026-01-30)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Miscellaneous Chores
|
|
350
|
+
|
|
351
|
+
* **standards-vda:** Synchronize repo versions
|
|
352
|
+
|
|
353
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.22...standards-vda-v0.0.3-next.23) (2026-01-30)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Miscellaneous Chores
|
|
357
|
+
|
|
358
|
+
* **standards-vda:** Synchronize repo versions
|
|
359
|
+
|
|
360
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.21...standards-vda-v0.0.3-next.22) (2026-01-29)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Miscellaneous Chores
|
|
364
|
+
|
|
365
|
+
* **standards-vda:** Synchronize repo versions
|
|
366
|
+
|
|
367
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.20...standards-vda-v0.0.3-next.21) (2026-01-23)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Miscellaneous Chores
|
|
371
|
+
|
|
372
|
+
* **standards-vda:** Synchronize repo versions
|
|
373
|
+
|
|
374
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.19...standards-vda-v0.0.3-next.20) (2026-01-21)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Miscellaneous Chores
|
|
378
|
+
|
|
379
|
+
* **standards-vda:** Synchronize repo versions
|
|
380
|
+
|
|
381
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.18...standards-vda-v0.0.3-next.19) (2026-01-21)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Miscellaneous Chores
|
|
385
|
+
|
|
386
|
+
* **standards-vda:** Synchronize repo versions
|
|
387
|
+
|
|
388
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.17...standards-vda-v0.0.3-next.18) (2026-01-21)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Miscellaneous Chores
|
|
392
|
+
|
|
393
|
+
* **standards-vda:** Synchronize repo versions
|
|
394
|
+
|
|
395
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.16...standards-vda-v0.0.3-next.17) (2026-01-21)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Miscellaneous Chores
|
|
399
|
+
|
|
400
|
+
* **standards-vda:** Synchronize repo versions
|
|
401
|
+
|
|
402
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.15...standards-vda-v0.0.3-next.16) (2026-01-19)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Miscellaneous Chores
|
|
406
|
+
|
|
407
|
+
* **standards-vda:** Synchronize repo versions
|
|
408
|
+
|
|
409
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.14...standards-vda-v0.0.3-next.15) (2026-01-16)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Miscellaneous Chores
|
|
413
|
+
|
|
414
|
+
* **standards-vda:** Synchronize repo versions
|
|
415
|
+
|
|
416
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.13...standards-vda-v0.0.3-next.14) (2026-01-15)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Miscellaneous Chores
|
|
420
|
+
|
|
421
|
+
* **standards-vda:** Synchronize repo versions
|
|
422
|
+
|
|
423
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.12...standards-vda-v0.0.3-next.13) (2026-01-14)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Miscellaneous Chores
|
|
427
|
+
|
|
428
|
+
* **standards-vda:** Synchronize repo versions
|
|
429
|
+
|
|
430
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.11...standards-vda-v0.0.3-next.12) (2026-01-14)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Miscellaneous Chores
|
|
434
|
+
|
|
435
|
+
* **standards-vda:** Synchronize repo versions
|
|
436
|
+
|
|
437
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.10...standards-vda-v0.0.3-next.11) (2026-01-14)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Miscellaneous Chores
|
|
441
|
+
|
|
442
|
+
* **standards-vda:** Synchronize repo versions
|
|
443
|
+
|
|
444
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.9...standards-vda-v0.0.3-next.10) (2026-01-13)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Miscellaneous Chores
|
|
448
|
+
|
|
449
|
+
* **standards-vda:** Synchronize repo versions
|
|
450
|
+
|
|
451
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.8...standards-vda-v0.0.3-next.9) (2026-01-09)
|
|
4
452
|
|
|
5
453
|
|
|
6
454
|
### Miscellaneous Chores
|
|
7
455
|
|
|
8
456
|
* **standards-vda:** Synchronize repo versions
|
|
9
457
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
458
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.7...standards-vda-v0.0.3-next.8) (2026-01-08)
|
|
11
459
|
|
|
12
460
|
|
|
13
461
|
### Miscellaneous Chores
|
|
14
462
|
|
|
15
463
|
* **standards-vda:** Synchronize repo versions
|
|
16
464
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
465
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.6...standards-vda-v0.0.3-next.7) (2026-01-06)
|
|
18
466
|
|
|
19
467
|
|
|
20
468
|
### Miscellaneous Chores
|
|
21
469
|
|
|
22
470
|
* **standards-vda:** Synchronize repo versions
|
|
23
471
|
|
|
24
|
-
## [0.0.3-next.6](https://github.com/
|
|
472
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.5...standards-vda-v0.0.3-next.6) (2025-12-03)
|
|
25
473
|
|
|
26
474
|
|
|
27
475
|
### Miscellaneous Chores
|
|
28
476
|
|
|
29
477
|
* **standards-vda:** Synchronize repo versions
|
|
30
478
|
|
|
31
|
-
## [0.0.3-next.5](https://github.com/
|
|
479
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.4...standards-vda-v0.0.3-next.5) (2025-11-28)
|
|
32
480
|
|
|
33
481
|
|
|
34
482
|
### Miscellaneous Chores
|
|
35
483
|
|
|
36
484
|
* **standards-vda:** Synchronize repo versions
|
|
37
485
|
|
|
38
|
-
## [0.0.3-next.4](https://github.com/
|
|
486
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.3...standards-vda-v0.0.3-next.4) (2025-11-18)
|
|
39
487
|
|
|
40
488
|
|
|
41
489
|
### Miscellaneous Chores
|
|
42
490
|
|
|
43
491
|
* **standards-vda:** Synchronize repo versions
|
|
44
492
|
|
|
45
|
-
## [0.0.3-next.3](https://github.com/
|
|
493
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.2...standards-vda-v0.0.3-next.3) (2025-11-18)
|
|
46
494
|
|
|
47
495
|
|
|
48
496
|
### Miscellaneous Chores
|
|
49
497
|
|
|
50
498
|
* **standards-vda:** Synchronize repo versions
|
|
51
499
|
|
|
52
|
-
## [0.0.3-next.2](https://github.com/
|
|
500
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.1...standards-vda-v0.0.3-next.2) (2025-11-11)
|
|
53
501
|
|
|
54
502
|
|
|
55
503
|
### Miscellaneous Chores
|
|
56
504
|
|
|
57
505
|
* **standards-vda:** Synchronize repo versions
|
|
58
506
|
|
|
59
|
-
## [0.0.3-next.1](https://github.com/
|
|
507
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.3-next.0...standards-vda-v0.0.3-next.1) (2025-11-10)
|
|
60
508
|
|
|
61
509
|
|
|
62
510
|
### Features
|
|
63
511
|
|
|
64
|
-
* add context id features ([#64](https://github.com/
|
|
65
|
-
* add validate-locales ([838389c](https://github.com/
|
|
66
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
67
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
68
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
69
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
512
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
513
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
514
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
515
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
516
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
517
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
70
518
|
|
|
71
|
-
## [0.0.2-next.16](https://github.com/
|
|
519
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.15...standards-vda-v0.0.2-next.16) (2025-10-09)
|
|
72
520
|
|
|
73
521
|
|
|
74
522
|
### Miscellaneous Chores
|
|
75
523
|
|
|
76
524
|
* **standards-vda:** Synchronize repo versions
|
|
77
525
|
|
|
78
|
-
## [0.0.2-next.15](https://github.com/
|
|
526
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.14...standards-vda-v0.0.2-next.15) (2025-10-09)
|
|
79
527
|
|
|
80
528
|
|
|
81
529
|
### Features
|
|
82
530
|
|
|
83
|
-
* add validate-locales ([838389c](https://github.com/
|
|
531
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
84
532
|
|
|
85
|
-
## [0.0.2-next.14](https://github.com/
|
|
533
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.13...standards-vda-v0.0.2-next.14) (2025-10-02)
|
|
86
534
|
|
|
87
535
|
|
|
88
536
|
### Miscellaneous Chores
|
|
89
537
|
|
|
90
538
|
* **standards-vda:** Synchronize repo versions
|
|
91
539
|
|
|
92
|
-
## [0.0.2-next.13](https://github.com/
|
|
540
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.12...standards-vda-v0.0.2-next.13) (2025-09-22)
|
|
93
541
|
|
|
94
542
|
|
|
95
543
|
### Miscellaneous Chores
|
|
96
544
|
|
|
97
545
|
* **standards-vda:** Synchronize repo versions
|
|
98
546
|
|
|
99
|
-
## [0.0.2-next.12](https://github.com/
|
|
547
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.11...standards-vda-v0.0.2-next.12) (2025-09-16)
|
|
100
548
|
|
|
101
549
|
|
|
102
550
|
### Miscellaneous Chores
|
|
103
551
|
|
|
104
552
|
* **standards-vda:** Synchronize repo versions
|
|
105
553
|
|
|
106
|
-
## [0.0.2-next.11](https://github.com/
|
|
554
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.10...standards-vda-v0.0.2-next.11) (2025-09-16)
|
|
107
555
|
|
|
108
556
|
|
|
109
557
|
### Miscellaneous Chores
|
|
110
558
|
|
|
111
559
|
* **standards-vda:** Synchronize repo versions
|
|
112
560
|
|
|
113
|
-
## [0.0.2-next.10](https://github.com/
|
|
561
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.9...standards-vda-v0.0.2-next.10) (2025-09-16)
|
|
114
562
|
|
|
115
563
|
|
|
116
564
|
### Miscellaneous Chores
|
|
117
565
|
|
|
118
566
|
* **standards-vda:** Synchronize repo versions
|
|
119
567
|
|
|
120
|
-
## [0.0.2-next.9](https://github.com/
|
|
568
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.8...standards-vda-v0.0.2-next.9) (2025-09-15)
|
|
121
569
|
|
|
122
570
|
|
|
123
571
|
### Miscellaneous Chores
|
|
124
572
|
|
|
125
573
|
* **standards-vda:** Synchronize repo versions
|
|
126
574
|
|
|
127
|
-
## [0.0.2-next.8](https://github.com/
|
|
575
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.7...standards-vda-v0.0.2-next.8) (2025-09-15)
|
|
128
576
|
|
|
129
577
|
|
|
130
578
|
### Miscellaneous Chores
|
|
131
579
|
|
|
132
580
|
* **standards-vda:** Synchronize repo versions
|
|
133
581
|
|
|
134
|
-
## [0.0.2-next.7](https://github.com/
|
|
582
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.6...standards-vda-v0.0.2-next.7) (2025-09-15)
|
|
135
583
|
|
|
136
584
|
|
|
137
585
|
### Miscellaneous Chores
|
|
138
586
|
|
|
139
587
|
* **standards-vda:** Synchronize repo versions
|
|
140
588
|
|
|
141
|
-
## [0.0.2-next.6](https://github.com/
|
|
589
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.5...standards-vda-v0.0.2-next.6) (2025-09-12)
|
|
142
590
|
|
|
143
591
|
|
|
144
592
|
### Miscellaneous Chores
|
|
145
593
|
|
|
146
594
|
* **standards-vda:** Synchronize repo versions
|
|
147
595
|
|
|
148
|
-
## [0.0.2-next.5](https://github.com/
|
|
596
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.4...standards-vda-v0.0.2-next.5) (2025-09-12)
|
|
149
597
|
|
|
150
598
|
|
|
151
599
|
### Miscellaneous Chores
|
|
152
600
|
|
|
153
601
|
* **standards-vda:** Synchronize repo versions
|
|
154
602
|
|
|
155
|
-
## [0.0.2-next.4](https://github.com/
|
|
603
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.3...standards-vda-v0.0.2-next.4) (2025-09-12)
|
|
156
604
|
|
|
157
605
|
|
|
158
606
|
### Miscellaneous Chores
|
|
159
607
|
|
|
160
608
|
* **standards-vda:** Synchronize repo versions
|
|
161
609
|
|
|
162
|
-
## [0.0.2-next.3](https://github.com/
|
|
610
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.2...standards-vda-v0.0.2-next.3) (2025-08-29)
|
|
163
611
|
|
|
164
612
|
|
|
165
613
|
### Features
|
|
166
614
|
|
|
167
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
615
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
168
616
|
|
|
169
|
-
## [0.0.2-next.2](https://github.com/
|
|
617
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.1...standards-vda-v0.0.2-next.2) (2025-08-19)
|
|
170
618
|
|
|
171
619
|
|
|
172
620
|
### Features
|
|
173
621
|
|
|
174
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
622
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
175
623
|
|
|
176
|
-
## [0.0.2-next.1](https://github.com/
|
|
624
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.2-next.0...standards-vda-v0.0.2-next.1) (2025-07-14)
|
|
177
625
|
|
|
178
626
|
|
|
179
627
|
### Features
|
|
180
628
|
|
|
181
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
182
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
629
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
630
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
183
631
|
|
|
184
632
|
## 0.0.1 (2025-07-03)
|
|
185
633
|
|
|
186
634
|
|
|
187
635
|
### Features
|
|
188
636
|
|
|
189
|
-
* release to production ([2ae4125](https://github.com/
|
|
637
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
190
638
|
|
|
191
|
-
## [0.0.1-next.49](https://github.com/
|
|
639
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.48...standards-vda-v0.0.1-next.49) (2025-06-18)
|
|
192
640
|
|
|
193
641
|
|
|
194
642
|
### Miscellaneous Chores
|
|
195
643
|
|
|
196
644
|
* **standards-vda:** Synchronize repo versions
|
|
197
645
|
|
|
198
|
-
## [0.0.1-next.48](https://github.com/
|
|
646
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.47...standards-vda-v0.0.1-next.48) (2025-06-11)
|
|
199
647
|
|
|
200
648
|
|
|
201
649
|
### Features
|
|
202
650
|
|
|
203
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
651
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
204
652
|
|
|
205
|
-
## [0.0.1-next.47](https://github.com/
|
|
653
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.46...standards-vda-v0.0.1-next.47) (2025-06-05)
|
|
206
654
|
|
|
207
655
|
|
|
208
656
|
### Miscellaneous Chores
|
|
209
657
|
|
|
210
658
|
* **standards-vda:** Synchronize repo versions
|
|
211
659
|
|
|
212
|
-
## [0.0.1-next.46](https://github.com/
|
|
660
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.45...standards-vda-v0.0.1-next.46) (2025-06-03)
|
|
213
661
|
|
|
214
662
|
|
|
215
663
|
### Miscellaneous Chores
|
|
216
664
|
|
|
217
665
|
* **standards-vda:** Synchronize repo versions
|
|
218
666
|
|
|
219
|
-
## [0.0.1-next.45](https://github.com/
|
|
667
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.44...standards-vda-v0.0.1-next.45) (2025-06-02)
|
|
220
668
|
|
|
221
669
|
|
|
222
670
|
### Miscellaneous Chores
|
|
223
671
|
|
|
224
672
|
* **standards-vda:** Synchronize repo versions
|
|
225
673
|
|
|
226
|
-
## [0.0.1-next.44](https://github.com/
|
|
674
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.43...standards-vda-v0.0.1-next.44) (2025-05-28)
|
|
227
675
|
|
|
228
676
|
|
|
229
677
|
### Miscellaneous Chores
|
|
230
678
|
|
|
231
679
|
* **standards-vda:** Synchronize repo versions
|
|
232
680
|
|
|
233
|
-
## [0.0.1-next.43](https://github.com/
|
|
681
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.42...standards-vda-v0.0.1-next.43) (2025-05-20)
|
|
234
682
|
|
|
235
683
|
|
|
236
684
|
### Miscellaneous Chores
|
|
237
685
|
|
|
238
686
|
* **standards-vda:** Synchronize repo versions
|
|
239
687
|
|
|
240
|
-
## [0.0.1-next.42](https://github.com/
|
|
688
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.41...standards-vda-v0.0.1-next.42) (2025-05-09)
|
|
241
689
|
|
|
242
690
|
|
|
243
691
|
### Miscellaneous Chores
|
|
244
692
|
|
|
245
693
|
* **standards-vda:** Synchronize repo versions
|
|
246
694
|
|
|
247
|
-
## [0.0.1-next.41](https://github.com/
|
|
695
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.40...standards-vda-v0.0.1-next.41) (2025-05-08)
|
|
248
696
|
|
|
249
697
|
|
|
250
698
|
### Miscellaneous Chores
|
|
251
699
|
|
|
252
700
|
* **standards-vda:** Synchronize repo versions
|
|
253
701
|
|
|
254
|
-
## [0.0.1-next.40](https://github.com/
|
|
702
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.39...standards-vda-v0.0.1-next.40) (2025-05-08)
|
|
255
703
|
|
|
256
704
|
|
|
257
705
|
### Miscellaneous Chores
|
|
258
706
|
|
|
259
707
|
* **standards-vda:** Synchronize repo versions
|
|
260
708
|
|
|
261
|
-
## [0.0.1-next.39](https://github.com/
|
|
709
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.38...standards-vda-v0.0.1-next.39) (2025-05-07)
|
|
262
710
|
|
|
263
711
|
|
|
264
712
|
### Miscellaneous Chores
|
|
265
713
|
|
|
266
714
|
* **standards-vda:** Synchronize repo versions
|
|
267
715
|
|
|
268
|
-
## [0.0.1-next.38](https://github.com/
|
|
716
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.37...standards-vda-v0.0.1-next.38) (2025-05-07)
|
|
269
717
|
|
|
270
718
|
|
|
271
719
|
### Miscellaneous Chores
|
|
272
720
|
|
|
273
721
|
* **standards-vda:** Synchronize repo versions
|
|
274
722
|
|
|
275
|
-
## [0.0.1-next.37](https://github.com/
|
|
723
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.36...standards-vda-v0.0.1-next.37) (2025-05-06)
|
|
276
724
|
|
|
277
725
|
|
|
278
726
|
### Miscellaneous Chores
|
|
279
727
|
|
|
280
728
|
* **standards-vda:** Synchronize repo versions
|
|
281
729
|
|
|
282
|
-
## [0.0.1-next.36](https://github.com/
|
|
730
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.35...standards-vda-v0.0.1-next.36) (2025-04-30)
|
|
283
731
|
|
|
284
732
|
|
|
285
733
|
### Miscellaneous Chores
|
|
286
734
|
|
|
287
735
|
* **standards-vda:** Synchronize repo versions
|
|
288
736
|
|
|
289
|
-
## [0.0.1-next.35](https://github.com/
|
|
737
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.34...standards-vda-v0.0.1-next.35) (2025-04-17)
|
|
290
738
|
|
|
291
739
|
|
|
292
740
|
### Features
|
|
293
741
|
|
|
294
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
742
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
295
743
|
|
|
296
|
-
## [0.0.1-next.34](https://github.com/
|
|
744
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-standards/compare/standards-vda-v0.0.1-next.33...standards-vda-v0.0.1-next.34) (2025-03-28)
|
|
297
745
|
|
|
298
746
|
|
|
299
747
|
### Miscellaneous Chores
|