Changelog
3.0.1
FIX
: correct overriding of date and time
and other built-ins (#https://github.com/nikku/feelin/issues/62)FIX
: correct list indexing with variables (#59)DEPS
: update to lezer-feel@1.2.5
Changelog
2.0.0
FEAT
: add string join
built-in (#35)FEAT
: add context
built-in (fcea4d6
)FEAT
: add day of week
, day of month
, week of year
and day of year
built-ins (d408ac5
)FEAT
: support number
built-in (#19)FEAT
: guard functions against too many arguments (#12)FEAT
: ensure named var-arg is a list (2be53bd
)FEAT
: support basic temporal arithmetics (#16, #31)...varArg
syntax (8f21960
).