-
0.9.14-beta Stable
released this
2024-03-27 21:39:44 +00:00 | 295 commits to master since this releaseFeatures
- implement logic for exposing non-static fields (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.12-beta.jar
409 KiB
-
jscript-0.9.12-beta-sources.jar
178 KiB
-
LICENSE
1.0 KiB
-
0.9.13-beta Stable
released this
2024-03-27 21:09:04 +00:00 | 296 commits to master since this releaseFeatures
- 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)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.12-beta.jar
408 KiB
-
jscript-0.9.12-beta-sources.jar
178 KiB
-
LICENSE
1.0 KiB
-
0.9.12-beta Stable
released this
2024-03-08 22:45:13 +00:00 | 299 commits to master since this releaseBug Fixes
- buildline expects tag to start with 'v' (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.12-beta.jar
406 KiB
-
jscript-0.9.12-beta-sources.jar
177 KiB
-
LICENSE
1.0 KiB
-
v0.9.6-beta Stable
released this
2024-03-05 15:10:20 +00:00 | 306 commits to master since this releaseBug Fixes
- clear buffer of line writer file (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.6-beta.jar
405 KiB
-
jscript-0.9.6-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.5-beta Stable
released this
2024-03-05 14:52:08 +00:00 | 307 commits to master since this releaseBug Fixes
- don't use Context.NULL in global scope (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.5-beta.jar
405 KiB
-
jscript-0.9.5-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.4-beta Stable
released this
2024-03-05 14:30:22 +00:00 | 308 commits to master since this releaseCommits
662dcc1
: bump (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.8.6-beta.jar
405 KiB
-
jscript-0.8.6-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.3-beta Stable
released this
2024-03-05 14:22:39 +00:00 | 309 commits to master since this releaseBug Fixes
- separate scope records from scopes (TopchetoEU)
- use new global API (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.8.6-beta.jar
405 KiB
-
jscript-0.8.6-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.2-beta Stable
released this
2024-03-03 18:49:34 +00:00 | 311 commits to master since this releaseBug Fixes
- properly check permissions (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.8.6-beta.jar
404 KiB
-
jscript-0.8.6-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.1-beta Stable
released this
2024-03-03 18:31:43 +00:00 | 312 commits to master since this releaseFeatures
- add std streams as global variables (TopchetoEU)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.8.6-beta.jar
404 KiB
-
jscript-0.8.6-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB
-
v0.9.0-beta Stable
released this
2024-03-02 12:04:45 +00:00 | 313 commits to master since this releaseCompiler 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)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
jscript-0.9.0-beta.jar
404 KiB
-
jscript-0.9.0-beta-sources.jar
176 KiB
-
LICENSE
1.0 KiB