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

Side by Side Diff: CHANGELOG.md

Issue 1051133002: *Properly* fix that package-root bug. (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 | lib/src/runner/browser/compiler_pool.dart » ('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.0-beta.4
2
3 * Fix a package-root bug.
4
1 ### 0.12.0-beta.3 5 ### 0.12.0-beta.3
2 6
3 * Add support for `shelf` `0.6.0`. 7 * Add support for `shelf` `0.6.0`.
4 8
5 * Fix a "failed to load" bug on Windows. 9 * Fix a "failed to load" bug on Windows.
6 10
7 ### 0.12.0-beta.2 11 ### 0.12.0-beta.2
8 12
9 * Rename the package to `test`. The `unittest` package will continue to exist 13 * Rename the package to `test`. The `unittest` package will continue to exist
10 through the `0.12.0` cycle, but it's deprecated and will just export the 14 through the `0.12.0` cycle, but it's deprecated and will just export the
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 167 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
164 `expectAsyncUntil1` and `expectAsyncUntil2` 168 `expectAsyncUntil1` and `expectAsyncUntil2`
165 * `TestCase`: 169 * `TestCase`:
166 * Removed properties: `setUp`, `tearDown`, `testFunction` 170 * Removed properties: `setUp`, `tearDown`, `testFunction`
167 * `enabled` is now get-only 171 * `enabled` is now get-only
168 * Removed methods: `pass`, `fail`, `error` 172 * Removed methods: `pass`, `fail`, `error`
169 * `interactive_html_config.dart` has been removed. 173 * `interactive_html_config.dart` has been removed.
170 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 174 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
171 `solo_group` now throw a `StateError` if called while tests are running. 175 `solo_group` now throw a `StateError` if called while tests are running.
172 * `rerunTests` has been removed. 176 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/compiler_pool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698