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

Side by Side Diff: CHANGELOG.md

Issue 1892553002: Fix strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Created 4 years, 8 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 | « .analysis_options ('k') | lib/src/hash.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 ## 1.1.0
2
3 * `Hmac` and `Hash` now extend the new `ChunkedConverter` class from
4 `dart:convert`.
5
6 * Fix all strong mode warnings.
7
1 ## 1.0.0 8 ## 1.0.0
2 9
3 * All APIs that were deprecated in 0.9.2 have been removed. No new APIs have 10 * All APIs that were deprecated in 0.9.2 have been removed. No new APIs have
4 been added. Packages that would use 1.0.0 as a lower bound should use 0.9.2 11 been added. Packages that would use 1.0.0 as a lower bound should use 0.9.2
5 instead—for example, `crypto: ">=0.9.2 <2.0.0"`. 12 instead—for example, `crypto: ">=0.9.2 <2.0.0"`.
6 13
7 ## 0.9.2+1 14 ## 0.9.2+1
8 15
9 * Avoid core library methods that don't work on dart2js. 16 * Avoid core library methods that don't work on dart2js.
10 17
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 54
48 ## 0.9.1 55 ## 0.9.1
49 56
50 * Base64 convert returns an Uint8List 57 * Base64 convert returns an Uint8List
51 * Base64 codec and encoder can now take an encodePaddingCharacter 58 * Base64 codec and encoder can now take an encodePaddingCharacter
52 * Implement a Base64 codec similar to codecs in 'dart:convert' 59 * Implement a Base64 codec similar to codecs in 'dart:convert'
53 60
54 ## 0.9.0 61 ## 0.9.0
55 62
56 * ChangeLog starts here. 63 * ChangeLog starts here.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/hash.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698