• v0.5.0-alpha 4f22e76d2b

    v0.5.0-alpha Stable

    github-actions[bot] released this 2023-11-25 18:22:32 +00:00 | 423 commits to master since this release

    Filesystem update

    This update adds filesystem support, as well as some general fixes, mostly with promises.

    Detailed changelog:

    Features

    Bug Fixes

    • replace templates in Metadata class with placeholder data #9 (TopchetoEU)
    • errors now have the right prototype and name #9 (TopchetoEU)
    • remove double space in "Uncaught ..." #9 (TopchetoEU)
    • internal error when trying to use key of "undefined" #9 (TopchetoEU)
    • improve performance of typescript by caching separate declarations #9 (TopchetoEU)
    • handle native errors properly-ish #9 (TopchetoEU)
    • CodeFrame didnt't handle out of bounds jumps well #9 (TopchetoEU)
    • some improvements of compiled bytecode #9 (TopchetoEU)
    • functions now print their name when stringified #9 (TopchetoEU)
    • sorting with no comparator now works #9 (TopchetoEU)
    • parsing files won't modify last instruction to RET, instead will just append it #9 (TopchetoEU)
    • promise doesn't use microtasks in some cases #9 (TopchetoEU)
    • promise was sending macro tasks instead of micro #9 (TopchetoEU)
    • micro tasks not handled properly #9 (TopchetoEU)
    • incorrect declarations #9 (TopchetoEU)
    • debugger breakpoints not registered #9 (TopchetoEU)
    • faulty insufficient permissions error #9 (TopchetoEU)
    • make code java 11 compatible (TopchetoEU)

    Styles

    Code Refactoring

    Builds

    • fix build script to exit with code when error occurs (TopchetoEU)
    Downloads
  • v0.4.2-alpha fdfa8d7713

    v0.4.2-alpha Stable

    github-actions[bot] released this 2023-11-06 09:00:42 +00:00 | 462 commits to master since this release

    Bug Fixes

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

    Code Refactoring

    • some minor fixes, rewrite README example (TopchetoEU)
    Downloads
  • v0.4.1-alpha 15f4278cb1

    v0.4.1-alpha Stable

    github-actions[bot] released this 2023-11-05 19:01:08 +00:00 | 464 commits to master since this release

    Bug Fixes

    Downloads
  • v0.4.0-alpha df8465cb49

    v0.4.0-alpha Stable

    github-actions[bot] released this 2023-11-05 18:34:05 +00:00 | 465 commits to master since this release

    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

    Downloads
  • v0.3.1-alpha d1e93c2088

    v0.3.1-alpha Stable

    github-actions[bot] released this 2023-10-29 10:33:50 +00:00 | 483 commits to master since this release

    Features

    • improve vscode debugging compatibility (TopchetoEU)

    Commits

    Downloads
  • v0.3.0-alpha 16a9e5d761

    v0.3.0-alpha Stable

    github-actions[bot] released this 2023-10-28 14:12:32 +00:00 | 486 commits to master since this release

    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

    Downloads
  • v0.2.5-alpha 926b9c17d8

    v0.2.5-alpha Stable

    github-actions[bot] released this 2023-10-06 15:42:57 +00:00 | 494 commits to master since this release

    Features

    Downloads
  • v0.2.4-alpha fc705e7383

    v0.2.4-alpha Stable

    github-actions[bot] released this 2023-10-06 09:04:05 +00:00 | 495 commits to master since this release

    Features

    Code Refactoring

    Downloads
  • v0.2.3-alpha 952a4d631d

    v0.2.3-alpha Stable

    github-actions[bot] released this 2023-10-04 19:07:00 +00:00 | 497 commits to master since this release

    Bug Fixes

    Downloads
  • v0.2.2-alpha 005610ca40

    v0.2.2-alpha Stable

    github-actions[bot] released this 2023-10-04 18:38:56 +00:00 | 498 commits to master since this release

    Bug Fixes

    Downloads