Releases: dart-lang/tools
Releases · dart-lang/tools
package:coverage v1.12.0
coverage-v1.12.0 [coverage] Prepare to publish (#2070)
package:unified_analytics v7.0.2
- Allow
LogStatsFile
to contain more granular event types (specificallyproperty_editor
events).
package:bazel_worker v1.1.3
- Require Dart SDK
^3.4.0
. - Widen
package:protobuf
constraint to allow 4.0.0.
package:html v0.15.5+1
- Support "ambiguous ampersand" in attribute values.
package:package_config v2.2.0
- Add relational operators to
LanguageVersion
with extension methods
exported underLanguageVersionRelationalOperators
. - Include correct parameter names in errors when validating
themajor
andminor
versions in theLanguageVersion.new
constructor.
package:pub_semver v2.2.0
- Remove dependency on
package:meta
. - Mark
Version
class asfinal
instead of with@sealed
. - Clarify that the lists returned by
thepreRelease
andbuild
properties ofVersion
and
theranges
property ofVersionUnion
should not be modified. - Note that
VersionConstraint.any
andVersionConstraint.empty
static fields
shouldn't be reassigned and will be madefinal
in a future release.
package:glob v2.1.3
- Require Dart 3.3.
- Move to
dart-lang/tools
monorepo.
package:markdown v7.3.0
package:stream_channel v2.1.4
- Fix
StreamChannelMixin
so that it can be used as a mixin again.
package:pubspec_parse v1.5.0
- Added fields to
Pubspec
:executables
,resolution
,workspace
. - Require Dart 3.6
- Update dependencies.