Skip to content

0.11.0

Compare
Choose a tag to compare
@zozlak zozlak released this 31 May 09:17
· 38 commits to master since this release
  • \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.