Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelko kelko released this 13 Oct 09:18
· 18 commits to main since this release
478cb64

⚠️ CONTAINS BREAKING CHANGE ⚠️

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 text
  • TO-LOWER: lower-case all text
  • ADD-PREFIX: add a string prefix before the text
  • ADD-SUFFIX: add a string suffix after the text

BREAKING CHANGES:

  • Rename REPLACE to REPLACE-ELEMENT (alias MAP is kept)

Full Changelog: 0.5.0...0.6.0