@comunica/types
Advanced tools
Changelog
v4.0.1 - 2024-10-15
The following breaking changes will only impact users of Node.js < 18 and users that develop custom components or engines with Comunica.
Actor.test
methods must be changed to use passTest
or failTest
instead of promise rejections, for better performance.User-Agent
header has been improvedAccept-Encoding
header with Brotli<a name="v3.3.0"></a>
Changelog
v3.2.1 - 2024-08-07
<a name="v3.2.0"></a>
Changelog
v3.2.0 - 2024-07-05
<a name="v3.1.2"></a>
Changelog
v3.1.0 - 2024-05-11
<a name="v3.0.3"></a>
Changelog
v3.0.1 - 2024-03-19
@comunica/actor-query-operation-filter-sparqlee
-> @comunica/actor-query-operation-filter
@comunica/actor-query-operation-orderby-sparqlee
-> @comunica/actor-query-operation-orderby
rdf-resolve-quad-pattern
bus has been removed in favor of the new query-source-identify
bus. This bus enables identification of IQuerySource
's which can accept any kind of query operation, not just quad patterns like before.<a name="v2.10.2"></a>