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

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: 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/lib/shelf_io.dart » ('j') | pkg/shelf/lib/src/message.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.4.0-dev
2
3 * Access to headers for `Request` and `Response` is now case-insensitive.
4
5 * The constructor for `Request` has been simplified.
6
1 ## 0.3.0+9 7 ## 0.3.0+9
2 8
3 * Removed old testing infrastructure. 9 * Removed old testing infrastructure.
4 10
5 * Updated documentation address. 11 * Updated documentation address.
6 12
7 ## 0.3.0+8 13 ## 0.3.0+8
8 14
9 * Added a dependency on the `http_parser` package. 15 * Added a dependency on the `http_parser` package.
10 16
(...skipping 29 matching lines...) Expand all
40 46
41 * **BREAKING** Removed `Shelf` prefix from all classes. 47 * **BREAKING** Removed `Shelf` prefix from all classes.
42 * **BREAKING** `Response` has drastically different constructors. 48 * **BREAKING** `Response` has drastically different constructors.
43 * *NEW!* `Response` now accepts a body of either `String` or 49 * *NEW!* `Response` now accepts a body of either `String` or
44 `Stream<List<int>>`. 50 `Stream<List<int>>`.
45 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 51 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
46 52
47 ## 0.1.0 2014-03-02 53 ## 0.1.0 2014-03-02
48 54
49 * First reviewed release 55 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf_io.dart » ('j') | pkg/shelf/lib/src/message.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698