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

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

Issue 506973003: Clean up after r39484 and r39486. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/http_parser/CHANGELOG.md ('k') | sdk/lib/_internal/pub/lib/src/barback.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.4+3
2
3 * Widen the version constraint on the `collection` package.
4
1 ## 0.5.4+2 5 ## 0.5.4+2
2 6
3 * Updated headers map to use a more efficient case-insensitive backing store. 7 * Updated headers map to use a more efficient case-insensitive backing store.
4 8
5 ## 0.5.4+1 9 ## 0.5.4+1
6 10
7 * Widen the version constraint for `stack_trace`. 11 * Widen the version constraint for `stack_trace`.
8 12
9 ## 0.5.4 13 ## 0.5.4
10 14
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 102
99 * **BREAKING** Removed `Shelf` prefix from all classes. 103 * **BREAKING** Removed `Shelf` prefix from all classes.
100 * **BREAKING** `Response` has drastically different constructors. 104 * **BREAKING** `Response` has drastically different constructors.
101 * *NEW!* `Response` now accepts a body of either `String` or 105 * *NEW!* `Response` now accepts a body of either `String` or
102 `Stream<List<int>>`. 106 `Stream<List<int>>`.
103 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 107 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
104 108
105 ## 0.1.0 2014-03-02 109 ## 0.1.0 2014-03-02
106 110
107 * First reviewed release 111 * First reviewed release
OLDNEW
« no previous file with comments | « pkg/http_parser/CHANGELOG.md ('k') | sdk/lib/_internal/pub/lib/src/barback.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698