Skip to content

Releases: sweetrdf/quickRdfIo

Bugfixes

09 Jun 12:12
Compare
Choose a tag to compare
  • quickRdfIo\Util - fix a typo in text/turtle spelling
  • quickRdfIo\NQuadsParser::key() and quickRdfIo\TriGParser::key() - add return type hints for PHP 8.1 compatibility

0.11.0

31 May 09:17
Compare
Choose a tag to compare
  • \quickRdfIo\Util class added providing parse(ResponseInterface | StreamInterface | resource | string $input, DataFactory $dataFactory, ?string $format, ?string $baseUri) and serialize(QuadIterator $data, string $data, resource | StreamInterface | string | null $output) methods added for plug & play parsing and serialization.
  • \quickRdfIo\JsonLdStreamSerializer class added providnig a streaming Json-LD serializer.
  • README extended with examples.
  • All parsers and serializers adjusted to recent RdfInterface changes and accept both resource and PSR-7 StreamInterface as input/output streams.
  • Quite some tests added.

JsonLD support added (with ml/json-ld)

20 May 10:24
Compare
Choose a tag to compare
0.10.0

JsonLdSerializer: add ml/json-ld documentation links

RDF-XML support added

17 May 20:34
Compare
Choose a tag to compare
0.9.0

README.md update

RDF* support added to nQuads parser and serializer

29 Mar 17:08
cd839cc
Compare
Choose a tag to compare

Adjusted to rdfInterface 0.8.0

23 Mar 16:37
Compare
Choose a tag to compare
0.6.0

rdfInterface dependency bumped to 0.8

Adjusted to rdfInterface 0.3.0

14 Mar 17:20
Compare
Choose a tag to compare

All parser class constructors take an rdfInterface\DataFactory object as a first parameter now allowing the library to work with any implementation of rdfInterface\DataFactory.

Moved to the sweetrdf composer organization

16 Feb 08:36
Compare
Choose a tag to compare
0.4.0

Republish under sweetrdf

NQuadsParser added

30 Jan 17:13
Compare
Choose a tag to compare

NQuadsParser class provides a (roughly 3 times) faster way of parsing n-triples and n-quads.

Serialize spelling made consistent with rdfInterface

28 Jan 12:46
Compare
Choose a tag to compare
0.2.0

Serialize spelling made consistent with rdfInterface