Releases: linkeddata/rdflib.js
Releases · linkeddata/rdflib.js
v2.2.5
v2.2.2
improvements :
- use solid prefixes by default : issue #472
- disable Store Features by default notably sameAs : issue #185, #458
bugs :
- parsing rdf:HTML as RDFa failed with 500 : issue #485
- updater.updateMany() : issue #490
- fix options.headers : PR #470
update of all dependencies, except webpack@4 and source-map-loader@1
Changed types for store
After previous release we discovered that there were some discrepancies between factory methods and store methods, which makes the combined use of them difficult. This patch release fixes this.
PRs in this release
Introducing types + a couple of fixes
With this minor release we move types from @types/rdflib to internal type definitions, which should make them more accurate. With this work we had to do a bit of work to make sure that everything played along nicely in TypeScript. We've tried to make sure that no methods break, but if anything breaks for you, please let us know.
PRs included
v1.0.7-3
v1.0.7-2
v1.0.7-1
v1.0.6 (22 October 2019)
v1.0.5 (21 October 2019)
Bugs fixed
- #359: rdflib does not send
PATCH
requests to Node Solid Server if it's running on a different Origin.
Changed
- rdflib's source code is no parsed as TypeScript. This should not change any behaviour; please report a new Issue if it does. Down the road, this should lead to rdflib shipping its own type definitions. (See PR #356.)