Releases: LuanRT/Jinter
Releases · LuanRT/Jinter
v3.0.1
v3.0.0
jintr: v3.0.2
v2.1.1
v2.1.0
v1.1.0
v1.0.0
1.0.0 (2023-04-08)
⚠ BREAKING CHANGES
Features
- add
!=
op (97e17f9) - add
!==
op (475fc89) - add
>>>
op (7cfdfdf) - add
^
op (faa1904) - add
in
op (3f2d00d) - add
instanceof
op (c11f440) - add
typeof
op (5836fec) - add support for
IfStatement
&WhileStatement
(5179eee) - BinaryExp: add support for bitwise AND (af01ce4)
Bug Fixes
- for-stmts: do not return if body type is
ExpressionStatement
(7e43562) - short-circuiting not working correctly (8b610d1)
Code Refactoring
Miscellaneous Chores
- release 1.0.0 (7c292f7)