OLD | NEW |
---|---|
1 ## 1.1.1 | |
2 | |
3 * Fix all strong-mode warnings. | |
4 | |
1 ## 1.1.0 | 5 ## 1.1.0 |
2 | 6 |
3 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink` | 7 * Add `AccumulatorSink`, `ByteAccumulatorSink`, and `StringAccumulatorSink` |
4 classes for providing synchronous access to the output of chunked converters. | 8 classes for providing synchronous access to the output of chunked converters. |
5 | 9 |
6 ## 1.0.1 | 10 ## 1.0.1 |
7 | 11 |
8 * Small improvement in percent decoder efficiency. | 12 * Small improvement in percent decoder efficiency. |
9 | 13 |
10 ## 1.0.0 | 14 ## 1.0.0 |
11 | 15 |
12 * Initial version | 16 * Initial version |
OLD | NEW |