@lindas/trifid-plugin-ckan 5.0.2 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,178 +1,166 @@
1
- # @zazuko/trifid-plugin-ckan
2
-
3
- ## 5.0.2
4
-
5
- ### Patch Changes
6
-
7
- - 48d1042: Republish all lindas-trifid packages to npm with LINDAS namespace
8
-
9
- ## 5.0.1
10
-
11
- ### Patch Changes
12
-
13
- - c34d5af: Fix js-yaml vulnerability by upgrading xmlbuilder2 to v4
14
-
15
- ## 5.0.0
16
-
17
- ### Major Changes
18
-
19
- - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
20
-
21
- Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
22
-
23
- Package name changes:
24
-
25
- - trifid lindas-trifid
26
- - trifid-core → lindas-trifid-core
27
- - trifid-handler-fetch → lindas-trifid-handler-fetch
28
- - trifid-plugin-_ → lindas-trifid-plugin-_
29
- - @zazuko/trifid-_ → lindas-trifid-_
30
-
31
- Author updated to: Swiss Federal Archives / Lindas
32
-
33
- ## 4.2.3
34
-
35
- ### Patch Changes
36
-
37
- - 717d3c6: Remove `dotenv` dependency
38
-
39
- ## 4.2.2
40
-
41
- ### Patch Changes
42
-
43
- - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
44
- - f0e3b13: Fix and improve types references
45
-
46
- ## 4.2.1
47
-
48
- ### Patch Changes
49
-
50
- - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
51
-
52
- ## 4.2.0
53
-
54
- ### Minor Changes
55
-
56
- - 007e201: Upgrade Fastify to v5.
57
-
58
- ### Patch Changes
59
-
60
- - 080f5d8: Harmonize author and keywords fields
61
- - a97a6a0: Use Apache 2.0 license
62
-
63
- ## 4.1.0
64
-
65
- ### Minor Changes
66
-
67
- - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
68
-
69
- ## 4.0.3
70
-
71
- ### Patch Changes
72
-
73
- - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
74
-
75
- ## 4.0.2
76
-
77
- ### Patch Changes
78
-
79
- - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
80
-
81
- ## 4.0.1
82
-
83
- ### Patch Changes
84
-
85
- - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
86
- - 009d545: Upgrade `sparql-http-client` to v3.0.0
87
- - 8345cab: Upgrade `@zazuko/env` to 2.1.0
88
- - 676f284: Fix types
89
-
90
- ## 4.0.0
91
-
92
- ### Major Changes
93
-
94
- - 4b515f8: Use 'plugins' instead of 'middlewares'
95
- - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
96
-
97
- ### Minor Changes
98
-
99
- - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
100
-
101
- ### Patch Changes
102
-
103
- - 69d6ad0: Improve included TypeScript types.
104
-
105
- ## 3.0.0
106
-
107
- ### Major Changes
108
-
109
- - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
110
- - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
111
-
112
- ### Minor Changes
113
-
114
- - 4417b94: Export `dcterms:relation` from source cube
115
-
116
- ### Patch Changes
117
-
118
- - e06cf6d: Added `foaf:page` - dataset documentation
119
- - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
120
-
121
- ## 2.4.3
122
-
123
- ### Patch Changes
124
-
125
- - 5948029: Add type declarations to package
126
- - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
127
-
128
- ## 2.4.2
129
-
130
- ### Patch Changes
131
-
132
- - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
133
-
134
- ## 2.4.1
135
-
136
- ### Patch Changes
137
-
138
- - 9a55769: Remove rdf:datatype for langString
139
-
140
- ## 2.4.0
141
-
142
- ### Minor Changes
143
-
144
- - a9e92c4: Convert legacy frequency to EU frequency
145
-
146
- ## 2.3.0
147
-
148
- ### Minor Changes
149
-
150
- - 8bc9dfc: Improve the way frequencies are handled.
151
-
152
- ### Patch Changes
153
-
154
- - 2938434: Use `dcterms` prefix instead of `dct`
155
-
156
- ## 2.2.1
157
-
158
- ### Patch Changes
159
-
160
- - 239752a: Use rdf:datatype instead of xml:datatype
161
-
162
- ## 2.2.0
163
-
164
- ### Minor Changes
165
-
166
- - 207db20: Use the `dct` prefix instead of the `dcterms` one
167
-
168
- ### Patch Changes
169
-
170
- - e873b2f: Generated XML documents have a blank line at the end.
171
-
172
- This Trifid plugin will be more robust, as we created a set of tests.
173
-
174
- ## 2.1.0
175
-
176
- ### Minor Changes
177
-
178
- - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.
1
+ # @zazuko/trifid-plugin-ckan
2
+
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 732a9b5: Rename packages to LINDAS namespace and remove Zazuko branding
8
+
9
+ Remove all references to Zazuko and rebrand all packages under the LINDAS/Swiss Federal Archives namespace. This allows the fork to be published to npm independently and clearly indicates these are the LINDAS customizations of Trifid, not the original Zazuko packages.
10
+
11
+ Package name changes:
12
+
13
+ - trifid lindas-trifid
14
+ - trifid-core → lindas-trifid-core
15
+ - trifid-handler-fetch → lindas-trifid-handler-fetch
16
+ - trifid-plugin-_ → lindas-trifid-plugin-_
17
+ - @zazuko/trifid-_ → lindas-trifid-_
18
+
19
+ Author updated to: Swiss Federal Archives / Lindas
20
+
21
+ ## 4.2.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 717d3c6: Remove `dotenv` dependency
26
+
27
+ ## 4.2.2
28
+
29
+ ### Patch Changes
30
+
31
+ - 842fad6: The CKAN harvester ignored blank node distributions. All distributions are named nodes now
32
+ - f0e3b13: Fix and improve types references
33
+
34
+ ## 4.2.1
35
+
36
+ ### Patch Changes
37
+
38
+ - 724f2ed: Fix `requestPort` value, to handle `null` cases and simplify the logic
39
+
40
+ ## 4.2.0
41
+
42
+ ### Minor Changes
43
+
44
+ - 007e201: Upgrade Fastify to v5.
45
+
46
+ ### Patch Changes
47
+
48
+ - 080f5d8: Harmonize author and keywords fields
49
+ - a97a6a0: Use Apache 2.0 license
50
+
51
+ ## 4.1.0
52
+
53
+ ### Minor Changes
54
+
55
+ - 77fcfd4: Preserve existing objects of `dcat:distribution` (re https://gitlab.ldbar.ch/bafu/visualize/-/issues/560)
56
+
57
+ ## 4.0.3
58
+
59
+ ### Patch Changes
60
+
61
+ - 1cafa55: Return `reply` in the `routeHandler`, in order to be compatible with the support for compression.
62
+
63
+ ## 4.0.2
64
+
65
+ ### Patch Changes
66
+
67
+ - 7442b22: Bump `@zazuko/env` from 2.1.1 to 2.2.0
68
+
69
+ ## 4.0.1
70
+
71
+ ### Patch Changes
72
+
73
+ - ffe692c: Upgrade `@tpluscode/rdf-string` from 1.1.3 to 1.2.1
74
+ - 009d545: Upgrade `sparql-http-client` to v3.0.0
75
+ - 8345cab: Upgrade `@zazuko/env` to 2.1.0
76
+ - 676f284: Fix types
77
+
78
+ ## 4.0.0
79
+
80
+ ### Major Changes
81
+
82
+ - 4b515f8: Use 'plugins' instead of 'middlewares'
83
+ - eedaa53: The plugin is now using the new Trifid factory, which is a breaking change.
84
+
85
+ ### Minor Changes
86
+
87
+ - 0c53ff7: The SPARQL query that is made to get all datasets is now querying all graphs by default
88
+
89
+ ### Patch Changes
90
+
91
+ - 69d6ad0: Improve included TypeScript types.
92
+
93
+ ## 3.0.0
94
+
95
+ ### Major Changes
96
+
97
+ - e6deaec: Output [europa.eu themes](https://publications.europa.eu/resource/authority/data-theme) explicitly mapped using `schema:sameAs`. Themes without a mapping are not included in the output.
98
+ - e84b484: Use new output for the `dcat:Distribution/dcterms:format`, linking to [europa.eu controlled vocabulary](https://publications.europa.eu/resource/authority/file-type)
99
+
100
+ ### Minor Changes
101
+
102
+ - 4417b94: Export `dcterms:relation` from source cube
103
+
104
+ ### Patch Changes
105
+
106
+ - e06cf6d: Added `foaf:page` - dataset documentation
107
+ - f916d8a: Map old and new category identifiers to the new controled vocabulary required by DCAT-AP handbook
108
+
109
+ ## 2.4.3
110
+
111
+ ### Patch Changes
112
+
113
+ - 5948029: Add type declarations to package
114
+ - 0ef3d8f: Correctly serialize `dcat:contactPoint` which have RDF types in addition to `vcard:Individual` or `vcard:Organization`.
115
+
116
+ ## 2.4.2
117
+
118
+ ### Patch Changes
119
+
120
+ - 900e1d3: Upgrade @zazuko/prefixes to 2.1.1.
121
+
122
+ ## 2.4.1
123
+
124
+ ### Patch Changes
125
+
126
+ - 9a55769: Remove rdf:datatype for langString
127
+
128
+ ## 2.4.0
129
+
130
+ ### Minor Changes
131
+
132
+ - a9e92c4: Convert legacy frequency to EU frequency
133
+
134
+ ## 2.3.0
135
+
136
+ ### Minor Changes
137
+
138
+ - 8bc9dfc: Improve the way frequencies are handled.
139
+
140
+ ### Patch Changes
141
+
142
+ - 2938434: Use `dcterms` prefix instead of `dct`
143
+
144
+ ## 2.2.1
145
+
146
+ ### Patch Changes
147
+
148
+ - 239752a: Use rdf:datatype instead of xml:datatype
149
+
150
+ ## 2.2.0
151
+
152
+ ### Minor Changes
153
+
154
+ - 207db20: Use the `dct` prefix instead of the `dcterms` one
155
+
156
+ ### Patch Changes
157
+
158
+ - e873b2f: Generated XML documents have a blank line at the end.
159
+
160
+ This Trifid plugin will be more robust, as we created a set of tests.
161
+
162
+ ## 2.1.0
163
+
164
+ ### Minor Changes
165
+
166
+ - 578440c: Use Zazuko libraries, by replacing the use of `rdf-ext` with `@zazuko/env` and `@zazuko/prefixes`.