File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ <a name =" v3.0.4 " ></a >
5
+ ## [ v3.0.4] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.3...v3.0.4 ) - 2020-04-10
6
+
7
+ ### Fixed
8
+ * [ Remove need for softlinks in N3 datasources] ( https://github.com/LinkedDataFragments/Server.js/commit/2e260c560e0c3a75fedf1817690dd7a7dd2d6cca )
9
+ * [ Fix hide and enabled config entries not being migrated properly] ( https://github.com/LinkedDataFragments/Server.js/commit/b298789619fac911db89f1f00b736652c1bdc0cb )
10
+
4
11
<a name =" v3.0.3 " ></a >
5
12
## [ v3.0.3] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.2...v3.0.3 ) - 2020-04-10
6
13
Original file line number Diff line number Diff line change 14
14
" packages/*"
15
15
],
16
16
"useWorkspaces" : true ,
17
- "version" : " 3.0.3 " ,
17
+ "version" : " 3.0.4 " ,
18
18
"loglevel" : " success" ,
19
19
"registry" : " https://registry.npmjs.org/" ,
20
20
"npmClient" : " yarn"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/datasource-n3" ,
3
3
"description" : " Linked Data Fragments Server - N3 Datasources" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.0.4 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/server" ,
3
3
"description" : " Quad Pattern Fragments Linked Data Fragments Server" ,
4
- "version" : " 3.0.3 " ,
4
+ "version" : " 3.0.4 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server" ,
6
6
"lsd:contexts" : {
7
7
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld" : " components/context.jsonld"
38
38
"@ldf/datasource-composite" : " ^3.0.1" ,
39
39
"@ldf/datasource-hdt" : " ^3.0.1" ,
40
40
"@ldf/datasource-jsonld" : " ^3.0.1" ,
41
- "@ldf/datasource-n3" : " ^3.0.1 " ,
41
+ "@ldf/datasource-n3" : " ^3.0.4 " ,
42
42
"@ldf/datasource-sparql" : " ^3.0.1" ,
43
43
"@ldf/feature-memento" : " ^3.0.1" ,
44
44
"@ldf/feature-qpf" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments