dart-sdk/pkg/dartfix/CHANGELOG.md
Janice Collins ee0cd4ea74 Prepare for dartfix 0.1.7.
This updates the changelog since the last attempt.  Verified that pub
publish is going to work this time and retested against the 2.8.0
SDK.

Change-Id: I6f5b2fd7614effcad8f6fe509a865cae9d2edb6b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148122
Auto-Submit: Janice Collins <jcollins@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-05-15 16:39:52 +00:00

930 B

0.1.7

  • Improve experimental non-nullable migration support.
  • Extract some nnbd migration implementation components from the dartfix package.

0.1.6

  • Improve experimental non-nullable migration support.

0.1.5

  • Add command line options for selecting/excluding fixes to apply (--fix, --excludeFix, and --required). Call with --help for more details.
  • Add a --color option for printing messages with ANSI colors. This defaults to true if the terminal supports ANSI colors.
  • Add a --pedantic option for specifying fixes relating to the pedantic lints.
  • Add experimental non-nullable 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