@twin.org/standards-schema-org 0.0.3-next.9 → 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 +535 -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,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)
|
|
4
469
|
|
|
5
470
|
|
|
6
471
|
### Miscellaneous Chores
|
|
7
472
|
|
|
8
473
|
* **standards-schema-org:** Synchronize repo versions
|
|
9
474
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
11
476
|
|
|
12
477
|
|
|
13
478
|
### Miscellaneous Chores
|
|
14
479
|
|
|
15
480
|
* **standards-schema-org:** Synchronize repo versions
|
|
16
481
|
|
|
17
|
-
## [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)
|
|
18
483
|
|
|
19
484
|
|
|
20
485
|
### Miscellaneous Chores
|
|
21
486
|
|
|
22
487
|
* **standards-schema-org:** Synchronize repo versions
|
|
23
488
|
|
|
24
|
-
## [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)
|
|
25
490
|
|
|
26
491
|
|
|
27
492
|
### Miscellaneous Chores
|
|
28
493
|
|
|
29
494
|
* **standards-schema-org:** Synchronize repo versions
|
|
30
495
|
|
|
31
|
-
## [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)
|
|
32
497
|
|
|
33
498
|
|
|
34
499
|
### Miscellaneous Chores
|
|
35
500
|
|
|
36
501
|
* **standards-schema-org:** Synchronize repo versions
|
|
37
502
|
|
|
38
|
-
## [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)
|
|
39
504
|
|
|
40
505
|
|
|
41
506
|
### Miscellaneous Chores
|
|
42
507
|
|
|
43
508
|
* **standards-schema-org:** Synchronize repo versions
|
|
44
509
|
|
|
45
|
-
## [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)
|
|
46
511
|
|
|
47
512
|
|
|
48
513
|
### Miscellaneous Chores
|
|
49
514
|
|
|
50
515
|
* **standards-schema-org:** Synchronize repo versions
|
|
51
516
|
|
|
52
|
-
## [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)
|
|
53
518
|
|
|
54
519
|
|
|
55
520
|
### Miscellaneous Chores
|
|
56
521
|
|
|
57
522
|
* **standards-schema-org:** Synchronize repo versions
|
|
58
523
|
|
|
59
|
-
## [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)
|
|
60
525
|
|
|
61
526
|
|
|
62
527
|
### Features
|
|
63
528
|
|
|
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/
|
|
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))
|
|
75
540
|
|
|
76
|
-
## [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)
|
|
77
542
|
|
|
78
543
|
|
|
79
544
|
### Miscellaneous Chores
|
|
80
545
|
|
|
81
546
|
* **standards-schema-org:** Synchronize repo versions
|
|
82
547
|
|
|
83
|
-
## [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)
|
|
84
549
|
|
|
85
550
|
|
|
86
551
|
### Features
|
|
87
552
|
|
|
88
|
-
* add validate-locales ([838389c](https://github.com/
|
|
553
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
89
554
|
|
|
90
|
-
## [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)
|
|
91
556
|
|
|
92
557
|
|
|
93
558
|
### Miscellaneous Chores
|
|
94
559
|
|
|
95
560
|
* **standards-schema-org:** Synchronize repo versions
|
|
96
561
|
|
|
97
|
-
## [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)
|
|
98
563
|
|
|
99
564
|
|
|
100
565
|
### Miscellaneous Chores
|
|
101
566
|
|
|
102
567
|
* **standards-schema-org:** Synchronize repo versions
|
|
103
568
|
|
|
104
|
-
## [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)
|
|
105
570
|
|
|
106
571
|
|
|
107
572
|
### Miscellaneous Chores
|
|
108
573
|
|
|
109
574
|
* **standards-schema-org:** Synchronize repo versions
|
|
110
575
|
|
|
111
|
-
## [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)
|
|
112
577
|
|
|
113
578
|
|
|
114
579
|
### Miscellaneous Chores
|
|
115
580
|
|
|
116
581
|
* **standards-schema-org:** Synchronize repo versions
|
|
117
582
|
|
|
118
|
-
## [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)
|
|
119
584
|
|
|
120
585
|
|
|
121
586
|
### Miscellaneous Chores
|
|
122
587
|
|
|
123
588
|
* **standards-schema-org:** Synchronize repo versions
|
|
124
589
|
|
|
125
|
-
## [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)
|
|
126
591
|
|
|
127
592
|
|
|
128
593
|
### Miscellaneous Chores
|
|
129
594
|
|
|
130
595
|
* **standards-schema-org:** Synchronize repo versions
|
|
131
596
|
|
|
132
|
-
## [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)
|
|
133
598
|
|
|
134
599
|
|
|
135
600
|
### Miscellaneous Chores
|
|
136
601
|
|
|
137
602
|
* **standards-schema-org:** Synchronize repo versions
|
|
138
603
|
|
|
139
|
-
## [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)
|
|
140
605
|
|
|
141
606
|
|
|
142
607
|
### Miscellaneous Chores
|
|
143
608
|
|
|
144
609
|
* **standards-schema-org:** Synchronize repo versions
|
|
145
610
|
|
|
146
|
-
## [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)
|
|
147
612
|
|
|
148
613
|
|
|
149
614
|
### Miscellaneous Chores
|
|
150
615
|
|
|
151
616
|
* **standards-schema-org:** Synchronize repo versions
|
|
152
617
|
|
|
153
|
-
## [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)
|
|
154
619
|
|
|
155
620
|
|
|
156
621
|
### Miscellaneous Chores
|
|
157
622
|
|
|
158
623
|
* **standards-schema-org:** Synchronize repo versions
|
|
159
624
|
|
|
160
|
-
## [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)
|
|
161
626
|
|
|
162
627
|
|
|
163
628
|
### Miscellaneous Chores
|
|
164
629
|
|
|
165
630
|
* **standards-schema-org:** Synchronize repo versions
|
|
166
631
|
|
|
167
|
-
## [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)
|
|
168
633
|
|
|
169
634
|
|
|
170
635
|
### Features
|
|
171
636
|
|
|
172
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
637
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
173
638
|
|
|
174
|
-
## [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)
|
|
175
640
|
|
|
176
641
|
|
|
177
642
|
### Features
|
|
178
643
|
|
|
179
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
644
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
180
645
|
|
|
181
|
-
## [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)
|
|
182
647
|
|
|
183
648
|
|
|
184
649
|
### Features
|
|
185
650
|
|
|
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/
|
|
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))
|
|
193
658
|
|
|
194
659
|
## 0.0.1 (2025-07-03)
|
|
195
660
|
|
|
196
661
|
|
|
197
662
|
### Features
|
|
198
663
|
|
|
199
|
-
* release to production ([2ae4125](https://github.com/
|
|
664
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
200
665
|
|
|
201
|
-
## [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)
|
|
202
667
|
|
|
203
668
|
|
|
204
669
|
### Features
|
|
205
670
|
|
|
206
|
-
* unused dependencies ([f8bc5bf](https://github.com/
|
|
671
|
+
* unused dependencies ([f8bc5bf](https://github.com/iotaledger/twin-standards/commit/f8bc5bfbccdc6036cbac9a3b3ff91e3de90c8a9b))
|
|
207
672
|
|
|
208
|
-
## [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)
|
|
209
674
|
|
|
210
675
|
|
|
211
676
|
### Features
|
|
212
677
|
|
|
213
|
-
* 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))
|
|
214
679
|
|
|
215
|
-
## [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)
|
|
216
681
|
|
|
217
682
|
|
|
218
683
|
### Miscellaneous Chores
|
|
219
684
|
|
|
220
685
|
* **standards-schema-org:** Synchronize repo versions
|
|
221
686
|
|
|
222
|
-
## [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)
|
|
223
688
|
|
|
224
689
|
|
|
225
690
|
### Miscellaneous Chores
|
|
226
691
|
|
|
227
692
|
* **standards-schema-org:** Synchronize repo versions
|
|
228
693
|
|
|
229
|
-
## [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)
|
|
230
695
|
|
|
231
696
|
|
|
232
697
|
### Miscellaneous Chores
|
|
233
698
|
|
|
234
699
|
* **standards-schema-org:** Synchronize repo versions
|
|
235
700
|
|
|
236
|
-
## [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)
|
|
237
702
|
|
|
238
703
|
|
|
239
704
|
### Features
|
|
240
705
|
|
|
241
|
-
* 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))
|
|
242
707
|
|
|
243
|
-
## [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)
|
|
244
709
|
|
|
245
710
|
|
|
246
711
|
### Miscellaneous Chores
|
|
247
712
|
|
|
248
713
|
* **standards-schema-org:** Synchronize repo versions
|
|
249
714
|
|
|
250
|
-
## [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)
|
|
251
716
|
|
|
252
717
|
|
|
253
718
|
### Miscellaneous Chores
|
|
254
719
|
|
|
255
720
|
* **standards-schema-org:** Synchronize repo versions
|
|
256
721
|
|
|
257
|
-
## [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)
|
|
258
723
|
|
|
259
724
|
|
|
260
725
|
### Features
|
|
261
726
|
|
|
262
|
-
* add ItemList, ItemListElement and NextItem types ([19d7baf](https://github.com/
|
|
263
|
-
* 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))
|
|
264
729
|
|
|
265
|
-
## [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)
|
|
266
731
|
|
|
267
732
|
|
|
268
733
|
### Miscellaneous Chores
|
|
269
734
|
|
|
270
735
|
* **standards-schema-org:** Synchronize repo versions
|
|
271
736
|
|
|
272
|
-
## [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)
|
|
273
738
|
|
|
274
739
|
|
|
275
740
|
### Miscellaneous Chores
|
|
276
741
|
|
|
277
742
|
* **standards-schema-org:** Synchronize repo versions
|
|
278
743
|
|
|
279
|
-
## [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)
|
|
280
745
|
|
|
281
746
|
|
|
282
747
|
### Miscellaneous Chores
|
|
283
748
|
|
|
284
749
|
* **standards-schema-org:** Synchronize repo versions
|
|
285
750
|
|
|
286
|
-
## [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)
|
|
287
752
|
|
|
288
753
|
|
|
289
754
|
### Miscellaneous Chores
|
|
290
755
|
|
|
291
756
|
* **standards-schema-org:** Synchronize repo versions
|
|
292
757
|
|
|
293
|
-
## [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)
|
|
294
759
|
|
|
295
760
|
|
|
296
761
|
### Miscellaneous Chores
|
|
297
762
|
|
|
298
763
|
* **standards-schema-org:** Synchronize repo versions
|
|
299
764
|
|
|
300
|
-
## [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)
|
|
301
766
|
|
|
302
767
|
|
|
303
768
|
### Features
|
|
304
769
|
|
|
305
|
-
* 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))
|
|
306
771
|
|
|
307
|
-
## [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)
|
|
308
773
|
|
|
309
774
|
|
|
310
775
|
### Miscellaneous Chores
|