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

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

Issue 596573002: pkg/shelf Include default bodies for 'Not Found' and 'Forbidden' Response (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: changelog tweaks and ready for publish Created 6 years, 2 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/src/response.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.5 1 ## 0.5.5
2 2
3 * Updated `README` links to point to latest docs on `www.dartdocs.org`. 3 * Added default body text for `Response.forbidden` and `Response.notFound` if
4 null is provided.
5
6 * Clarified documentation on a number of `Response` constructors.
7
8 * Updated `README` links to point to latest docs on `www.dartdocs.org`.
4 9
5 ## 0.5.4+3 10 ## 0.5.4+3
6 11
7 * Widen the version constraint on the `collection` package. 12 * Widen the version constraint on the `collection` package.
8 13
9 ## 0.5.4+2 14 ## 0.5.4+2
10 15
11 * Updated headers map to use a more efficient case-insensitive backing store. 16 * Updated headers map to use a more efficient case-insensitive backing store.
12 17
13 ## 0.5.4+1 18 ## 0.5.4+1
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 111
107 * **BREAKING** Removed `Shelf` prefix from all classes. 112 * **BREAKING** Removed `Shelf` prefix from all classes.
108 * **BREAKING** `Response` has drastically different constructors. 113 * **BREAKING** `Response` has drastically different constructors.
109 * *NEW!* `Response` now accepts a body of either `String` or 114 * *NEW!* `Response` now accepts a body of either `String` or
110 `Stream<List<int>>`. 115 `Stream<List<int>>`.
111 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 116 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
112 117
113 ## 0.1.0 2014-03-02 118 ## 0.1.0 2014-03-02
114 119
115 * First reviewed release 120 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/lib/src/response.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698