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