Skip to content

Releases: akoutmos/deno_ex

v0.5.0

20 Aug 17:47
f9f7a58
Compare
Choose a tag to compare

[0.5.0] - 2023-08-20

Fixed

  • Error SSL error that would occur when running Mix.Tasks.Compile.Deno #32

v0.3.0

02 Jun 17:18
Compare
Choose a tag to compare

[0.3.0] - 2023-06-02

Changed

  • Switched over to using Elixir's built in Port module as opposed to :erl_exec

v0.1.0

06 May 05:54
Compare
Choose a tag to compare

[0.1.0] - 2023-05-06

Added

  • The ability to download the Deno binary from Github
  • The ability to run Typescript and Javascript scripts from STDIN
  • The ability to execute Typescript and Javascript file from the file system
  • Support for all of the Deno permission flags in order to sandbox running scripts
  • Livebook example documents