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

Side by Side Diff: CHANGELOG.md

Issue 2392743005: Widen version constraint on 'analyzer'. (Closed)
Patch Set: Created 4 years, 2 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.15+9
2
3 * Widen version constraint on `analyzer`.
4
1 ## 0.12.15+8 5 ## 0.12.15+8
2 6
3 * Make test suites with thousands of tests load much faster on the VM (and 7 * Make test suites with thousands of tests load much faster on the VM (and
4 possibly other platforms). 8 possibly other platforms).
5 9
6 ## 0.12.15+7 10 ## 0.12.15+7
7 11
8 * Fix a bug where tags would be dropped when `on_platform` was defined in a 12 * Fix a bug where tags would be dropped when `on_platform` was defined in a
9 config file. 13 config file.
10 14
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 565 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
562 `expectAsyncUntil1` and `expectAsyncUntil2` 566 `expectAsyncUntil1` and `expectAsyncUntil2`
563 * `TestCase`: 567 * `TestCase`:
564 * Removed properties: `setUp`, `tearDown`, `testFunction` 568 * Removed properties: `setUp`, `tearDown`, `testFunction`
565 * `enabled` is now get-only 569 * `enabled` is now get-only
566 * Removed methods: `pass`, `fail`, `error` 570 * Removed methods: `pass`, `fail`, `error`
567 * `interactive_html_config.dart` has been removed. 571 * `interactive_html_config.dart` has been removed.
568 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 572 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
569 `solo_group` now throw a `StateError` if called while tests are running. 573 `solo_group` now throw a `StateError` if called while tests are running.
570 * `rerunTests` has been removed. 574 * `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