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

Side by Side Diff: CHANGELOG.md

Issue 2087003004: Narrow the constraint on yaml. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 6 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 | « no previous file | pubspec.yaml » ('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.14+1
2
3 * Narrow the constraint on `yaml`.
4
1 ## 0.12.14 5 ## 0.12.14
2 6
3 * Add test and group location information to the JSON reporter. 7 * Add test and group location information to the JSON reporter.
4 8
5 ## 0.12.13+5 9 ## 0.12.13+5
6 10
7 * Declare support for version 1.18 of the Dart SDK. 11 * Declare support for version 1.18 of the Dart SDK.
8 12
9 * Use the latest `collection` package. 13 * Use the latest `collection` package.
10 14
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 518 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
515 `expectAsyncUntil1` and `expectAsyncUntil2` 519 `expectAsyncUntil1` and `expectAsyncUntil2`
516 * `TestCase`: 520 * `TestCase`:
517 * Removed properties: `setUp`, `tearDown`, `testFunction` 521 * Removed properties: `setUp`, `tearDown`, `testFunction`
518 * `enabled` is now get-only 522 * `enabled` is now get-only
519 * Removed methods: `pass`, `fail`, `error` 523 * Removed methods: `pass`, `fail`, `error`
520 * `interactive_html_config.dart` has been removed. 524 * `interactive_html_config.dart` has been removed.
521 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 525 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
522 `solo_group` now throw a `StateError` if called while tests are running. 526 `solo_group` now throw a `StateError` if called while tests are running.
523 * `rerunTests` has been removed. 527 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698