Skip to content

Tags: daynin/deno

Tags

v0.2.4

Toggle v0.2.4's commit message
v0.2.4

- "cargo build" support (denoland#1369 denoland#1296 denoland#1377 denoland#1379)
- Remove support for extensionless import (denoland#1396)
- Upgrade V8 to 7.2.502.16 (denoland#1403)
- make stdout unbuffered (denoland#1355)
- Implement `Body.formData` for fetch (denoland#1393)
- Improve handling of non-coercable objects in assertEqual (denoland#1385)
- Avoid fetch segfault on empty Uri (denoland#1394)
- Expose deno.inspect (denoland#1378)
- Add illegal header name and value guards (denoland#1375)
- Fix URLSearchParams set() and constructor() (denoland#1368)
- Remove prebuilt v8 support (denoland#1369)
- Enable jumbo build in release. (denoland#1362)
- Add URL implementation (denoland#1359)
- Add console.count and console.time (denoland#1358)
- runtime arg check `URLSearchParams` (denoland#1390)

v0.2.3

Toggle v0.2.3's commit message
v0.2.3

- console.assert should not throw error (denoland#1335)
- Support more modes in deno.open (denoland#1282, denoland#1336)
- Simplify code fetch logic (denoland#1322)
- readDir entry mode (denoland#1326)
- Use stderr for exceptions (denoland#1303)
- console.log formatting improvements (denoland#1327, denoland#1299)
- Expose TooLarge error code for buffers (denoland#1298)

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)