Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. |
| OLD | NEW |