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.13-beta
Features
- add simple for-of loop (not intended for production usage) (TopchetoEU)
Commits
- ef5d291: Update README.md (TopchetoEU)
- 79e1d1c: Merge branch 'master' of https://github.com/TopchetoEU/java-jscript (TopchetoEU)
0.9.12-beta
Bug Fixes
- buildline expects tag to start with 'v' (TopchetoEU)
v0.9.6-beta
Bug Fixes
- clear buffer of line writer file (TopchetoEU)
v0.9.5-beta
Bug Fixes
- don't use Context.NULL in global scope (TopchetoEU)
v0.9.4-beta
Commits
- 662dcc1: bump (TopchetoEU)
v0.9.3-beta
Bug Fixes
- separate scope records from scopes (TopchetoEU)
- use new global API (TopchetoEU)
v0.9.2-beta
Bug Fixes
- properly check permissions (TopchetoEU)
v0.9.1-beta
Features
- add std streams as global variables (TopchetoEU)
v0.9.0-beta
Compiler cleanup
In this update, the compiler has been completely separated from the runtime, so that the runtime doesn't even care about the source or language it's executing, and the compiler doesn't care about the runtime that will run its executable.
Also, a major memory leak where a function would stay indefinitely in memory was fixed.
Changelog:
Features
- separate compilation and runtime (TopchetoEU)
Bug Fixes
- respect return value of constructors (TopchetoEU)
- call move when passing same array to copyTo (TopchetoEU)
- make debugging work again (TopchetoEU)
Code Refactoring
- fully separate event loop from context (TopchetoEU)
- remove unused var (TopchetoEU)
v0.8.7-beta
Code Refactoring
- rework permission system (TopchetoEU)
- rework fs error system (TopchetoEU)