| OLD | NEW |
| (Empty) | |
| 1 ## 2.0.1 |
| 2 |
| 3 * `PercentEncoder` no longer encodes digits. This follows the specified |
| 4 behavior. |
| 5 |
| 6 ## 2.0.0 |
| 7 |
| 8 **Note**: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as |
| 9 a lower bound should use 1.0.0 instead—for example, `convert: ">=1.0.0 <3.0.0"`. |
| 10 |
| 11 * `HexDecoder`, `HexEncoder`, `PercentDecoder`, and `PercentEncoder` no longer |
| 12 extend `ChunkedConverter`. |
| 13 |
| 14 ## 1.1.1 |
| 15 |
| 16 * Fix all strong-mode warnings. |
| 17 |
| 18 ## 1.1.0 |
| 19 |
| 20 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink` |
| 21 classes for providing synchronous access to the output of chunked converters. |
| 22 |
| 23 ## 1.0.1 |
| 24 |
| 25 * Small improvement in percent decoder efficiency. |
| 26 |
| 27 ## 1.0.0 |
| 28 |
| 29 * Initial version |
| OLD | NEW |