Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Releases: TopchetoEU/jscript

v0.4.2-alpha

06 Nov 09:10
fdfa8d7
Compare
Choose a tag to compare

Bug Fixes

  • some annoying bugs, as well as splice (TopchetoEU)

Code Refactoring

  • some minor fixes, rewrite README example (TopchetoEU)

v0.4.1-alpha

05 Nov 19:01
15f4278
Compare
Choose a tag to compare

Bug Fixes

v0.4.0-alpha

05 Nov 18:34
df8465c
Compare
Choose a tag to compare

Typescript update

This update adds typescript natively to the engine. This is accompanied by a lot of engine bug fixes, to allow typescript to work as expected. Typescript support is still not seamless, in some places, javascript code can still be seen - the debugger and stack traces, but mapping is a planned feature.

Changelog

Features

Bug Fixes

Code Refactoring

v0.3.1-alpha

29 Oct 10:34
d1e93c2
Compare
Choose a tag to compare

Features

  • improve vscode debugging compatibility (TopchetoEU)

Commits

v0.3.0-alpha

28 Oct 14:13
16a9e5d
Compare
Choose a tag to compare

Debugging update

This update adds debugging support. It has been tested with chrome's devtools and works alright, but can't open big files, and typescript support is glitchy at best.

Changelog

Features

  • complete steptrough and breakpoints in debugger #7 (TopchetoEU)
  • fully implement local and capture scope object wrappers #7 (TopchetoEU)

Bug Fixes

Code Refactoring

Chores

v0.2.5-alpha

06 Oct 15:43
926b9c1
Compare
Choose a tag to compare

Features

v0.2.4-alpha

06 Oct 09:04
fc705e7
Compare
Choose a tag to compare

Features

Code Refactoring

v0.2.3-alpha

04 Oct 19:07
952a4d6
Compare
Choose a tag to compare

Bug Fixes

v0.2.2-alpha

04 Oct 18:39
005610c
Compare
Choose a tag to compare

Bug Fixes

v0.2.1-alpha

04 Oct 09:17
21a6d20
Compare
Choose a tag to compare

Code Refactoring

  • some code cleanup, emit better bytecode (TopchetoEU)