File tree Expand file tree Collapse file tree 13 files changed +36
-30
lines changed Expand file tree Collapse file tree 13 files changed +36
-30
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.7 " ></a >
5
+ ## [ v3.0.7] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.6...v3.0.7 ) - 2020-04-14
6
+
7
+ ### Fixed
8
+ * [ Fix blank node prefixes in datasources not being relative to base] ( https://github.com/LinkedDataFragments/Server.js/commit/cf8ee9e9586a0643fde5619b93098a11035b7c78 )
9
+
4
10
<a name =" v3.0.6 " ></a >
5
11
## [ v3.0.6] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.5...v3.0.6 ) - 2020-04-10
6
12
Original file line number Diff line number Diff line change 14
14
" packages/*"
15
15
],
16
16
"useWorkspaces" : true ,
17
- "version" : " 3.0.6 " ,
17
+ "version" : " 3.0.7 " ,
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/core" ,
3
3
"description" : " Linked Data Fragments Server - Core" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core" ,
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/datasource-composite" ,
3
3
"description" : " Linked Data Fragments Server - Composite Datasource" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-composite" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
35
35
"@ldf/core" : " ^3.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "@ldf/core" : " ^3.0.5 "
38
+ "@ldf/core" : " ^3.0.7 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/datasource-hdt" ,
3
3
"description" : " Linked Data Fragments Server - HDT Datasource" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-hdt" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
35
35
"@ldf/core" : " ^3.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "@ldf/core" : " ^3.0.5 "
38
+ "@ldf/core" : " ^3.0.7 "
39
39
},
40
40
"optionalDependencies" : {
41
41
"hdt" : " ^2.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/datasource-jsonld" ,
3
3
"description" : " Linked Data Fragments Server - JSON-LD Datasource" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-jsonld" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
36
36
"@ldf/core" : " ^3.0.0"
37
37
},
38
38
"devDependencies" : {
39
- "@ldf/core" : " ^3.0.5 "
39
+ "@ldf/core" : " ^3.0.7 "
40
40
}
41
41
}
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.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-n3" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
35
35
"@ldf/core" : " ^3.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "@ldf/core" : " ^3.0.5 "
38
+ "@ldf/core" : " ^3.0.7 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/datasource-sparql" ,
3
3
"description" : " Linked Data Fragments Server - SPARQL Datasource" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/datasource-sparql" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
38
38
"@ldf/core" : " ^3.0.0"
39
39
},
40
40
"devDependencies" : {
41
- "@ldf/core" : " ^3.0.5 "
41
+ "@ldf/core" : " ^3.0.7 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/feature-memento" ,
3
3
"description" : " Linked Data Fragments Server - Memento" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-memento" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
36
36
"@ldf/core" : " ^3.0.0"
37
37
},
38
38
"devDependencies" : {
39
- "@ldf/core" : " ^3.0.5 "
39
+ "@ldf/core" : " ^3.0.7 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ldf/feature-qpf" ,
3
3
"description" : " Linked Data Fragments Server - Quad Pattern Fragments" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.7 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-qpf" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
38
38
"@ldf/core" : " ^3.0.0"
39
39
},
40
40
"devDependencies" : {
41
- "@ldf/core" : " ^3.0.5 "
41
+ "@ldf/core" : " ^3.0.7 "
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments