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