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

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

Issue 308763003: Release stack_trace 1.0.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dependency pubspecs Created 6 years, 6 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/pubspec.yaml » ('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.4+1
2
3 * Widen the version constraint for `stack_trace`.
4
1 ## 0.5.4 5 ## 0.5.4
2 6
3 * The `shelf_io` adapter now sends the `Date` HTTP header by default. 7 * The `shelf_io` adapter now sends the `Date` HTTP header by default.
4 8
5 * Fixed logic for setting Server header in `shelf_io`. 9 * Fixed logic for setting Server header in `shelf_io`.
6 10
7 ## 0.5.3 11 ## 0.5.3
8 12
9 * Add new named parameters to `Request.change`: `scriptName` and `url`. 13 * Add new named parameters to `Request.change`: `scriptName` and `url`.
10 14
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 94
91 * **BREAKING** Removed `Shelf` prefix from all classes. 95 * **BREAKING** Removed `Shelf` prefix from all classes.
92 * **BREAKING** `Response` has drastically different constructors. 96 * **BREAKING** `Response` has drastically different constructors.
93 * *NEW!* `Response` now accepts a body of either `String` or 97 * *NEW!* `Response` now accepts a body of either `String` or
94 `Stream<List<int>>`. 98 `Stream<List<int>>`.
95 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 99 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
96 100
97 ## 0.1.0 2014-03-02 101 ## 0.1.0 2014-03-02
98 102
99 * First reviewed release 103 * First reviewed release
OLDNEW
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/shelf/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698