|
42 | 42 | was abandoned more than 5 years ago and is not supported by most browsers. |
43 | 43 | The `dart:web_sql` library has been documented as unsupported and deprecated |
44 | 44 | for many years as well and but wasn't annotated properly until now. |
| 45 | + |
45 | 46 | ### Dart VM |
46 | 47 |
|
47 | 48 | * **Breaking Change** [#45071][]: `Dart_NewWeakPersistentHandle`'s and |
|
55 | 56 |
|
56 | 57 | #### Dart command line |
57 | 58 |
|
58 | | -* **Breaking Change** [#46100][]: The standalone `dart2native` has been marked |
59 | | -deprecated, and now prints a warning message. It's replacement is the `dart |
60 | | -compile exe` and `dart compile aot-snapshot` commands, which offer the same |
61 | | -functionality. The `dart2native` tool will be discontinued (removed from the |
62 | | -Dart SDK) in Dart 2.15. |
| 59 | +* **Breaking Change** [#46100][]: The standalone `dart2native` tool has been |
| 60 | + marked deprecated, and now prints a warning message. Its replacements are |
| 61 | + the `dart compile exe` and `dart compile aot-snapshot` commands, which offer |
| 62 | + the same functionality. The `dart2native` tool will be removed from the Dart |
| 63 | + SDK in Dart 2.15. |
| 64 | + |
| 65 | +* **Breaking Change**: The standalone `dartfmt` tool has been marked |
| 66 | + deprecated, and now prints a warning message. Instead, use `dart format`. |
| 67 | + The `dartfmt` tool will be removed from the Dart SDK in Dart 2.15. |
| 68 | + |
| 69 | + Note that `dart format` has [a different set of options and |
| 70 | + defaults][dartfmt cli] than `dartfmt`. |
63 | 71 |
|
64 | | -https://github.com/dart-lang/sdk/issues/46100 |
| 72 | +* The `dart create` command has been updated to create projects that use the |
| 73 | + new 'recommended' set of lints from `package:lints`. See |
| 74 | + https://dart.dev/go/core-lints for more information about these lints. |
65 | 75 |
|
66 | | -* The `dart create` command has been updated to create projects that use the new |
67 | | - 'recommended' set of lints from `package:lints`. See https://dart.dev/go/core-lints |
68 | | - for more information about these lints. |
| 76 | +[#46100]: https://github.com/dart-lang/sdk/issues/46100 |
| 77 | +[dartfmt cli]: https://github.com/dart-lang/dart_style/wiki/CLI-Changes |
69 | 78 |
|
70 | 79 | * The `dart analyze` command has been extended to support specifying multiple |
71 | 80 | files or directories to analyze; see also https://github.com/dart-lang/sdk/issues/45352. |
|
0 commit comments