Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 3 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 3 KB

Changelog

2.1.1 (2024-07-31)

Miscellaneous Chores

2.1.0 (2024-07-31)

Miscellaneous Chores

1.2.0 (2024-07-31)

Features

1.1.0 (2023-07-09)

Features

  • add ForOfStatement node (203d3ae)

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