Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: CHANGELOG.md

Issue 2515303002: Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56507bd3fb78581d1b0621d9b13bfb4b8360a9c5..d68eacaf1227457d801169065678c0adeae22343 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.13.0
+
+* Deprecated `expectAsync` and `expectAsyncUntil`, to make the package strong
+ mode clean. Replaced by
+ * `expectAsync0`, `expectAsync1`, ... `expectAsync6`, and
+ * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`.
+
## 0.12.16
* Allow tools to interact with browser debuggers using the JSON reporter.
« no previous file with comments | « no previous file | README.md » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698