Skip to content

stroom distribution v5.3.0

Choose a tag to compare

@stroomdev66 stroomdev66 released this 02 May 13:41
· 20 commits to 5.3 since this release
  • Issue #613 : Fixed visualisation display in latest Firefox and Chrome.

  • Added permission caching to reference data lookup.

  • Updated to stroom-expression 1.3.1

    Added cast functions toBoolean, toDouble, toInteger, toLong and toString.
    Added include and exclude functions.
    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.