Releases: dart-lang/tools
Releases · dart-lang/tools
package:watcher v1.1.3
- Improve handling of
FileSystemException: Directory watcher closed unexpectedly
on Windows. The
watcher was already attempting to restart after this error and resume sending
events. But, the restart would sometimes silently fail. Now, it is more
reliable. - Improving handling of directories that are created then immediately deleted on
Windows. Previously, that could cause aPathNotfoundException
to be thrown.
package:process v5.0.5
- Fix mixtures of parentheses and spaces in windows command paths.
package:unified_analytics v8.0.5
- Fix
Event.flutterWasmDryRun
fields.
package:unified_analytics v8.0.4
- Changed
Event.flutterWasmDryRun
to track dart2wasm dry run metrics from Flutter.
package:test_reflective_loader v0.3.0
- Require Dart
^3.5.0
. - Update to
package:test
1.26.1. - Pass locations of groups/tests to
package:test
to improve locations reported
in the JSON reporter that may be used for navigation in IDEs.
package:coverage v1.15.0
- Expose
filterIgnored
function, which filters the coverage data according to// coverage:ignore-...
comments. Previously this filtering functionality was only available when loading coverage data from json usingparseJson
etc.
package:unified_analytics v8.0.2
- Added
Event.dartMCPEvent
for events from thedart mcp-server
command.
package:watcher v1.1.2
- Fix a bug on Windows where a file creation event could be reported twice when creating
a file recursively in a non-existent directory.
package:coverage v1.14.1
- Remove dependency on
package:pubspec_parse
. - Silence a rare error that can occur when trying to resume the main isolate because the VM service has already shut down. This was responsible for a ~0.1% flakiness, and is safe to ignore.
package:coverage v1.14.0
- Require Dart ^3.6.0
- Partial support for workspace packages in
test_wth_coverage
. - Deprecate
test_wth_coverage
's--package-name
flag, because it doesn't make
sense for workspaces. - Change the default
--port
to 0, allowing the VM to choose a free port.