v0.6.0
Pre-release
Pre-release
add commands for value processing inside string-value creating pipelines:
REGEX-REPLACE
: Replace all string content matching a given regular expression with the given replacement (can use groups)TO-UPPER
: upper-case all textTO-LOWER
: lower-case all textADD-PREFIX
: add a string prefix before the textADD-SUFFIX
: add a string suffix after the text
BREAKING CHANGES:
- Rename
REPLACE
toREPLACE-ELEMENT
(aliasMAP
is kept)
Full Changelog: 0.5.0...0.6.0