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