We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca05a4 commit c63f5c9Copy full SHA for c63f5c9
pkg/dartfix/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.8
2
+* The dartfix package has been deprecated. The functionality has been moved to
3
+ the new `dart fix` command that's included in the SDK.
4
+
5
# 0.1.7
6
* Improve experimental non-nullable migration support.
7
* Extract some nnbd migration implementation components from the dartfix
pkg/dartfix/pubspec.yaml
@@ -1,5 +1,5 @@
name: dartfix
-version: 0.1.7
+version: 0.1.8
description:
A tool for migrating Dart source to newer versions of the Dart SDK
and fixing common issues.
0 commit comments