Skip to content

4.1.0

Compare
Choose a tag to compare
@bjuric bjuric released this 20 Dec 03:02
· 19 commits to master since this release
  • Add support for masking input data fields
  • Ensure masked fields are unmasked when evaluating javascript
  • Added DSLs
    • <step> <while|until> <name> is[ not] <blank|empty>
    • <step> <while|until> <name> is[ not] "<value>"
    • <step> <while|until> <name> <match> "<expression>"
    • <step> <while|until> <name> does not <match> "<expression>"
  • Do not honor @Try annotation in dry run mode when a reference is invalid