Skip to content

Releases: denoland/deno

v0.1.3

06 Sep 03:21
Compare
Choose a tag to compare

Install with

curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
  • Fixes module resolution error #645
  • Better flag parsing
  • lStatSync -> lstatSync
  • Added deno.renameSync()
  • Added deno.mkdirSync()
  • Fix circular dependencies #653
  • Added deno.env() and --allow-env

v0.1.2

30 Aug 22:42
Compare
Choose a tag to compare

Install with

curl -sSf https://raw.githubusercontent.com/denoland/deno/master/tools/install.py | python

v0.1.1

28 Aug 14:00
Compare
Choose a tag to compare

These compressed files contain the deno executable. Here's an example of how you might extract it:

gunzip -c deno_osx_x64.gz > deno
chmod u+x deno
./deno myscript.ts

v0.1.0

23 Aug 14:49
Compare
Choose a tag to compare

These compressed files contain the deno executable. Here's an example of how you might extract it:

gunzip -c deno_mac_x64.gz > deno
chmod u+x deno
./deno myscript.ts