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

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

Issue 227563010: pkg/shelf: case-insensitive headers, cleaner Request ctor, a lot more tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixing dependent code, changelog 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/scheduled_test/pubspec.yaml ('k') | 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.4.0
2
3 * Access to headers for `Request` and `Response` is now case-insensitive.
4
5 * The constructor for `Request` has been simplified.
6
7 * `Request` now exposes `url` which replaces `pathInfo`, `queryString`, and
8 `pathSegments`.
9
1 ## 0.3.0+9 10 ## 0.3.0+9
2 11
3 * Removed old testing infrastructure. 12 * Removed old testing infrastructure.
4 13
5 * Updated documentation address. 14 * Updated documentation address.
6 15
7 ## 0.3.0+8 16 ## 0.3.0+8
8 17
9 * Added a dependency on the `http_parser` package. 18 * Added a dependency on the `http_parser` package.
10 19
(...skipping 29 matching lines...) Expand all
40 49
41 * **BREAKING** Removed `Shelf` prefix from all classes. 50 * **BREAKING** Removed `Shelf` prefix from all classes.
42 * **BREAKING** `Response` has drastically different constructors. 51 * **BREAKING** `Response` has drastically different constructors.
43 * *NEW!* `Response` now accepts a body of either `String` or 52 * *NEW!* `Response` now accepts a body of either `String` or
44 `Stream<List<int>>`. 53 `Stream<List<int>>`.
45 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 54 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
46 55
47 ## 0.1.0 2014-03-02 56 ## 0.1.0 2014-03-02
48 57
49 * First reviewed release 58 * First reviewed release
OLDNEW
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/shelf/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698