Skip to content

Releases: LuanRT/Jinter

v1.1.0

09 Jul 22:14
ead3652

Choose a tag to compare

1.1.0 (2023-07-09)

Features

  • add ForOfStatement node (203d3ae)

v1.0.0

08 Apr 22:49
c67ee18

Choose a tag to compare

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