| OLD | NEW |
| 1 ## 3.0.0 |
| 2 |
| 3 * All deprecated APIs have been removed. No new APIs have been added. Packages |
| 4 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example, |
| 5 `http_parser: ">=2.2.0 <4.0.0"`. |
| 6 |
| 7 * Fix all strong-mode warnings. |
| 8 |
| 1 ## 2.2.1 | 9 ## 2.2.1 |
| 2 | 10 |
| 3 * Add support for `crypto` 1.0.0. | 11 * Add support for `crypto` 1.0.0. |
| 4 | 12 |
| 5 ## 2.2.0 | 13 ## 2.2.0 |
| 6 | 14 |
| 7 * `WebSocketChannel` has been moved to | 15 * `WebSocketChannel` has been moved to |
| 8 [the `web_socket_channel` package][web_socket_channel]. The implementation | 16 [the `web_socket_channel` package][web_socket_channel]. The implementation |
| 9 here is now deprecated. | 17 here is now deprecated. |
| 10 | 18 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 * Fixes for HTTP date formatting. | 76 * Fixes for HTTP date formatting. |
| 69 | 77 |
| 70 ## 0.0.2+1 | 78 ## 0.0.2+1 |
| 71 | 79 |
| 72 * Minor code refactoring. | 80 * Minor code refactoring. |
| 73 | 81 |
| 74 ## 0.0.2 | 82 ## 0.0.2 |
| 75 | 83 |
| 76 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 84 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
| 77 WebSocket API. | 85 WebSocket API. |
| OLD | NEW |