update doc

This commit is contained in:
David Frank 2015-06-04 12:21:05 +08:00
parent 9b5330dfe3
commit b52b56415f
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,11 @@ Changelog
# 1.x release
## v1.2.1 (master)
## v1.3.0 (master)
- Enhance: now fetch.Request is exposed as well.
## v1.2.1
- Enhance: `Headers` now normalized `Number` value to `String`, prevent common mistakes

View File

@ -16,6 +16,4 @@ Known differences
- Only support `res.text()` and `res.json()` at the moment, until there are good use-cases for blob.
- Only expose `Response` and `Headers` constructors at the moment, we don't see a good use-case for `Request` interface yet.
- There is currently no built-in caching, as server-side caching varies by use-cases.