Skip to content

Alpha 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@dantleech dantleech released this 21 Aug 22:15

This release features a new command node:edit which replaces node:property:edit, and enables the edition (or creation) of a complete node.

It also adds a temporary limitation to the UPDATE command when updating multi-value properties. Before this release updating a multivalue property with more than one element would remove all existing elements. Now we only allow updating single-valued multi-value properties until a better solution is implemented.

Features

  • [node:edit] New command node:edit enables editing of entire node
  • [shell] Added "shell:clear" command to support clearing the console output
  • [general] The shell supports being embedded as a dependency

Bug Fixes

  • [query] Disabled updating multivalue properties where properties have more
    than one value with the UPDATE, as currently other items are overwritten and
    data is lost. See: #85
  • [shell] Multivalue (and so multiline) property values are truncated as a single string (#70)