github-actions
released this
24 Sep 12:36
·
62 commits
to master
since this release
Minor Changes
- 02620af: Add typing/hasValue node that lets you check if a value is present
- bc39aeb: Add pad node that lets you fill a string to a certain lenght with a given character, like 25 to 025
- 83abbb5: Add Inject Item into Array node, this allows you to add a new item to the array at a given index, also allowing negative index to go last to first
Patch Changes
- 381fc4d: Fix output of split string to array