| OLD | NEW |
| 1 ## 0.2.3+1 |
| 2 |
| 3 * Support `http_parser` 1.0.0. |
| 4 |
| 1 ## 0.2.3 | 5 ## 0.2.3 |
| 2 | 6 |
| 3 * Added `listDirectories` argument to `createStaticHandler`. | 7 * Added `listDirectories` argument to `createStaticHandler`. |
| 4 | 8 |
| 5 ## 0.2.2 | 9 ## 0.2.2 |
| 6 | 10 |
| 7 * Bumped up minimum SDK to 1.7.0. | 11 * Bumped up minimum SDK to 1.7.0. |
| 8 | 12 |
| 9 * Added support for `shelf` 0.6.0. | 13 * Added support for `shelf` 0.6.0. |
| 10 | 14 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 | 52 |
| 49 ## 0.1.1+1 | 53 ## 0.1.1+1 |
| 50 | 54 |
| 51 * Removed work around for [issue](https://codereview.chromium.org/278783002/). | 55 * Removed work around for [issue](https://codereview.chromium.org/278783002/). |
| 52 | 56 |
| 53 ## 0.1.1 | 57 ## 0.1.1 |
| 54 | 58 |
| 55 * Correctly handle requests when not hosted at the root of a site. | 59 * Correctly handle requests when not hosted at the root of a site. |
| 56 * Send `last-modified` header. | 60 * Send `last-modified` header. |
| 57 * Work around [known issue](https://codereview.chromium.org/278783002/) with HTT
P date formatting. | 61 * Work around [known issue](https://codereview.chromium.org/278783002/) with HTT
P date formatting. |
| OLD | NEW |