Skip to content

0.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 06:33
· 2 commits to main since this release

0.6.4 (2025-02-28)

Bug Fixes

  • comma separation and number unit fixes (03586a0)
  • Fix arguments of call expression (1b8f3ee)
  • Fix conditional expression with piped expressions (f33a9c6)
  • Fix ternary expressions to accept any type of expression for consequence (2fd6a9b)
  • Fix trailing commas for arrays and objects (6f6fced)
  • Remove concatenation in favor of binary ops (376e761)
  • structural let expression (0107fda)
  • Support any expression inside array literals (105add8)
  • Support negative numbers (c5a326e)
  • Support object shorthand (2e1d522)