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

Side by Side Diff: CHANGELOG.md

Issue 2032903006: Stop implementing ChunkedConverter. (Closed) Base URL: git@github.com:dart-lang/crypto.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 | 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 ## 2.0.0
2
3 **Note**: There are no APIs in 2.0.0 that weren't also in 0.9.2. Packages that
4 would use 2.0.0 as a lower bound should use 0.9.2 instead—for example, `crypto:
5 ">=0.9.2 <3.0.0"`.
Bob Nystrom 2016/06/03 22:35:56 How about a more explicit before-after? "For examp
nweiz 2016/06/03 22:37:38 I'm worried that would muddy the waters more than
6
7 * `Hash` and `Hmac` no longer extend `ChunkedConverter`.
8
1 ## 1.1.1 9 ## 1.1.1
2 10
3 * Properly close sinks passed to `Hash.startChunkedConversion()` when 11 * Properly close sinks passed to `Hash.startChunkedConversion()` when
4 `ByteConversionSink.close()` is called. 12 `ByteConversionSink.close()` is called.
5 13
6 ## 1.1.0 14 ## 1.1.0
7 15
8 * `Hmac` and `Hash` now extend the new `ChunkedConverter` class from 16 * `Hmac` and `Hash` now extend the new `ChunkedConverter` class from
9 `dart:convert`. 17 `dart:convert`.
10 18
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 67
60 ## 0.9.1 68 ## 0.9.1
61 69
62 * Base64 convert returns an Uint8List 70 * Base64 convert returns an Uint8List
63 * Base64 codec and encoder can now take an encodePaddingCharacter 71 * Base64 codec and encoder can now take an encodePaddingCharacter
64 * Implement a Base64 codec similar to codecs in 'dart:convert' 72 * Implement a Base64 codec similar to codecs in 'dart:convert'
65 73
66 ## 0.9.0 74 ## 0.9.0
67 75
68 * ChangeLog starts here. 76 * ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/hash.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698