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

Side by Side Diff: CHANGELOG.md

Issue 1960503002: Fix all strong-mode errors and warnings. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: .analysis_options Created 4 years, 7 months 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 | « .analysis_options ('k') | lib/src/backend/live_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.13+2
2
3 * Fix all strong-mode errors and warnings.
4
1 ## 0.12.13+1 5 ## 0.12.13+1
2 6
3 * Declare support for version 1.17 of the Dart SDK. 7 * Declare support for version 1.17 of the Dart SDK.
4 8
5 ## 0.12.13 9 ## 0.12.13
6 10
7 * Add support for a global configuration file. On Windows, this file defaults to 11 * Add support for a global configuration file. On Windows, this file defaults to
8 `%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`. 12 `%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`.
9 It can also be explicitly set using the `DART_TEST_CONFIG` environment 13 It can also be explicitly set using the `DART_TEST_CONFIG` environment
10 variable. See [the configuration documentation][global config] for details. 14 variable. See [the configuration documentation][global config] for details.
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 496 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
493 `expectAsyncUntil1` and `expectAsyncUntil2` 497 `expectAsyncUntil1` and `expectAsyncUntil2`
494 * `TestCase`: 498 * `TestCase`:
495 * Removed properties: `setUp`, `tearDown`, `testFunction` 499 * Removed properties: `setUp`, `tearDown`, `testFunction`
496 * `enabled` is now get-only 500 * `enabled` is now get-only
497 * Removed methods: `pass`, `fail`, `error` 501 * Removed methods: `pass`, `fail`, `error`
498 * `interactive_html_config.dart` has been removed. 502 * `interactive_html_config.dart` has been removed.
499 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 503 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
500 `solo_group` now throw a `StateError` if called while tests are running. 504 `solo_group` now throw a `StateError` if called while tests are running.
501 * `rerunTests` has been removed. 505 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/backend/live_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698