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

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

Issue 366063002: pkg/shelf: Updated headers map to use pkg/collection CanonicalizedMap (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
OLDNEW
1 ## 0.5.4+2
2
3 * Updated headers map to use a more efficient case-insensitive backing store.
4
1 ## 0.5.4+1 5 ## 0.5.4+1
2 6
3 * Widen the version constraint for `stack_trace`. 7 * Widen the version constraint for `stack_trace`.
4 8
5 ## 0.5.4 9 ## 0.5.4
6 10
7 * The `shelf_io` adapter now sends the `Date` HTTP header by default. 11 * The `shelf_io` adapter now sends the `Date` HTTP header by default.
8 12
9 * Fixed logic for setting Server header in `shelf_io`. 13 * Fixed logic for setting Server header in `shelf_io`.
10 14
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 98
95 * **BREAKING** Removed `Shelf` prefix from all classes. 99 * **BREAKING** Removed `Shelf` prefix from all classes.
96 * **BREAKING** `Response` has drastically different constructors. 100 * **BREAKING** `Response` has drastically different constructors.
97 * *NEW!* `Response` now accepts a body of either `String` or 101 * *NEW!* `Response` now accepts a body of either `String` or
98 `Stream<List<int>>`. 102 `Stream<List<int>>`.
99 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 103 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
100 104
101 ## 0.1.0 2014-03-02 105 ## 0.1.0 2014-03-02
102 106
103 * First reviewed release 107 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pkg/shelf/lib/src/shelf_unmodifiable_map.dart » ('j') | pkg/shelf/lib/src/shelf_unmodifiable_map.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698