Skip to content

1.3.0

Compare
Choose a tag to compare
@saig0 saig0 released this 01 Nov 07:35

New Features:

  • support time / date-time with timezone offset
  • support built-in functions with var-args (e.g. "min(1,2,3)")
  • use correct names for built-in functions (e.g. "starts with" instead of "starts_with")
  • handle Not-A-Number as null
  • provide a context for evaluation to customize the behavior

Fixes:

  • fix limitation for names which contain "for"
  • convert FEEL date-time to java.util.Date