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

Side by Side Diff: CHANGELOG.md

Issue 1906093002: Close underlying Hash sinks. (Closed) Base URL: git@github.com:dart-lang/crypto@master
Patch Set: cr 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 | « no previous file | lib/src/hash_sink.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.1
2
3 * Properly close sinks passed to `Hash.startChunkedConversion()` when
4 `ByteConversionSink.close()` is called.
5
1 ## 1.1.0 6 ## 1.1.0
2 7
3 * `Hmac` and `Hash` now extend the new `ChunkedConverter` class from 8 * `Hmac` and `Hash` now extend the new `ChunkedConverter` class from
4 `dart:convert`. 9 `dart:convert`.
5 10
6 * Fix all strong mode warnings. 11 * Fix all strong mode warnings.
7 12
8 ## 1.0.0 13 ## 1.0.0
9 14
10 * All APIs that were deprecated in 0.9.2 have been removed. No new APIs have 15 * All APIs that were deprecated in 0.9.2 have been removed. No new APIs have
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 59
55 ## 0.9.1 60 ## 0.9.1
56 61
57 * Base64 convert returns an Uint8List 62 * Base64 convert returns an Uint8List
58 * Base64 codec and encoder can now take an encodePaddingCharacter 63 * Base64 codec and encoder can now take an encodePaddingCharacter
59 * Implement a Base64 codec similar to codecs in 'dart:convert' 64 * Implement a Base64 codec similar to codecs in 'dart:convert'
60 65
61 ## 0.9.0 66 ## 0.9.0
62 67
63 * ChangeLog starts here. 68 * ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/hash_sink.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698