| OLD | NEW |
| 1 ## 0.2.1 |
| 2 |
| 3 * Fix all strong-mode warnings. |
| 4 |
| 1 ## 0.2.0 | 5 ## 0.2.0 |
| 2 | 6 |
| 3 * **Breaking change**: `webSocketHandler()` now uses the | 7 * **Breaking change**: `webSocketHandler()` now uses the |
| 4 [`WebSocketChannel`][WebSocketChannel] class defined in the | 8 [`WebSocketChannel`][WebSocketChannel] class defined in the |
| 5 `web_socket_channel` package, rather than the deprecated class defined in | 9 `web_socket_channel` package, rather than the deprecated class defined in |
| 6 `http_parser`. | 10 `http_parser`. |
| 7 | 11 |
| 8 [WebSocketChannel]: https://www.dartdocs.org/documentation/web_socket_channel/la
test/web_socket_channel/WebSocketChannel-class.html | 12 [WebSocketChannel]: https://www.dartdocs.org/documentation/web_socket_channel/la
test/web_socket_channel/WebSocketChannel-class.html |
| 9 | 13 |
| 10 ## 0.1.0 | 14 ## 0.1.0 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 * Support `http_parser` 1.0.0. | 32 * Support `http_parser` 1.0.0. |
| 29 | 33 |
| 30 ## 0.0.1+2 | 34 ## 0.0.1+2 |
| 31 | 35 |
| 32 * Mark as compatible with version `0.6.0` of `shelf`. | 36 * Mark as compatible with version `0.6.0` of `shelf`. |
| 33 | 37 |
| 34 ## 0.0.1+1 | 38 ## 0.0.1+1 |
| 35 | 39 |
| 36 * Properly parse the `Connection` header. This fixes an issue where Firefox was | 40 * Properly parse the `Connection` header. This fixes an issue where Firefox was |
| 37 unable to connect. | 41 unable to connect. |
| OLD | NEW |