Skip to content

Tags: justjavac/deno

Tags

v0.2.2

Toggle v0.2.2's commit message
v0.2.2

- Don't crash when .mime file not exist in cache (denoland#1291)
- Process source maps in Rust instead of JS (denoland#1280)
- Use alternate TextEncoder/TextDecoder implementation (denoland#1281)
- Upgrade flatbuffers to 80d148
- Fix memory leaks (denoland#1265, denoland#1275)

v0.2.1

Toggle v0.2.1's commit message
v0.2.1

- Allow async functions in REPL (denoland#1233)
- Handle Location header relative URI (denoland#1240)
- Add deno.readAll() (denoland#1234)
- Add Process.output (denoland#1235)
- Upgrade to TypeScript 3.2.1
- Upgrade crates: tokio 0.1.13, hyper 0.12.16, ring 0.13.5

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

Changes since v0.1.12:
- First pass at running subprocesses (denoland#1156)
- Improve flag parsing (denoland#1200)
- Improve fetch() (denoland#1194 denoland#1188 denoland#1102)
- Support shebang (denoland#1197)

v0.1.12

Toggle v0.1.12's commit message
v0.1.12

- Update to TypeScript 3.1.6 (denoland#1177)
- Fixes Headers type not available. (denoland#1175)
- Reader/Writer to use Uint8Array not ArrayBufferView (denoland#1171)
- Fixes importing modules starting with 'http'. (denoland#1167)
- build: Use target/ instead of out/ (denoland#1153)
- Support repl multiline input (denoland#1165)

v0.1.11

Toggle v0.1.11's commit message
v0.1.11

- Performance and stability improvements on all platforms.
- Add repl (denoland#998)
- Add deno.Buffer (denoland#1121)
- Support cargo check (denoland#1128)
- Upgrade Rust crates and Flatbuffers. (denoland#1145, denoland#1127)
- Add helper to turn deno.Reader into async iterator (denoland#1130)
- Add ability to load JSON as modules (denoland#1065)
- Add deno.resources() (denoland#1119)
- Add application/x-typescript mime type support (denoland#1111)

v0.1.10

Toggle v0.1.10's commit message
v0.1.10

- Add URLSearchParams (denoland#1049)
- Implement clone for FetchResponse (denoland#1054)
- Use content-type headers when importing from URLs. (denoland#1020)
- Use checkJs option, JavaScript will be type checked and users can
  supply JSDoc type annotations that will be enforced by Deno (denoland#1068)
- Add separate http/https cache dirs to DENO_DIR (denoland#971)
- Support https in fetch. (denoland#1100)
- Add chmod/chmodSync on unix (denoland#1088)
- Remove broken features: --deps and trace() (denoland#1103)
- Ergonomics: Prompt TTY for permission escalation (denoland#1081)

v0.1.9

Toggle v0.1.9's commit message
v0.1.9

- Performance and stability improvements on all platforms.
- Add cwd() and chdir() denoland#907
- Specify deno_dir location with env var DENO_DIR denoland#970
- Make fetch() header compliant with the current spec denoland#1019
- Upgrade TypeScript to 3.1.3
- Upgrade V8 to 7.1.302.4

v0.1.8

Toggle v0.1.8's commit message
v0.1.8

- Fix promise reject issue (denoland#936)
- Add --types command line flag.
- Add metrics()
- Add redirect follow feature denoland#934
- Fix clearTimer bug denoland#942
- Improve error printing denoland#935
- Expose I/O interfaces Closer, Seeker, ReaderCloser, WriteCloser,
  ReadSeeker, WriteSeeker, ReadWriteCloser, ReadWriteSeeker
- Fix silent death on double await denoland#919
- Add Conn.closeRead() and Conn.closeWrite() denoland#903

v0.1.7

Toggle v0.1.7's commit message
v0.1.7

- Improve fetch headers (denoland#853)
- Add deno.truncate (denoland#805)
- Add copyFile/copyFileSync (denoland#863)
- Limit depth of output in console.log for nested objects, and add
  console.dir (denoland#826)
- Guess extensions on extension not provided (denoland#859)
- Renames:
  deno.platform -> deno.platform.os
  deno.arch -> deno.platform.arch
- Upgrade TS to 3.0.3
- Add readDirSync(), readDir()
- Add support for TCP servers and clients. (denoland#884)
  Adds deno.listen(), deno.dial(), deno.Listener and deno.Conn.

v0.1.6

Toggle v0.1.6's commit message
v0.1.6

- Adds deno.stdin, deno.stdout, deno.stderr, deno.open(), deno.write(),
  deno.read(), deno.Reader, deno.Writer, deno.copy() denoland#846
- Print 'Compiling' when compiling TS.
- Support zero-copy for writeFile() writeFileSync() denoland#838
- Fixes eval error bug denoland#837
- Make Deno multithreaded denoland#782
- console.warn() goes to stderr denoland#810
- Add deno.readlink()/readlinkSync() denoland#797
- Add --recompile flag denoland#801
- Use constructor.name to print out function type denoland#664
- Rename deno.argv to deno.args
- Add deno.trace() denoland#795
- Continuous benchmarks https://denoland.github.io/deno/