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

Side by Side Diff: CHANGELOG.md

Issue 1062523003: Add support for --pub-serve. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 8 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') | lib/src/util/io.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ### 0.12.0-beta.5
2
3 * Add a `--pub-serve` flag that runs tests against a `pub serve` instance.
4 **This feature is only supported on Dart `1.9.2` and higher.**
5
1 ### 0.12.0-beta.4 6 ### 0.12.0-beta.4
2 7
3 * Fix a package-root bug. 8 * Fix a package-root bug.
4 9
5 ### 0.12.0-beta.3 10 ### 0.12.0-beta.3
6 11
7 * Add support for `shelf` `0.6.0`. 12 * Add support for `shelf` `0.6.0`.
8 13
9 * Fix a "failed to load" bug on Windows. 14 * Fix a "failed to load" bug on Windows.
10 15
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 172 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
168 `expectAsyncUntil1` and `expectAsyncUntil2` 173 `expectAsyncUntil1` and `expectAsyncUntil2`
169 * `TestCase`: 174 * `TestCase`:
170 * Removed properties: `setUp`, `tearDown`, `testFunction` 175 * Removed properties: `setUp`, `tearDown`, `testFunction`
171 * `enabled` is now get-only 176 * `enabled` is now get-only
172 * Removed methods: `pass`, `fail`, `error` 177 * Removed methods: `pass`, `fail`, `error`
173 * `interactive_html_config.dart` has been removed. 178 * `interactive_html_config.dart` has been removed.
174 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 179 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
175 `solo_group` now throw a `StateError` if called while tests are running. 180 `solo_group` now throw a `StateError` if called while tests are running.
176 * `rerunTests` has been removed. 181 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/util/io.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698