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

Unified Diff: CHANGELOG.md

Issue 2515303002: Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. (Closed)
Patch Set: Make '_Func' typedefs public. 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
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`.
nweiz 2016/11/21 22:08:02 It would be nice to have more details here. I'd wr
floitsch 2016/11/22 14:14:27 Done.
+
## 0.12.16
* Allow tools to interact with browser debuggers using the JSON reporter.
« no previous file with comments | « .analysis_options ('k') | README.md » ('j') | lib/src/frontend/expect_async.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698