Closed nikku closed 1 year ago
Is your feature request related to a problem? Please describe
New built-in functions, including string join are not supported yet.
string join
Describe the solution you'd like
Latest DMN standard built-ins are supported:
context put
context merge
context
now
today
round up
round down
round half up
round half down
list replace
Describe alternatives you've considered
None.
Additional context
Closing, as all issues are captured externally.
Is your feature request related to a problem? Please describe
New built-in functions, including
string join
are not supported yet.Describe the solution you'd like
Latest DMN standard built-ins are supported:
string join
(https://github.com/nikku/feelin/pull/35)context put
context merge
context
(https://github.com/nikku/feelin/commit/43c0d0f006cb4431d037ba48ac759176b3bbd1de)now
(https://github.com/nikku/feelin/issues/36)today
(https://github.com/nikku/feelin/issues/36)round up
(https://github.com/nikku/feelin/issues/40)round down
(https://github.com/nikku/feelin/issues/40)round half up
(https://github.com/nikku/feelin/issues/40)round half down
(https://github.com/nikku/feelin/issues/40)list replace
(DMN 1.5) (https://github.com/nikku/feelin/issues/39)Describe alternatives you've considered
None.
Additional context
None.