Releases: dart-lang/tools
Releases · dart-lang/tools
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.
package:yaml_edit v2.2.2
- Suppress warnings previously printed to
stdout
when parsing YAML internally. - Fix error thrown when inserting duplicate keys to different maps in the same
list.
(#69) - Fix error thrown when inserting in nested list using
spliceList
method
(#83) - Fix error thrown when string has spaces when applying
ScalarStyle.FOLDED
.
(#41). Resolves
([#86]). - Require Dart 3.1
- Move to
dart-lang/tools
monorepo.
package:yaml v3.1.3
- Require Dart 3.4
- Fix UTF-16 surrogate pair handling in plain scaler.
- Move to
dart-lang/tools
monorepo.
package:stream_channel v2.1.3
- Require Dart 3.3
- Move to
dart-lang/tools
monorepo.
package:stack_trace v1.12.1
- Move to
dart-lang/tools
monorepo.
package:pubspec_parse v1.4.0
- Require Dart 3.2
- Seal the
Dependency
class. - Set
Pubspec.environment
to non-nullable. - Remove deprecated package_api_docs rule
- Move to
dart-lang/tools
monorepo.