Releases: dart-lang/tools
Releases · dart-lang/tools
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
stdoutwhen 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
spliceListmethod
(#83) - Fix error thrown when string has spaces when applying
ScalarStyle.FOLDED.
(#41). Resolves
([#86]). - Require Dart 3.1
- Move to
dart-lang/toolsmonorepo.
package:yaml v3.1.3
- Require Dart 3.4
- Fix UTF-16 surrogate pair handling in plain scaler.
- Move to
dart-lang/toolsmonorepo.
package:stream_channel v2.1.3
- Require Dart 3.3
- Move to
dart-lang/toolsmonorepo.
package:stack_trace v1.12.1
- Move to
dart-lang/toolsmonorepo.
package:pubspec_parse v1.4.0
- Require Dart 3.2
- Seal the
Dependencyclass. - Set
Pubspec.environmentto non-nullable. - Remove deprecated package_api_docs rule
- Move to
dart-lang/toolsmonorepo.
package:watcher v1.1.1
- Ensure
PollingFileWatcher.readycompletes for files that do not exist. - Require Dart SDK
^3.1.0 - Move to
dart-lang/toolsmonorepo.
package:term_glyph v1.2.2
- Require Dart 3.1
- Move to
dart-lang/toolsmonorepo.
package:string_scanner v1.4.1
- Move to
dart-lang/toolsmonorepo.
package:stream_transform v2.1.1
- Require Dart 3.1 or greater
- Forward errors from the
triggerfuture through to the result stream in
takeUntil. Previously an error would have not closed the stream, and instead
raised as an unhandled async error. - Move to
dart-lang/toolsmonorepo.