Install dependencies:
yarn install
yarn run update
Use demo/run_demo.sh
to run n8n with n8n-nodes-updates
installed.
./demo/run_demo.sh
# or
yarn run demo
# or
yarn run demo:build
To release a new version, create a new release (with tag) on GitHub.
To cancel a release, delete the release on GitHub, remove the tag on GitHub and un-publish the version from npm.
This n8n-node calculate the hash of the input (the json of items) and persist data using workflow staticData
.
The staticData
persist and retrieve data from the workflow only on trigger
mode. In manual
mode it will not persist
nor retrieve data. In manual
mode, every item will be considered as a new item (always).
After each execution, we compare the hash of each item with the hash of the item from the previous execution with the same ID and create the groups based on that.