1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Add update to changelog (#1227)

This commit is contained in:
Ryan Dahl 2018-11-27 12:14:30 -08:00 committed by GitHub
parent 570269b73d
commit 9ca92bd51b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
Docs.md
View file

@ -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