convert 2.0.1
convert: ^2.0.1 copied to clipboard
Utilities for converting between data representations.
2.0.1 #
PercentEncoderno longer encodes digits. This follows the specified behavior.
2.0.0 #
Note: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as
a lower bound should use 1.0.0 instead—for example, convert: ">=1.0.0 <3.0.0".
HexDecoder,HexEncoder,PercentDecoder, andPercentEncoderno longer extendChunkedConverter.
1.1.1 #
- Fix all strong-mode warnings.
1.1.0 #
- Add
AccumulatorSink,ByteAccumulatorSink, andStringAccumulatorSinkclasses for providing synchronous access to the output of chunked converters.
1.0.1 #
- Small improvement in percent decoder efficiency.
1.0.0 #
- Initial version