diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-27 12:14:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 12:14:30 -0800 |
commit | 9ca92bd51bb9a1eb5ceda4daf3ebc2116a39a296 (patch) | |
tree | eb7456f16d00f0522c69088706022c1b1a501220 | |
parent | 570269b73de713afcff712977d11a3910ed849ad (diff) |
Add update to changelog (#1227)
-rw-r--r-- | Docs.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -337,7 +337,22 @@ https://github.com/denoland/deno/blob/master/src/msg.fbs See [CONTRIBUTING.md](https://github.com/denoland/deno/blob/master/.github/CONTRIBUTING.md). -## Change Log +## Changelog + +### 2018.11.27 / v0.2.0 / Mildly usable + +[An intro talk was recorded.](https://www.youtube.com/watch?v=FlTG0UXRAkE) + +Stability and usability improvements. `fetch()` is 90% functional now. Basic +REPL support was added. Shebang support was added. Command-line argument parsing +was improved. A forwarding service `https://deno.land/x` was set up for Deno +code. Example code has been posted to +[deno.land/x/examples](https://github.com/denoland/deno_examples) and +[deno.land/x/net](https://github.com/denoland/net). + +The resources table was added to abstract various types of I/O streams and other +allocated state. A resource is an integer identifier which maps to some Rust +object. It can be used with various ops, particularly read and write. ### 2018.10.18 / v0.1.8 / Connecting to Tokio / Fleshing out APIs |