Skip to content

Releases: tgbv/cognigy-hammer

0.7.0

26 Oct 15:56
Compare
Choose a tag to compare

New features:

  • Can set node constraints and appearance at node creation
  • Added commands 'list nodes' and 'list connections'
  • Added command 'delete connection'
  • Using the lasted version of @cognigy/extension-tools, which is 0.16.1

Potential downgrade/breaking change:

  • At creation, node namespacing is no longer permitted (eg: creating node at path such as "foo/bar/baz")

0.6.1

16 Oct 08:03
Compare
Choose a tag to compare
  • Connection template is now exported under the appropriate interface: IConnectionSchema
  • Connection is exported by default and also via dedicated variable name, for enhanced intellisense.

0.6.0

06 Oct 11:49
Compare
Choose a tag to compare
  • Migrated CLI to commander. Legacy commands are still supported, yet deprecated, and will be removed in the next major version.
  • Improved CLI: create scaffold command now asks for GIT repo initialization.
  • Updated documentation & demos to reflect changes.