Skip to content

Releases: sweetrdf/quickRdf

PHP 8.5 fixes

03 Oct 09:22
82ae152

Choose a tag to compare

Merge pull request #8 from sweetrdf/feature/php8.5

PHP 8.5 support

Fix the document github action

22 Apr 14:08

Choose a tag to compare

2.0.5

.github/workflows/document.yml: bump checkout and cache actions version

Allow rdf-interface ^3 and make pass phpStan level 6

22 Apr 13:58
0fcedff

Choose a tag to compare

Merge pull request #7 from sweetrdf/feature/reached-phpstan-level-4

Reached PHPStan (v2) level 6

PHP 8.4 deprecation fixes

24 Oct 14:56

Choose a tag to compare

2.0.3

Dataset: fix PHP 8.4 deprecations

PHP 8.4 deprecation fixes

26 Sep 09:43

Choose a tag to compare

2.0.2

.github/workflows/test.yml: run phpstan on PHP 8.4

Bugfixes

13 Mar 14:38

Choose a tag to compare

quickRdf\DataFactory: avoid race conditions with PHP garbage collector

Adjusted to rdfInterface 2.0.0

13 Feb 12:32

Choose a tag to compare

composer.json: bump rdf-interface to ^2

Adjusted to rdfInterface 1.0.0

01 Nov 10:15

Choose a tag to compare

Dataset: adjusted to rdf-interface 1.0.0

Bugfixes

09 Jun 12:10

Choose a tag to compare

  • quickRdf\Dataset::key() add return type hint for PHP 8.1 compatibility
  • quickRdf\Dataset::delete() and ``quickRdf\Dataset::deleteExcept()` - fix a bug with internal quads pointer being interrupted by the in-place deletions.

BlankNode::resetCounter() method added

26 May 19:39

Choose a tag to compare

0.9.0

BlankNode::resetCounter() methods added