Skip to content

Commit cae0485

Browse files
committed
update pubspecs/changelogs
1 parent 537c4a8 commit cae0485

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pkgs/checks/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

@@ -13,7 +14,7 @@
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

pkgs/matcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

pkgs/matcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: matcher
2-
version: 0.12.18
2+
version: 0.12.19-wip
33
description: >-
44
Support for specifying test expectations via an extensible Matcher class.
55
Also includes a number of built-in Matcher implementations for common cases.

0 commit comments

Comments
 (0)