Releases: dart-lang/tools
Releases · dart-lang/tools
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.
package:watcher v1.1.1
- Ensure
PollingFileWatcher.ready
completes for files that do not exist. - Require Dart SDK
^3.1.0
- Move to
dart-lang/tools
monorepo.
package:term_glyph v1.2.2
- Require Dart 3.1
- Move to
dart-lang/tools
monorepo.
package:string_scanner v1.4.1
- Move to
dart-lang/tools
monorepo.
package:stream_transform v2.1.1
- Require Dart 3.1 or greater
- Forward errors from the
trigger
future 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/tools
monorepo.
package:timing v1.0.2
- Require Dart
3.4
. - Move to
dart-lang/tools
monorepo.