OLD | NEW |
| 1 ## 2.2.1 |
| 2 |
| 3 * Add support for `crypto` 1.0.0. |
| 4 |
1 ## 2.2.0 | 5 ## 2.2.0 |
2 | 6 |
3 * `WebSocketChannel` has been moved to | 7 * `WebSocketChannel` has been moved to |
4 [the `web_socket_channel` package][web_socket_channel]. The implementation | 8 [the `web_socket_channel` package][web_socket_channel]. The implementation |
5 here is now deprecated. | 9 here is now deprecated. |
6 | 10 |
7 [web_socket_channel]: https://pub.dartlang.org/packages/web_socket_channel | 11 [web_socket_channel]: https://pub.dartlang.org/packages/web_socket_channel |
8 | 12 |
9 ## 2.1.0 | 13 ## 2.1.0 |
10 | 14 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 * Fixes for HTTP date formatting. | 68 * Fixes for HTTP date formatting. |
65 | 69 |
66 ## 0.0.2+1 | 70 ## 0.0.2+1 |
67 | 71 |
68 * Minor code refactoring. | 72 * Minor code refactoring. |
69 | 73 |
70 ## 0.0.2 | 74 ## 0.0.2 |
71 | 75 |
72 * Added `CompatibleWebSocket`, for platform- and API-independent support for the | 76 * Added `CompatibleWebSocket`, for platform- and API-independent support for the |
73 WebSocket API. | 77 WebSocket API. |
OLD | NEW |