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

Side by Side Diff: CHANGELOG.md

Issue 2526223002: Fix changelog. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.13.0 1 ## 0.12.17
2 2
3 * Deprecate `expectAsync` and `expectAsyncUntil`, since they currently can't be 3 * Deprecate `expectAsync` and `expectAsyncUntil`, since they currently can't be
4 made to work cleanly in strong mode. They are replaced with separate methods 4 made to work cleanly in strong mode. They are replaced with separate methods
5 for each number of callback arguments: 5 for each number of callback arguments:
6 * `expectAsync0`, `expectAsync1`, ... `expectAsync6`, and 6 * `expectAsync0`, `expectAsync1`, ... `expectAsync6`, and
7 * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`. 7 * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`.
8 8
9 ## 0.12.16 9 ## 0.12.16
10 10
11 * Allow tools to interact with browser debuggers using the JSON reporter. 11 * Allow tools to interact with browser debuggers using the JSON reporter.
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 590 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
591 `expectAsyncUntil1` and `expectAsyncUntil2` 591 `expectAsyncUntil1` and `expectAsyncUntil2`
592 * `TestCase`: 592 * `TestCase`:
593 * Removed properties: `setUp`, `tearDown`, `testFunction` 593 * Removed properties: `setUp`, `tearDown`, `testFunction`
594 * `enabled` is now get-only 594 * `enabled` is now get-only
595 * Removed methods: `pass`, `fail`, `error` 595 * Removed methods: `pass`, `fail`, `error`
596 * `interactive_html_config.dart` has been removed. 596 * `interactive_html_config.dart` has been removed.
597 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 597 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
598 `solo_group` now throw a `StateError` if called while tests are running. 598 `solo_group` now throw a `StateError` if called while tests are running.
599 * `rerunTests` has been removed. 599 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698