Changelog
v3.1.1 (2019-01-18)
The CLI package.json
was missing a dependency to yargs
. The stream
polyfill used by both Webpack and Browserify improperly pushes null
and emits an 'end'
event during the call to .destroy()
-- the same bug exists for node.js <v10. This patch includes an overriding destroy implementation for the stream polyfill when bundled.
Changelog
v3.1.0 (2019-01-16)
Introduces textual content writers which accept writable data events such as concise-quads and concise-triples hashes, prefix mappings, quad objects, and so on. This update also includes several patches for content reader corner cases that were not covered by W3C manifest, as well as some fixes to situational stream handling and dataset tree.
Changelog
v3.0.6 (2018-12-30)
Patches a blank node regex to cover a corner-case in reading Turtle and TriG documents.