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