File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 1.25.3-wip
1
+ ## 1.25.3
2
2
3
3
* Remove outdated StreamMatcher link from README table of contents.
4
+ * Document the silent reporter in CLI help output.
5
+ * Support enabling experiments with the dart2wasm compiler.
6
+ * Added [ ` @doNotSubmit ` ] ( https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html ) to ` test(solo: ...) ` and ` group(solo: ...) ` . In
7
+ practice, this means that code that was relying on ignoring deprecation
8
+ warnings and using ` solo ` or ` group ` with a ` skip ` parameter will now fail if
9
+ ` dart analyze --fatal-infos ` (or similar) is enabled.
4
10
5
11
## 1.25.2
6
12
Original file line number Diff line number Diff line change 1
1
name : test
2
- version : 1.25.3-wip
2
+ version : 1.25.3
3
3
description : >-
4
4
A full featured library for writing and running Dart tests across platforms.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test
Original file line number Diff line number Diff line change 1
- ## 0.7.1-wip
1
+ ## 0.7.1
2
2
3
3
- Added [ ` @doNotSubmit ` ] ( https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html ) to ` test(solo: ...) ` and ` group(solo: ...) ` . In
4
4
practice, this means that code that was relying on ignoring deprecation
Original file line number Diff line number Diff line change 1
1
name : test_api
2
- version : 0.7.1-wip
2
+ version : 0.7.1
3
3
description : >-
4
4
The user facing API for structuring Dart tests and checking expectations.
5
5
repository : https://github.com/dart-lang/test/tree/master/pkgs/test_api
Original file line number Diff line number Diff line change 1
- ## 0.6.1-wip
1
+ ## 0.6.1
2
2
3
3
* Handle missing package configs.
4
4
* Document the silent reporter in CLI help output.
Original file line number Diff line number Diff line change 1
1
name : test_core
2
- version : 0.6.1-wip
2
+ version : 0.6.1
3
3
description : A basic library for writing tests and running them on the VM.
4
4
repository : https://github.com/dart-lang/test/tree/master/pkgs/test_core
5
5
You can’t perform that action at this time.
0 commit comments