Skip to content

Releases: bitfocus/expressions

v0.3.0

27 Jun 16:22
dde138a

Choose a tag to compare

0.3.0 (2026-06-27)

Features

  • allow defaultTimezone to be a function, to allow the caller to determine if it was used (d0e6ad0)

v0.2.4

27 Jun 12:49
38e8b8e

Choose a tag to compare

0.2.4 (2026-06-27)

Bug Fixes

  • review comments for dst handling (a761d70)

v0.2.3

26 Jun 21:26
b61da46

Choose a tag to compare

0.2.3 (2026-06-26)

Bug Fixes

  • export BuiltinFunctionNames constant (b2b258c)

v0.2.2

26 Jun 21:16
0ec4036

Choose a tag to compare

0.2.2 (2026-06-26)

Bug Fixes

  • reduce default max operations (b9deacc)

v0.2.1

26 Jun 18:16
3044ce6

Choose a tag to compare

0.2.1 (2026-06-26)

Bug Fixes

  • backport template literal interpolation fixes (6ec8125)

v0.2.0

26 Jun 17:55
60ca49a

Choose a tag to compare

0.2.0 (2026-06-26)

Features

  • add buttons string concat (ff70323)
  • add default timezone support for date functions (661b123)
  • simplify api to keep the list of functions internal, and lean more into the options object (ca31626)
  • working port (75d3191)

Bug Fixes

  • add tests for $(abc.def) syntax (356104f)
  • strip out FindAllReferencedVariables (94add91)