Skip to content

Commit 2be5ca0

Browse files
authored
prep to publish package:checks 0.3.1 (#2513)
1 parent 3d5aaa3 commit 2be5ca0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pkgs/checks/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.1-wip
1+
## 0.3.1
22

33
- Directly compare keys across actual and expected `Map` instances when
44
checking deep collection equality and all the keys can be directly compared
@@ -11,7 +11,7 @@
1111
- Fix a bug where printing the result of a failed deep quality check would
1212
fail with a `TypeError` when comparing large `Map` instances
1313
- Increase SDK constraint to ^3.5.0.
14-
- Clarify this package is an _experiment_
14+
- Clarify this package is experimental.
1515

1616
## 0.3.0
1717

pkgs/checks/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ a literate API.
66

77
## package:checks (experimental)
88

9-
`package:checks` is an experiment. For production use cases, please
10-
use `package:test` and `package:matcher`.
9+
`package:checks` is still experimental. For production use cases, please use
10+
`package:test` and `package:matcher`.
1111

12-
For packages in the labs.dart.dev publisher we generally plan to either graduate the
13-
package into a supported publisher (dart.dev, tools.dart.dev) after a period of
14-
feedback and iteration, or discontinue the package. These packages have a much
15-
higher expected rate of API and breaking changes.
12+
For packages in the `labs.dart.dev` publisher we generally plan to either
13+
graduate the package into a supported publisher (`dart.dev`, `tools.dart.dev`)
14+
after a period of feedback and iteration, or discontinue the package. These
15+
packages have a much higher expected rate of API and breaking changes.
1616

17-
To provide feedback on the API, please file
18-
[an issue][] with questions, suggestions, feature requests, or general
19-
feedback.
17+
To provide feedback on the API, please file [an issue][] with questions,
18+
suggestions, feature requests, or general feedback.
2019

21-
For documentation about converting your usage of `package:matcher` to `checks`, see the
22-
[migration guide][].
20+
For documentation about converting your usage of `package:matcher` to `checks`,
21+
see the [migration guide][].
2322

2423
[an issue]:https://github.com/dart-lang/test/issues/new?labels=package%3Achecks&template=03_checks_feedback.md
2524
[migration guide]:https://github.com/dart-lang/test/blob/master/pkgs/checks/doc/migrating_from_matcher.md

pkgs/checks/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: checks
2-
version: 0.3.1-wip
2+
version: 0.3.1
33
description: >-
44
A framework for checking values against expectations and building custom
55
expectations.
66
repository: https://github.com/dart-lang/test/tree/master/pkgs/checks
77
issue_tracker: https://github.com/dart-lang/test/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Achecks
8+
89
resolution: workspace
910

1011
environment:

0 commit comments

Comments
 (0)