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