@graphy/core.iso.stream
Advanced tools
Changelog
v4.0.3 (2020-01-07)
Patch for negative lookbehind RegExp polyfills in all readers that affects certain browsers including Firefox.
@graphy/content.*.read
Changelog
v4.0.2 (2019-12-29)
Turtle and Trig reader performance patch.
@graphy/content.t*.read
Changelog
v4.0.1 (2019-12-21)
Fixed tag selectors in quad filter expressions, and added a patch for reading large string literals.
graphy
CLI@graphy/content.*.read
@graphy/content.*.read
Changelog
v4.0.0 (2019-12-11)
This update brings many new features to all the packages, with some necessary breaking changes, several fixes to the readers and writers, and performance improvements across the board.
Changelog
v3.2.2 (2019-02-09)
graphy
The build script was accidentally assigning devDependencies from the super-repo to the graphy
package, adding unnecessary bulk to the package install; those dependencies have been removed.
Changelog
v3.2.1 (2019-02-07)
Fixed content writers accessing property on undefined while trying to throw Error.
Changelog
v3.2.0 (2019-01-24)
The CLI now supports filtering quads by specific components (i.e., subject, predicate, object or graph). Allows for selecting those that have a specific value for a given component, those that do not have any of the specific values for a given component (i.e., a negative filter list), or a combination of the two (e.g., quads that have this specific subject and do not have these specific predicates).
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.