Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: CHANGELOG.md

Issue 1823303002: Add support for crypto 1.0.0. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/web_socket/channel.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | lib/src/web_socket/channel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698