Skip to content

Releases: dart-lang/tools

package:yaml_edit v2.2.2

20 Dec 13:47
a04e631
Compare
Choose a tag to compare
  • 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

20 Dec 13:42
27f829e
Compare
Choose a tag to compare
  • 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

20 Dec 13:34
3a4e0ba
Compare
Choose a tag to compare
  • Require Dart 3.3
  • Move to dart-lang/tools monorepo.

package:stack_trace v1.12.1

20 Dec 13:30
07648c8
Compare
Choose a tag to compare
  • Move to dart-lang/tools monorepo.

package:pubspec_parse v1.4.0

20 Dec 13:21
f29bcb5
Compare
Choose a tag to compare
  • 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

17 Dec 09:34
84f7a11
Compare
Choose a tag to compare
  • 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

17 Dec 09:32
c90e95b
Compare
Choose a tag to compare
  • Require Dart 3.1
  • Move to dart-lang/tools monorepo.

package:string_scanner v1.4.1

17 Dec 10:00
3815ff3
Compare
Choose a tag to compare
  • Move to dart-lang/tools monorepo.

package:stream_transform v2.1.1

17 Dec 09:47
46cc745
Compare
Choose a tag to compare
  • 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

12 Dec 10:04
b78c509
Compare
Choose a tag to compare
  • Require Dart 3.4.
  • Move to dart-lang/tools monorepo.