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

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

Issue 281353004: pkg/shelf: Fixed logic for setting Server header in `shelf_io` (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed Created 6 years, 7 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/test/shelf_io_test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.4 1 ## 0.5.4
2 2
3 * The `shelf_io` adapter now sends the `Date` HTTP header by default. 3 * The `shelf_io` adapter now sends the `Date` HTTP header by default.
4 * Fixed logic for setting Server header in `shelf_io`
nweiz 2014/05/27 23:08:05 End with a period, add a newline between this and
kevmoo 2014/05/28 00:44:05 Done.
4 5
5 ## 0.5.3 6 ## 0.5.3
6 7
7 * Add new named parameters to `Request.change`: `scriptName` and `url`. 8 * Add new named parameters to `Request.change`: `scriptName` and `url`.
8 9
9 ## 0.5.2 10 ## 0.5.2
10 11
11 * Add a `Cascade` helper that runs handlers in sequence until one returns a 12 * Add a `Cascade` helper that runs handlers in sequence until one returns a
12 response that's neither a 404 nor a 405. 13 response that's neither a 404 nor a 405.
13 14
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 89
89 * **BREAKING** Removed `Shelf` prefix from all classes. 90 * **BREAKING** Removed `Shelf` prefix from all classes.
90 * **BREAKING** `Response` has drastically different constructors. 91 * **BREAKING** `Response` has drastically different constructors.
91 * *NEW!* `Response` now accepts a body of either `String` or 92 * *NEW!* `Response` now accepts a body of either `String` or
92 `Stream<List<int>>`. 93 `Stream<List<int>>`.
93 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 94 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
94 95
95 ## 0.1.0 2014-03-02 96 ## 0.1.0 2014-03-02
96 97
97 * First reviewed release 98 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf_io.dart » ('j') | pkg/shelf/test/shelf_io_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698