File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## 0.3.2-wip
22
33- Require Dart 3.7
4+ - Improve speed of pretty printing for large collections.
45
56## 0.3.1
67
1314 combined functionality in ` containsInOrder ` .
1415- Replace ` pairwiseComparesTo ` with ` pairwiseMatches ` .
1516- Fix a bug where printing the result of a failed deep quality check would
16- fail with a ` TypeError ` when comparing large ` Map ` instances
17+ fail with a ` TypeError ` when comparing large ` Map ` instances.
1718- Increase SDK constraint to ^3.5.0.
1819- Clarify this package is experimental.
1920
Original file line number Diff line number Diff line change 1+ ## 0.12.19-wip
2+
3+ * Improve speed of pretty printing for large collections.
4+
15## 0.12.18
26
37* Add ` isSorted ` and related matchers for iterables.
Original file line number Diff line number Diff line change 11name : matcher
2- version : 0.12.18
2+ version : 0.12.19-wip
33description : >-
44 Support for specifying test expectations via an extensible Matcher class.
55 Also includes a number of built-in Matcher implementations for common cases.
You can’t perform that action at this time.
0 commit comments