Releases: tgbv/cognigy-hammer
Releases · tgbv/cognigy-hammer
0.7.0
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
- 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
- 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.