Skip to content

stroom distribution v5.3.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@stroomdev66 stroomdev66 released this 25 Apr 20:41
· 38 commits to 5.3 since this release
  • Move to stroom-expression v1.2.0-beta.1

    Added if and not() functions.
    Added value functions true(), false(), null() and err().
    Added match boolean function.
    Added variance and stDev functions.
    Added hash function.
    Added formatDate function.
    Added parseDate function.
    Made substring and decode functions capable of accepting functional parameters.
    Added substringBefore, substringAfter, indexOf and lastIndexOf functions.
    Added countUnique function.