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

Side by Side Diff: CHANGELOG.md

Issue 2281723002: Improve the documentation of logRequests(). (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | lib/src/handlers/logger.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.6.5+3
2
3 * Improve the documentation of `logRequests()`.
4
1 ## 0.6.5+2 5 ## 0.6.5+2
2 6
3 * Support `http_parser` 3.0.0. 7 * Support `http_parser` 3.0.0.
4 8
5 ## 0.6.5+1 9 ## 0.6.5+1
6 10
7 * Fix all strong-mode warnings and errors. 11 * Fix all strong-mode warnings and errors.
8 12
9 ## 0.6.5 13 ## 0.6.5
10 14
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 238
235 * **BREAKING** Removed `Shelf` prefix from all classes. 239 * **BREAKING** Removed `Shelf` prefix from all classes.
236 * **BREAKING** `Response` has drastically different constructors. 240 * **BREAKING** `Response` has drastically different constructors.
237 * *NEW!* `Response` now accepts a body of either `String` or 241 * *NEW!* `Response` now accepts a body of either `String` or
238 `Stream<List<int>>`. 242 `Stream<List<int>>`.
239 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 243 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
240 244
241 ## 0.1.0 2014-03-02 245 ## 0.1.0 2014-03-02
242 246
243 * First reviewed release 247 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | lib/src/handlers/logger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698