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

Side by Side Diff: CHANGELOG.md

Issue 2048773002: Release versin 0.12.13+5. (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.13+6 1 ## 0.12.13+5
2 2
3 * Declare support for version 1.18 of the Dart SDK. 3 * Declare support for version 1.18 of the Dart SDK.
4 4
5 ## 0.12.13+5
6
7 * Use the latest `collection` package. 5 * Use the latest `collection` package.
8 6
9 ## 0.12.13+4 7 ## 0.12.13+4
10 8
11 * Compatibility with an upcoming release of the `collection` package. 9 * Compatibility with an upcoming release of the `collection` package.
12 10
13 ## 0.12.13+3 11 ## 0.12.13+3
14 12
15 * Internal changes only. 13 * Internal changes only.
16 14
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 510 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
513 `expectAsyncUntil1` and `expectAsyncUntil2` 511 `expectAsyncUntil1` and `expectAsyncUntil2`
514 * `TestCase`: 512 * `TestCase`:
515 * Removed properties: `setUp`, `tearDown`, `testFunction` 513 * Removed properties: `setUp`, `tearDown`, `testFunction`
516 * `enabled` is now get-only 514 * `enabled` is now get-only
517 * Removed methods: `pass`, `fail`, `error` 515 * Removed methods: `pass`, `fail`, `error`
518 * `interactive_html_config.dart` has been removed. 516 * `interactive_html_config.dart` has been removed.
519 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 517 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
520 `solo_group` now throw a `StateError` if called while tests are running. 518 `solo_group` now throw a `StateError` if called while tests are running.
521 * `rerunTests` has been removed. 519 * `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