Version 0.8.0 released

From the changelogs;

Added

  • Introduction of type definitions for inputs and outputs. This allows types to extend other types and provide custom colors for those types. (#17)

  • Added object.* nodes to replace the document.* nodes.

Changed

  • document.* nodes are now deprecated in favor object.*.

  • Registry actions such as xiblepm nodepack install use the proper OS dependent “tmp” directory. (#33)

Removed

  • log.console node is now removed, after it was deprecated in favor of console.log. (#27)