Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 22:49
c67ee18

1.0.0 (2023-04-08)

⚠ BREAKING CHANGES

  • convert to ESModule (#4)
  • overhaul interpreter (#3)

Features

Bug Fixes

  • for-stmts: do not return if body type is ExpressionStatement (7e43562)
  • short-circuiting not working correctly (8b610d1)

Code Refactoring

Miscellaneous Chores