File tree Expand file tree Collapse file tree 13 files changed +40
-31
lines changed Expand file tree Collapse file tree 13 files changed +40
-31
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.1.0 " ></a >
5
+ ## [ v3.1.0] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.9...v3.1.0 ) - 2020-08-10
6
+
7
+ ### Changed
8
+ * [ Update to asynciterator v3, Closes #129 ] ( https://github.com/LinkedDataFragments/Server.js/commit/b6e3512ec21bba5cfcac79aee52033034d49583b )
9
+
10
+ ### Fixed
11
+ * [ Fix missing rdf-string dependency in core, Closes #131 ] ( https://github.com/LinkedDataFragments/Server.js/commit/70021d26a4112a02278801ffff604ee803114369 )
12
+
4
13
<a name =" v3.0.9 " ></a >
5
14
## [ v3.0.9] ( https://github.com/LinkedDataFragments/Server.js/compare/v3.0.8...v3.0.9 ) - 2020-06-18
6
15
Original file line number Diff line number Diff line change 14
14
" packages/*"
15
15
],
16
16
"useWorkspaces" : true ,
17
- "version" : " 3.0.9 " ,
17
+ "version" : " 3.1.0 " ,
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.7 " ,
4
+ "version" : " 3.1.0 " ,
5
5
"lsd:module" : " https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core" ,
6
6
"lsd:components" : " components/components.jsonld" ,
7
7
"lsd:contexts" : {
43
43
"mime" : " ^2.4.4" ,
44
44
"n3" : " ^1.3.5" ,
45
45
"negotiate" : " ^1.0.1" ,
46
- "rdf-string" : " ^1.3.1" ,
47
46
"q" : " ^1.4.1" ,
48
47
"qejs" : " ^3.0.5" ,
48
+ "rdf-string" : " ^1.3.1" ,
49
49
"request" : " ^2.88.2" ,
50
50
"uritemplate" : " ^0.3.4"
51
51
},
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.7 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
38
+ "@ldf/core" : " ^3.1.0 "
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.9 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
38
+ "@ldf/core" : " ^3.1.0 "
39
39
},
40
40
"optionalDependencies" : {
41
41
"hdt" : " ^3.0.1"
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.7 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
39
+ "@ldf/core" : " ^3.1.0 "
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.8 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
38
+ "@ldf/core" : " ^3.1.0 "
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.7 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
41
+ "@ldf/core" : " ^3.1.0 "
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.7 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
39
+ "@ldf/core" : " ^3.1.0 "
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.7 " ,
4
+ "version" : " 3.1.0 " ,
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.7 "
41
+ "@ldf/core" : " ^3.1.0 "
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments