Skip to content

Releases: camunda/feel-scala

1.1.0

08 May 06:44
Compare
Choose a tag to compare

New Features:

  • extended FEEL data types mapping for
    • java.math.BigDecimal -> FEEL number
    • java.util.List -> FEEL list
    • java.util.Map -> FEEL context

1.0.0

13 Mar 15:37
Compare
Choose a tag to compare

Features

  • support FEEL expressions and unary tests
  • built-in functions
  • function provider spi
  • integration: factory + plugin

full support of simple unary tests

25 Sep 08:11
Compare
Choose a tag to compare
Pre-release

Features:

  • data types: number, string, boolean, date, time, duration
  • simple unary tests: compare operators ('<', '<=', '>', '>=', equal), interval, negation, combination of multiple tests
  • qualified names