Skip to content

Releases: dart-lang/tools

package:coverage v1.12.0

10 Apr 07:55
77e4177

Choose a tag to compare

coverage-v1.12.0

[coverage] Prepare to publish (#2070)

package:unified_analytics v7.0.2

04 Apr 20:53
d3b54e8

Choose a tag to compare

  • Allow LogStatsFile to contain more granular event types (specifically property_editor events).

package:bazel_worker v1.1.3

01 Apr 17:47
e05fe81

Choose a tag to compare

  • Require Dart SDK ^3.4.0.
  • Widen package:protobuf constraint to allow 4.0.0.

package:html v0.15.5+1

08 Apr 16:32
b55643d

Choose a tag to compare

  • Support "ambiguous ampersand" in attribute values.

package:package_config v2.2.0

11 Mar 15:39
9c53358

Choose a tag to compare

  • Add relational operators to LanguageVersion with extension methods
    exported under LanguageVersionRelationalOperators.
  • Include correct parameter names in errors when validating
    the major and minor versions in the LanguageVersion.new constructor.

package:pub_semver v2.2.0

07 Mar 08:23
d67cd00

Choose a tag to compare

  • Remove dependency on package:meta.
  • Mark Version class as final instead of with @sealed.
  • Clarify that the lists returned by
    the preRelease and build properties of Version and
    the ranges property of VersionUnion should not be modified.
  • Note that VersionConstraint.any and VersionConstraint.empty static fields
    shouldn't be reassigned and will be made final in a future release.

package:glob v2.1.3

23 Jan 18:18
92114ab

Choose a tag to compare

  • Require Dart 3.3.
  • Move to dart-lang/tools monorepo.

package:markdown v7.3.0

13 Jan 08:25
d785fbb

Choose a tag to compare

  • Move to dart-lang/tools monorepo.
  • Fix an issue with checkbox list items separated with blank lines (#602).
  • Require package web: '>=0.4.2 <2.0.0'.
  • Fix several RangeError hazards in links (#623).
  • Export LinkReferenceDefinitionSyntax publicly (#626).

package:stream_channel v2.1.4

07 Jan 16:38
5265a85

Choose a tag to compare

  • Fix StreamChannelMixin so that it can be used as a mixin again.

package:pubspec_parse v1.5.0

07 Jan 18:20
070355e

Choose a tag to compare

  • Added fields to Pubspec: executables, resolution, workspace.
  • Require Dart 3.6
  • Update dependencies.