Releases: dart-lang/tools
Releases · dart-lang/tools
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.
package:process v5.0.4
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Move the package into the
dart-lang/tools
repository. - Bumped min SDK dependency to 3.5.0.
package:coverage v1.13.1
- Fix a bug where the VM service can be shut down while some coverage collections are still happening.
package:json_rpc_2 v4.0.0
- Add custom ID generator option to clients, which allows for
String
ids. - Breaking: When
String
ids are present in a response, we no longer
automatically try to parse them as integers. This behavior was never a part
of the spec, and is not compatible with allowing custom ID generators.
package:coverage v1.13.0
- Introduced support for minimum coverage thresholds using --fail-under flag in format_coverage.
- Fix a bug where we attempt to resume an isolate after the VM service has been shut down.
package:html v0.15.6
- Performance improvements.
- No longer generate any error spans if generateSpans is false.
- Fixed a TypeError in nth-child with non numeric value (e.g.
nth-child(even)
)
package:unified_analytics v8.0.1
- Added
Event.flutterInjectDarwinPlugins
event for plugins injected into an iOS/macOS project.
package:coverage v1.12.0
coverage-v1.12.0 [coverage] Prepare to publish (#2070)