Skip to content

v1.0.0

Compare
Choose a tag to compare
@jmatsushita jmatsushita released this 12 Jan 15:07
· 50 commits to master since this release

Deprecated

  • Support for node 0.10 and 0.12

Added

  • Support for node v6 and v7
  • preserve option to avoid the destructive effect of put.
  • Support for adding multiple triples via an array of docs in @graph (there isn't - yet - support for named graphs).
  • When using put with a nested document, the callback will receive a version of the stored document with blank nodes added as @id.

Changed

  • Blank node are not considered as IRIs and therefore do not have the base option added.

Fixed