Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 813 Bytes

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 813 Bytes

1.0.6

  • Upgraded dependencies for Dart 2.

1.0.5

  • Support more constants related to HTTP.

1.0.4

  • Add support for removing @proxy annotations.
  • Convert JSON.encode references to jsonEncode (and similarly for jsonDecode, base64Encode, and base64Decode).

1.0.3

  • Add support for deprecated dart:io constants.

1.0.2

  • Add a dart2_fix pub run entry-point.
  • Updates to the latest version of packages.
  • Added an --check-package=<package name> option.

1.0.1

  • 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.

1.0.0+2

  • Fix an issue converting DateTime.AUGUST.

1.0.0+1

  • Fix an issue converting double.INFINITY.

1.0.0

  • Initial version.