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

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

Issue 238813003: pkg/shelf: rename Stack to Pipeline (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | pkg/shelf/README.md » ('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.0
2
3 * Renamed `Stack` to `Pipeline`
nweiz 2014/04/15 21:30:09 Period
kevmoo 2014/04/15 21:35:35 Done.
4
1 ## 0.4.0 5 ## 0.4.0
2 6
3 * Access to headers for `Request` and `Response` is now case-insensitive. 7 * Access to headers for `Request` and `Response` is now case-insensitive.
4 8
5 * The constructor for `Request` has been simplified. 9 * The constructor for `Request` has been simplified.
6 10
7 * `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and 11 * `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and
8 `pathSegments`. 12 `pathSegments`.
9 13
10 ## 0.3.0+9 14 ## 0.3.0+9
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 53
50 * **BREAKING** Removed `Shelf` prefix from all classes. 54 * **BREAKING** Removed `Shelf` prefix from all classes.
51 * **BREAKING** `Response` has drastically different constructors. 55 * **BREAKING** `Response` has drastically different constructors.
52 * *NEW!* `Response` now accepts a body of either `String` or 56 * *NEW!* `Response` now accepts a body of either `String` or
53 `Stream<List<int>>`. 57 `Stream<List<int>>`.
54 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 58 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
55 59
56 ## 0.1.0 2014-03-02 60 ## 0.1.0 2014-03-02
57 61
58 * First reviewed release 62 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698