File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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_
1415
1516## 0.3.0
1617
Original file line number Diff line number Diff line change 44` package:checks ` is a library for expressing test expectations and it features
55a literate API.
66
7- ## package: checks preview
7+ ## package: checks (experimental)
88
9- ` package:checks ` is in preview; to provide feedback on the API, please file
9+ ` package:checks ` is an experiment. For production use cases, please
10+ use ` package:test ` and ` package:matcher ` .
11+
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.
16+
17+ To provide feedback on the API, please file
1018[ an issue] [ ] with questions, suggestions, feature requests, or general
1119feedback.
1220
13- For documentation about migrating from ` package:matcher ` to ` checks ` , see the
21+ For documentation about converting your usage of ` package:matcher ` to ` checks ` , see the
1422[ migration guide] [ ] .
1523
1624[ an issue ] :https://github.com/dart-lang/test/issues/new?labels=package%3Achecks&template=03_checks_feedback.md
You can’t perform that action at this time.
0 commit comments