We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7d37c commit bf1f3b7Copy full SHA for bf1f3b7
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.12.20+12
2
+
3
+* Now support `v0.30.0` of `pkg/analyzer`
4
5
+* The test executable now does a "hard exit" when complete to ensure lingering
6
+ isolates or async code don't block completion. This may affect users trying
7
+ to use the Dart service protocol or observatory.
8
9
## 0.12.20+11
10
11
* Refactor bootstrapping to simplify the test/pub_serve transformer.
pubspec.yaml
@@ -1,5 +1,5 @@
name: test
-version: 0.12.20+11
+version: 0.12.20+12
author: Dart Team <[email protected]>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
0 commit comments