Skip to content

Releases: LuanRT/Jinter

v3.0.1

28 Oct 12:16
0a47ea4
Compare
Choose a tag to compare

3.0.1 (2024-10-28)

Bug Fixes

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

v3.0.0

28 Oct 11:18
ed6d715
Compare
Choose a tag to compare

3.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • Drop CJS support

Code Refactoring

jintr: v3.0.2

28 Oct 14:42
7f69009
Compare
Choose a tag to compare

3.0.2 (2024-10-28)

⚠ BREAKING CHANGES

  • Drop CJS support

v2.1.1

31 Jul 09:01
6ac27bd
Compare
Choose a tag to compare

2.1.1 (2024-07-31)

Miscellaneous Chores

  • Last try. Fix library version. (ef984b5)

v2.1.0

31 Jul 08:51
345be56
Compare
Choose a tag to compare

2.1.0 (2024-07-31)

Features

Miscellaneous Chores

  • Fix version number (:p) (3f81b80)

v1.1.0

09 Jul 22:14
ead3652
Compare
Choose a tag to compare

1.1.0 (2023-07-09)

Features

  • add ForOfStatement node (203d3ae)

v1.0.0

08 Apr 22:49
c67ee18
Compare
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