Skip to content

Releases: dart-lang/test

package:test v1.28.0

21 Nov 00:42
cba5c15

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test_core v0.6.14

20 Nov 23:54
3169454

Choose a tag to compare

  • Fix type cast when parsing a null hit map.

package:matcher v0.12.18

20 Nov 23:35
3169454

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Remove some dynamic invocations.
  • Add explicit casts from dynamic values.
  • Require Dart 3.7

package:test_core v0.6.13

11 Nov 01:24
1a6c5ac

Choose a tag to compare

  • Require Dart 3.7
  • Add --coverage-path and --branch-coverage options to dart test.
  • Allow analyzer major version 9.

package:test_api v0.7.8

11 Nov 01:14
1a6c5ac

Choose a tag to compare

  • Add a zone function available from the test suite main that allows creating
    channels to the test runner.
  • Require Dart 3.7
  • Allow analyzer major version 9.

package:test v1.27.0

11 Nov 19:55
1a6c5ac

Choose a tag to compare

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7

package:test_core v0.6.12

22 Jul 00:15
c201cc9

Choose a tag to compare

  • Expand pub constraint to allow the latest analyzer.

package:test_api v0.7.7

21 Jul 23:23
c201cc9

Choose a tag to compare

  • Expand pub constraint to allow the latest analyzer.

package:test v1.26.3

22 Jul 00:21
c201cc9

Choose a tag to compare

  • Expand pub constraint to allow the latest analyzer.

package:checks v0.3.1

01 Jul 20:41
2be5ca0

Choose a tag to compare

  • Directly compare keys across actual and expected Map instances when
    checking deep collection equality and all the keys can be directly compared
    for equality. This maintains the path into a nested collection for typical
    cases of checking for equality against a purely value collection.
  • Always wrap Condition descriptions in angle brackets.
  • Add containsMatchingInOrder and containsEqualInOrder to replace the
    combined functionality in containsInOrder.
  • Replace pairwiseComparesTo with pairwiseMatches.
  • Fix a bug where printing the result of a failed deep quality check would
    fail with a TypeError when comparing large Map instances
  • Increase SDK constraint to ^3.5.0.
  • Clarify this package is experimental.