Releases: LuanRT/Jinter
Releases · LuanRT/Jinter
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
inop (3f2d00d) - add
instanceofop (c11f440) - add
typeofop (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)