All notable changes to this project will be documented in this file.
v2.1.0 - 2025-01-29
v2.0.0 - 2025-01-08
- Update to rdf-data-factory v2 This includes a bump to @rdfjs/[email protected], which requires TypeScript 5 and Node 14+
v1.25.0 - 2023-06-26
v1.24.0 - 2023-04-21
v1.23.1 - 2023-04-19
v1.23.0 - 2023-03-30
v1.22.0 - 2023-03-09
v1.21.0 - 2023-01-27
v1.20.0 - 2022-11-21
v1.19.3 - 2022-11-09
v1.19.2 - 2022-07-18
v1.19.1 - 2022-07-15
v1.19.0 - 2022-07-15
- Exit with status code 1 if the runner fails
- Bump rdf-object to fix unresolved promise rejection on Node 16
v1.18.0 - 2021-08-11
v1.17.0 - 2021-03-18
v1.16.0 - 2020-10-23
v1.15.0 - 2020-10-02
v1.14.0 - 2020-09-16
v1.13.4 - 2020-08-21
v1.13.3 - 2020-08-19
v1.13.2 - 2020-08-14
- Fix query tests not accepting more than one qt:graphData
- Fix crash when printing timed out test results, Closes #58
v1.13.1 - 2020-04-28
v1.13.0 - 2020-04-03
- Support JSON-LD's HTML tests
- Emit doap:version in EARL files
- Add negative JSON-LD fromRdf test handler
- Pass rdfDirection property to JSON-LD fromRdf
- Include input data in error message for JSON-LD fromRdf
- Default JSON-LD fromRdf specVersion to undefined
v1.12.1 - 2020-01-27
v1.12.0 - 2019-12-06
- Remove unused node-web-streams dependency
- Improve error message on failing negative JSON-LD toRdf tests
v1.11.0 - 2019-10-02
v1.10.6 - 2019-09-27
v1.10.5 - 2019-09-27
v1.10.4 - 2019-09-26
v1.10.3 - 2019-09-18
v1.10.2 - 2019-09-18
v1.10.1 - 2019-09-12
- Fix incorrect blank node canonicalization during bindings comparison
- Fix incorrect named graph printing in query eval errors
v1.10.0 - 2019-09-04
- Apply blank node normalization in SPARQL results
- Compare literals in SPARQL by value, not stricly, Closes #37
v1.9.3 - 2019-07-15
v1.9.2 - 2019-06-23
v1.9.1 - 2019-06-20
v1.9.0 - 2019-06-04
v1.8.2 - 2019-04-10
v1.8.1 - 2019-04-10
v1.8.0 - 2019-04-09
v1.7.0 - 2019-04-02
v1.6.0 - 2019-03-18
v1.5.3 - 2019-02-13
v1.5.2 - 2019-02-13
v1.5.1 - 2019-02-13
v1.5.0 - 2019-02-12
v1.4.0 - 2019-02-07
v1.3.0 - 2019-02-04
- Print the data uri for a sparql query evaluation in verbose mode
- Always include input when logging test errors
v1.2.0 - 2018-12-04
- Allow custom options to be passed from command line to engines
- Support N-Triples, N-Quads, Turtle and TriG
- Add .nq extension contentType mapping
v1.1.1 - 2018-11-08
v1.1.0 - 2018-11-08
- Allow filtering tests by IRI regex
- Add settings option to IParser
- Add GeneralizedN3StreamParser for parsing generalized RDF
- Support parsing of N-Quads
- Update to generic RDFJS typings
- Reject when manifests are not self-descriptive
- Improve error reporting for RDF/XML tests
- Initial release