Skip to content

Latest commit

 

History

History
142 lines (81 loc) · 7.36 KB

CHANGELOG.md

File metadata and controls

142 lines (81 loc) · 7.36 KB

Changelog

3.2.0 (2024-12-12)

Features

3.1.0 (2024-12-05)

Features

  • nodes: Add EmptyStatement (c5d3f9d)

3.0.2 (2024-10-28)

⚠ BREAKING CHANGES

  • Drop CJS support
  • convert to ESModule (#4)
  • overhaul interpreter (#3)

Features

Bug Fixes

  • for-stmts: do not return if body type is ExpressionStatement (7e43562)
  • package: add extra file configuration to release-please-config.json (f2d08b7)
  • short-circuiting not working correctly (8b610d1)
  • Stop using global augmentation and add LICENSE file (94b6bb0)

Miscellaneous Chores

Code Refactoring

3.0.1 (2024-10-28)

Bug Fixes

  • Stop using global augmentation and add LICENSE file (94b6bb0)

3.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • Drop CJS support

Code Refactoring

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