This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
Releases: TopchetoEU/jscript
Releases · TopchetoEU/jscript
0.9.44-beta
Bug Fixes
- wrappers cache compare objects with .equals and not == (TopchetoEU)
0.9.43-beta
Features
- make Function constructor (TopchetoEU)
0.9.42-beta
Bug Fixes
- some fixes in the filesystem (TopchetoEU)
- run module in an isolated context (TopchetoEU)
Code Refactoring
- remove testing junk in REPL (TopchetoEU)
0.9.41-beta
Bug Fixes
- properties not applied to wrappers without constructor method (TopchetoEU)
0.9.40-beta
Features
- allow interface proxy wrappers (TopchetoEU)
0.9.39-beta
Bug Fixes
- continue statement compiled incorrectly (TopchetoEU)
0.9.38-beta
Bug Fixes
- debugger: handle all errors when generating description (TopchetoEU)
Commits
- 90d019f: bump (TopchetoEU)
0.9.37-beta
Bug Fixes
- incorrect toFixed behavior (TopchetoEU)
0.9.36-beta
Features
- add Number.toFixed (TopchetoEU)
0.9.35-beta
Bug Fixes
- clean up extensions at some points (TopchetoEU)