Releases: sweetrdf/quickRdfIo
Releases · sweetrdf/quickRdfIo
Bugfixes
0.11.0
\quickRdfIo\Util
class added providingparse(ResponseInterface | StreamInterface | resource | string $input, DataFactory $dataFactory, ?string $format, ?string $baseUri)
andserialize(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-7StreamInterface
as input/output streams. - Quite some tests added.
JsonLD support added (with ml/json-ld)
0.10.0 JsonLdSerializer: add ml/json-ld documentation links
RDF-XML support added
0.9.0 README.md update
RDF* support added to nQuads parser and serializer
0.7.0 Update README.md
Adjusted to rdfInterface 0.8.0
0.6.0 rdfInterface dependency bumped to 0.8
Adjusted to rdfInterface 0.3.0
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
0.4.0 Republish under sweetrdf
NQuadsParser added
NQuadsParser
class provides a (roughly 3 times) faster way of parsing n-triples and n-quads.
Serialize spelling made consistent with rdfInterface
0.2.0 Serialize spelling made consistent with rdfInterface