Files
sdk/pkg/dartfix/CHANGELOG.md
T
danrubel 6c680a0ebd Update dartfix readme and update version numbers
* Update the readme to discuss required vs suggested fixes
* Remove the out-of-date options section from the readme
* Update dartfix and analysis_server_client versions and changelog

Change-Id: Ida4b30f9f89eb84a2fe856f61562ff73bf6725da
Reviewed-on: https://dart-review.googlesource.com/c/92153
Commit-Queue: Dan Rubel <danrubel@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2019-02-07 01:16:56 +00:00

366 B

0.1.5

  • add command line options for selecting/excluding fixes to apply
  • add experimental NNBD migration support

0.1.4

  • update protocol version constraints

0.1.3

  • update SDK constraints

0.1.2

  • update SDK constraints
  • add example.dart showing what can be "fixed"

0.1.1

  • Remove reading dartfix version from pubspec

0.1.0

  • Initial version