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

Side by Side Diff: CHANGELOG.md

Issue 2036343004: Support crypto 2.0.0. (Closed) Base URL: git@github.com:dart-lang/web_socket_channel.git@master
Patch Set: Created 4 years, 6 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 | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.0.4
2
3 * Support `crypto` 2.0.0.
4
1 ## 1.0.3 5 ## 1.0.3
2 6
3 * Fix all strong-mode errors and warnings. 7 * Fix all strong-mode errors and warnings.
4 8
5 * Fix a bug where `HtmlWebSocketChannel.close()` would crash on non-Dartium 9 * Fix a bug where `HtmlWebSocketChannel.close()` would crash on non-Dartium
6 browsers if the close code and reason weren't provided explicitly. 10 browsers if the close code and reason weren't provided explicitly.
7 11
8 ## 1.0.2 12 ## 1.0.2
9 13
10 * Properly use `BASE64` from `dart:convert` rather than `crypto`. 14 * Properly use `BASE64` from `dart:convert` rather than `crypto`.
11 15
12 ## 1.0.1 16 ## 1.0.1
13 17
14 * Add support for `crypto` 1.0.0. 18 * Add support for `crypto` 1.0.0.
15 19
16 ## 1.0.0 20 ## 1.0.0
17 21
18 * Initial version 22 * Initial version
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698