feelin icon indicating copy to clipboard operation
feelin copied to clipboard

A DMN FEEL parser and interpreter written in JavaScript

Results 14 feelin issues
Sort by recently updated
recently updated
newest added

__Is your feature request related to a problem? Please describe__ `matches` is standardized by the DMN spec, cf. https://github.com/nikku/feel-playground/issues/5. __Describe the solution you'd like__ Support `matches`. __Describe alternatives you've considered__...

enhancement
tck
backlog

__Is your feature request related to a problem? Please describe__ Additional rounding built-ins have been added with DMN 1.4/1.5: `round up`, `round down`, `round half up`, `round half down`: ![image](https://github.com/nikku/feelin/assets/58601/a0c77a00-5c33-469f-b20e-aeb7591e9679)...

enhancement
tck
backlog

__What should we do?__ Currently named parameter retrival [fails due to minification](https://nikku.github.io/feel-playground/?e=%7B%0A++dt%3A+date+and+time%28date%28%222022-04-11T10%3A00%3A00%22%29%2C+time%28%2220%3A00%3A00z%22%29%29%2C%0A++date%3A+date%28from%3A+dt%29%2C%0A++time%3A+time%28dt%29%0A%7D&c=%7B%0A++%22vegetables%22%3A+%5B+%22garlic%22%2C+%22tomato%22+%5D%2C%0A++%22Mike%27s+age%22%3A+35%0A%7D&t=expression). __Why should we do it?__ Should not fail.

backlog

This question is purely a matter of interest - no expectation either way! The https://github.com/EdgeVerve/feel project has a very convenient feature in that it allows context functions to be async,...

enhancement
backlog