| OLD | NEW |
| 1 ## 2.0.0 |
| 2 |
| 3 **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"`. |
| 5 |
| 6 * `HexDecoder`, `HexEncoder`, `PercentDecoder`, and `PercentEncoder` no longer |
| 7 extend `ChunkedConverter`. |
| 8 |
| 1 ## 1.1.1 | 9 ## 1.1.1 |
| 2 | 10 |
| 3 * Fix all strong-mode warnings. | 11 * Fix all strong-mode warnings. |
| 4 | 12 |
| 5 ## 1.1.0 | 13 ## 1.1.0 |
| 6 | 14 |
| 7 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink` | 15 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink` |
| 8 classes for providing synchronous access to the output of chunked converters. | 16 classes for providing synchronous access to the output of chunked converters. |
| 9 | 17 |
| 10 ## 1.0.1 | 18 ## 1.0.1 |
| 11 | 19 |
| 12 * Small improvement in percent decoder efficiency. | 20 * Small improvement in percent decoder efficiency. |
| 13 | 21 |
| 14 ## 1.0.0 | 22 ## 1.0.0 |
| 15 | 23 |
| 16 * Initial version | 24 * Initial version |
| OLD | NEW |