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