- Upgraded dependencies for Dart 2.
- Support more constants related to HTTP.
- Add support for removing
@proxy
annotations. - Convert
JSON.encode
references tojsonEncode
(and similarly for jsonDecode, base64Encode, and base64Decode).
- Add support for deprecated
dart:io
constants.
- Add a
dart2_fix
pub run entry-point. - Updates to the latest version of packages.
- Added an
--check-package=<package name>
option.
- Made the tool work under Dart 2 runtime semantics.
- Updated when we print timing info for the tool.
- Added an SDK lower bound of
2.0.0-dev.36.0
. - Added a
--verbose
flag.
- Fix an issue converting
DateTime.AUGUST
.
- Fix an issue converting
double.INFINITY
.
- Initial version.