| OLD | NEW |
| 1 ## 2.0.2+1 |
| 2 |
| 3 * Fix SDK constraint. |
| 4 |
| 1 ## 2.0.2 | 5 ## 2.0.2 |
| 2 | 6 |
| 3 * Prepare `HashSink` implementation for limiting integers to 64 bits in Dart | 7 * Prepare `HashSink` implementation for limiting integers to 64 bits in Dart |
| 4 language. | 8 language. |
| 5 | 9 |
| 6 ## 2.0.1 | 10 ## 2.0.1 |
| 7 | 11 |
| 8 * Support `convert` 2.0.0. | 12 * Support `convert` 2.0.0. |
| 9 | 13 |
| 10 ## 2.0.0 | 14 ## 2.0.0 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 80 |
| 77 ## 0.9.1 | 81 ## 0.9.1 |
| 78 | 82 |
| 79 * Base64 convert returns an Uint8List | 83 * Base64 convert returns an Uint8List |
| 80 * Base64 codec and encoder can now take an encodePaddingCharacter | 84 * Base64 codec and encoder can now take an encodePaddingCharacter |
| 81 * Implement a Base64 codec similar to codecs in 'dart:convert' | 85 * Implement a Base64 codec similar to codecs in 'dart:convert' |
| 82 | 86 |
| 83 ## 0.9.0 | 87 ## 0.9.0 |
| 84 | 88 |
| 85 * ChangeLog starts here. | 89 * ChangeLog starts here. |
| OLD | NEW |