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

Side by Side Diff: CHANGELOG.md

Issue 1306243009: Support http_parser 1.0.0. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 3 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.4+7
2
3 * Support `http_parser` 1.0.0.
4
1 ## 0.12.4+6 5 ## 0.12.4+6
2 6
3 * Fix a broken link in the README. 7 * Fix a broken link in the README.
4 8
5 ## 0.12.4+5 9 ## 0.12.4+5
6 10
7 * Internal changes only. 11 * Internal changes only.
8 12
9 ## 0.12.4+4 13 ## 0.12.4+4
10 14
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 292 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
289 `expectAsyncUntil1` and `expectAsyncUntil2` 293 `expectAsyncUntil1` and `expectAsyncUntil2`
290 * `TestCase`: 294 * `TestCase`:
291 * Removed properties: `setUp`, `tearDown`, `testFunction` 295 * Removed properties: `setUp`, `tearDown`, `testFunction`
292 * `enabled` is now get-only 296 * `enabled` is now get-only
293 * Removed methods: `pass`, `fail`, `error` 297 * Removed methods: `pass`, `fail`, `error`
294 * `interactive_html_config.dart` has been removed. 298 * `interactive_html_config.dart` has been removed.
295 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 299 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
296 `solo_group` now throw a `StateError` if called while tests are running. 300 `solo_group` now throw a `StateError` if called while tests are running.
297 * `rerunTests` has been removed. 301 * `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