1.3.0
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