| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |