@twin.org/standards-dublin-core 0.0.3-next.8 → 0.9.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +547 -71
- 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,302 +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)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Miscellaneous Chores
|
|
476
|
+
|
|
477
|
+
* **standards-dublin-core:** Synchronize repo versions
|
|
478
|
+
|
|
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)
|
|
4
480
|
|
|
5
481
|
|
|
6
482
|
### Miscellaneous Chores
|
|
7
483
|
|
|
8
484
|
* **standards-dublin-core:** Synchronize repo versions
|
|
9
485
|
|
|
10
|
-
## [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)
|
|
11
487
|
|
|
12
488
|
|
|
13
489
|
### Features
|
|
14
490
|
|
|
15
|
-
* 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))
|
|
16
492
|
|
|
17
|
-
## [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)
|
|
18
494
|
|
|
19
495
|
|
|
20
496
|
### Miscellaneous Chores
|
|
21
497
|
|
|
22
498
|
* **standards-dublin-core:** Synchronize repo versions
|
|
23
499
|
|
|
24
|
-
## [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)
|
|
25
501
|
|
|
26
502
|
|
|
27
503
|
### Miscellaneous Chores
|
|
28
504
|
|
|
29
505
|
* **standards-dublin-core:** Synchronize repo versions
|
|
30
506
|
|
|
31
|
-
## [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)
|
|
32
508
|
|
|
33
509
|
|
|
34
510
|
### Miscellaneous Chores
|
|
35
511
|
|
|
36
512
|
* **standards-dublin-core:** Synchronize repo versions
|
|
37
513
|
|
|
38
|
-
## [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)
|
|
39
515
|
|
|
40
516
|
|
|
41
517
|
### Features
|
|
42
518
|
|
|
43
|
-
* 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))
|
|
44
520
|
|
|
45
|
-
## [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)
|
|
46
522
|
|
|
47
523
|
|
|
48
524
|
### Miscellaneous Chores
|
|
49
525
|
|
|
50
526
|
* **standards-dublin-core:** Synchronize repo versions
|
|
51
527
|
|
|
52
|
-
## [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)
|
|
53
529
|
|
|
54
530
|
|
|
55
531
|
### Features
|
|
56
532
|
|
|
57
|
-
* add Collection and hasPart to Dublin Core ([#13](https://github.com/
|
|
58
|
-
* add context id features ([#64](https://github.com/
|
|
59
|
-
* add validate-locales ([838389c](https://github.com/
|
|
60
|
-
* dublin core refactor ([548db75](https://github.com/
|
|
61
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
62
|
-
* export unece schemas ([ef9af8d](https://github.com/
|
|
63
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
64
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
65
|
-
* update ts-to-schema generation ([ba4e76d](https://github.com/
|
|
66
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
67
|
-
* 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))
|
|
68
544
|
|
|
69
|
-
## [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)
|
|
70
546
|
|
|
71
547
|
|
|
72
548
|
### Miscellaneous Chores
|
|
73
549
|
|
|
74
550
|
* **standards-dublin-core:** Synchronize repo versions
|
|
75
551
|
|
|
76
|
-
## [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)
|
|
77
553
|
|
|
78
554
|
|
|
79
555
|
### Features
|
|
80
556
|
|
|
81
|
-
* add validate-locales ([838389c](https://github.com/
|
|
557
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
82
558
|
|
|
83
|
-
## [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)
|
|
84
560
|
|
|
85
561
|
|
|
86
562
|
### Miscellaneous Chores
|
|
87
563
|
|
|
88
564
|
* **standards-dublin-core:** Synchronize repo versions
|
|
89
565
|
|
|
90
|
-
## [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)
|
|
91
567
|
|
|
92
568
|
|
|
93
569
|
### Miscellaneous Chores
|
|
94
570
|
|
|
95
571
|
* **standards-dublin-core:** Synchronize repo versions
|
|
96
572
|
|
|
97
|
-
## [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)
|
|
98
574
|
|
|
99
575
|
|
|
100
576
|
### Miscellaneous Chores
|
|
101
577
|
|
|
102
578
|
* **standards-dublin-core:** Synchronize repo versions
|
|
103
579
|
|
|
104
|
-
## [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)
|
|
105
581
|
|
|
106
582
|
|
|
107
583
|
### Miscellaneous Chores
|
|
108
584
|
|
|
109
585
|
* **standards-dublin-core:** Synchronize repo versions
|
|
110
586
|
|
|
111
|
-
## [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)
|
|
112
588
|
|
|
113
589
|
|
|
114
590
|
### Miscellaneous Chores
|
|
115
591
|
|
|
116
592
|
* **standards-dublin-core:** Synchronize repo versions
|
|
117
593
|
|
|
118
|
-
## [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)
|
|
119
595
|
|
|
120
596
|
|
|
121
597
|
### Miscellaneous Chores
|
|
122
598
|
|
|
123
599
|
* **standards-dublin-core:** Synchronize repo versions
|
|
124
600
|
|
|
125
|
-
## [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)
|
|
126
602
|
|
|
127
603
|
|
|
128
604
|
### Miscellaneous Chores
|
|
129
605
|
|
|
130
606
|
* **standards-dublin-core:** Synchronize repo versions
|
|
131
607
|
|
|
132
|
-
## [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)
|
|
133
609
|
|
|
134
610
|
|
|
135
611
|
### Miscellaneous Chores
|
|
136
612
|
|
|
137
613
|
* **standards-dublin-core:** Synchronize repo versions
|
|
138
614
|
|
|
139
|
-
## [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)
|
|
140
616
|
|
|
141
617
|
|
|
142
618
|
### Miscellaneous Chores
|
|
143
619
|
|
|
144
620
|
* **standards-dublin-core:** Synchronize repo versions
|
|
145
621
|
|
|
146
|
-
## [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)
|
|
147
623
|
|
|
148
624
|
|
|
149
625
|
### Miscellaneous Chores
|
|
150
626
|
|
|
151
627
|
* **standards-dublin-core:** Synchronize repo versions
|
|
152
628
|
|
|
153
|
-
## [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)
|
|
154
630
|
|
|
155
631
|
|
|
156
632
|
### Miscellaneous Chores
|
|
157
633
|
|
|
158
634
|
* **standards-dublin-core:** Synchronize repo versions
|
|
159
635
|
|
|
160
|
-
## [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)
|
|
161
637
|
|
|
162
638
|
|
|
163
639
|
### Features
|
|
164
640
|
|
|
165
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
641
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
166
642
|
|
|
167
|
-
## [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)
|
|
168
644
|
|
|
169
645
|
|
|
170
646
|
### Features
|
|
171
647
|
|
|
172
|
-
* export unece schemas ([ef9af8d](https://github.com/
|
|
173
|
-
* 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))
|
|
174
650
|
|
|
175
|
-
## [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)
|
|
176
652
|
|
|
177
653
|
|
|
178
654
|
### Features
|
|
179
655
|
|
|
180
|
-
* add Collection and hasPart to Dublin Core ([#13](https://github.com/
|
|
181
|
-
* dublin core refactor ([548db75](https://github.com/
|
|
182
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
183
|
-
* update ts-to-schema generation ([ba4e76d](https://github.com/
|
|
184
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
185
|
-
* 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))
|
|
186
662
|
|
|
187
663
|
## 0.0.1 (2025-07-03)
|
|
188
664
|
|
|
189
665
|
|
|
190
666
|
### Features
|
|
191
667
|
|
|
192
|
-
* release to production ([2ae4125](https://github.com/
|
|
668
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
193
669
|
|
|
194
|
-
## [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)
|
|
195
671
|
|
|
196
672
|
|
|
197
673
|
### Miscellaneous Chores
|
|
198
674
|
|
|
199
675
|
* **standards-dublin-core:** Synchronize repo versions
|
|
200
676
|
|
|
201
|
-
## [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)
|
|
202
678
|
|
|
203
679
|
|
|
204
680
|
### Features
|
|
205
681
|
|
|
206
|
-
* 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))
|
|
207
683
|
|
|
208
|
-
## [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)
|
|
209
685
|
|
|
210
686
|
|
|
211
687
|
### Features
|
|
212
688
|
|
|
213
|
-
* update ts-to-schema generation ([ba4e76d](https://github.com/
|
|
689
|
+
* update ts-to-schema generation ([ba4e76d](https://github.com/iotaledger/twin-standards/commit/ba4e76d677556a1817092f8079d4cce67dee94bc))
|
|
214
690
|
|
|
215
|
-
## [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)
|
|
216
692
|
|
|
217
693
|
|
|
218
694
|
### Features
|
|
219
695
|
|
|
220
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
696
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
221
697
|
|
|
222
|
-
## [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)
|
|
223
699
|
|
|
224
700
|
|
|
225
701
|
### Miscellaneous Chores
|
|
226
702
|
|
|
227
703
|
* **standards-dublin-core:** Synchronize repo versions
|
|
228
704
|
|
|
229
|
-
## [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)
|
|
230
706
|
|
|
231
707
|
|
|
232
708
|
### Miscellaneous Chores
|
|
233
709
|
|
|
234
710
|
* **standards-dublin-core:** Synchronize repo versions
|
|
235
711
|
|
|
236
|
-
## [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)
|
|
237
713
|
|
|
238
714
|
|
|
239
715
|
### Miscellaneous Chores
|
|
240
716
|
|
|
241
717
|
* **standards-dublin-core:** Synchronize repo versions
|
|
242
718
|
|
|
243
|
-
## [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)
|
|
244
720
|
|
|
245
721
|
|
|
246
722
|
### Miscellaneous Chores
|
|
247
723
|
|
|
248
724
|
* **standards-dublin-core:** Synchronize repo versions
|
|
249
725
|
|
|
250
|
-
## [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)
|
|
251
727
|
|
|
252
728
|
|
|
253
729
|
### Miscellaneous Chores
|
|
254
730
|
|
|
255
731
|
* **standards-dublin-core:** Synchronize repo versions
|
|
256
732
|
|
|
257
|
-
## [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)
|
|
258
734
|
|
|
259
735
|
|
|
260
736
|
### Miscellaneous Chores
|
|
261
737
|
|
|
262
738
|
* **standards-dublin-core:** Synchronize repo versions
|
|
263
739
|
|
|
264
|
-
## [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)
|
|
265
741
|
|
|
266
742
|
|
|
267
743
|
### Miscellaneous Chores
|
|
268
744
|
|
|
269
745
|
* **standards-dublin-core:** Synchronize repo versions
|
|
270
746
|
|
|
271
|
-
## [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)
|
|
272
748
|
|
|
273
749
|
|
|
274
750
|
### Miscellaneous Chores
|
|
275
751
|
|
|
276
752
|
* **standards-dublin-core:** Synchronize repo versions
|
|
277
753
|
|
|
278
|
-
## [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)
|
|
279
755
|
|
|
280
756
|
|
|
281
757
|
### Features
|
|
282
758
|
|
|
283
|
-
* dublin core refactor ([548db75](https://github.com/
|
|
759
|
+
* dublin core refactor ([548db75](https://github.com/iotaledger/twin-standards/commit/548db75600d44a0ab8f7bff2f07261552dc2b0b1))
|
|
284
760
|
|
|
285
|
-
## [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)
|
|
286
762
|
|
|
287
763
|
|
|
288
764
|
### Features
|
|
289
765
|
|
|
290
|
-
* 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))
|
|
291
767
|
|
|
292
|
-
## [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)
|
|
293
769
|
|
|
294
770
|
|
|
295
771
|
### Features
|
|
296
772
|
|
|
297
|
-
* 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))
|
|
298
774
|
|
|
299
|
-
## [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)
|
|
300
776
|
|
|
301
777
|
|
|
302
778
|
### Miscellaneous Chores
|