Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Side by Side Diff: pkg/shelf/CHANGELOG.md

Issue 219283008: pkg/shelf (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nits Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/pkg.status ('k') | pkg/shelf/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 0.3.0+5
2
3 * Updated `pubspec` details for move to Dart SDK.
4
5 ## 0.3.0 2014-03-25
6
7 * `Response`
8 * **NEW!** `int get contentLength`
9 * **NEW!** `DateTime get expires`
10 * **NEW!** `DateTime get lastModified`
11 * `Request`
12 * **BREAKING** `contentLength` is now read from `headers`. The constructor
13 argument has been removed.
14 * **NEW!** supports an optional `Stream<List<int>> body` constructor argument.
15 * **NEW!** `Stream<List<int>> read()` and
16 `Future<String> readAsString([Encoding encoding])`
17 * **NEW!** `DateTime get ifModifiedSince`
18 * **NEW!** `String get mimeType`
19 * **NEW!** `Encoding get encoding`
20
21 ## 0.2.0 2014-03-06
22
23 * **BREAKING** Removed `Shelf` prefix from all classes.
24 * **BREAKING** `Response` has drastically different constructors.
25 * *NEW!* `Response` now accepts a body of either `String` or
26 `Stream<List<int>>`.
27 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
28
29 ## 0.1.0 2014-03-02
30
31 * First reviewed release
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | pkg/shelf/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698