Skip to content

Releases: dart-lang/tools

package:watcher v1.1.2

11 Jun 14:49
72e6cc8
Compare
Choose a tag to compare
  • 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

05 Jun 01:33
e84cbd9
Compare
Choose a tag to compare
  • 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

25 May 23:02
89997b0
Compare
Choose a tag to compare
  • 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

21 May 21:36
30ba946
Compare
Choose a tag to compare
  • 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

01 May 22:50
f1f8ac1
Compare
Choose a tag to compare
  • 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

01 May 19:25
92f10a9
Compare
Choose a tag to compare
  • 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

30 Apr 00:00
92f10a9
Compare
Choose a tag to compare
  • 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

24 Apr 07:43
11f4cf7
Compare
Choose a tag to compare
  • 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

11 Apr 23:43
2bb6eba
Compare
Choose a tag to compare
  • Added Event.flutterInjectDarwinPlugins event for plugins injected into an iOS/macOS project.

package:coverage v1.12.0

10 Apr 07:55
77e4177
Compare
Choose a tag to compare
coverage-v1.12.0

[coverage] Prepare to publish (#2070)