Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 3.55 KB

Changelog

[0.3.3]

Bug Fixes

  • 6aa6076 (#20 by @fu050409) Fixed eval-stack won't clean up the temporary files if failed to compile.

[0.3.2]

Performance Improvements

[0.3.1]

Bug Fixes

  • 485b1ae (#16 by @fu050409) Fixed compile error caused some compiler don't recognize unknown file extension.
  • 485b1ae (#16 by @fu050409) Fixed serde renaming to lowercase instead of camelCase.

Chores

  • 485b1ae (#16 by @fu050409) Specify the release profile in Cargo.toml to improve the performance.

[0.3.0]

New Features

[0.2.1]

New Features

[0.2.0]

New Features

  • 5867664 (#9 by @fu050409) Add support for Deno.js, and other changes:

    • Use deno instead of node for executing JavaScript files, deny all permissions by default.
    • Allow stderr to be piped since we can capture it for error messages.
    • Disable core dumps by default.
    • Set CPU time limits using libc.
    • Use seccomp to restrict sys calls and fs operations.
    • Prevent process to create subprocesses.

[0.1.2]

New Features

  • 839c728 Add serde derive for Language struct.

[0.1.1]

New Features