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

Side by Side Diff: CHANGELOG.md

Issue 1691173002: Support tag configuration. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 10 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 | README.md » ('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.11
2
3 * Add a `tags` field to the package configuration file that allows users to
4 provide configuration for specific tags.
5
1 ## 0.12.10+2 6 ## 0.12.10+2
2 7
3 * Re-add help output separators. 8 * Re-add help output separators.
4 9
5 * Tighten the constraint on `args`. 10 * Tighten the constraint on `args`.
6 11
7 ## 0.12.10+1 12 ## 0.12.10+1
8 13
9 * Temporarily remove separators from the help output. Version 0.12.8 was 14 * Temporarily remove separators from the help output. Version 0.12.8 was
10 erroneously released without an appropriate `args` constraint for the features 15 erroneously released without an appropriate `args` constraint for the features
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 406 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
402 `expectAsyncUntil1` and `expectAsyncUntil2` 407 `expectAsyncUntil1` and `expectAsyncUntil2`
403 * `TestCase`: 408 * `TestCase`:
404 * Removed properties: `setUp`, `tearDown`, `testFunction` 409 * Removed properties: `setUp`, `tearDown`, `testFunction`
405 * `enabled` is now get-only 410 * `enabled` is now get-only
406 * Removed methods: `pass`, `fail`, `error` 411 * Removed methods: `pass`, `fail`, `error`
407 * `interactive_html_config.dart` has been removed. 412 * `interactive_html_config.dart` has been removed.
408 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 413 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
409 `solo_group` now throw a `StateError` if called while tests are running. 414 `solo_group` now throw a `StateError` if called while tests are running.
410 * `rerunTests` has been removed. 415 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698