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

Side by Side Diff: CHANGELOG.md

Issue 1295653003: Make source maps work in the browser. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 4 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.4+3
2
3 * Make source maps work properly in the browser when not using `--pub-serve`.
4
1 ## 0.12.4+2 5 ## 0.12.4+2
2 6
3 * Fix a memory leak when running many browser tests where old test suites failed 7 * Fix a memory leak when running many browser tests where old test suites failed
4 to be unloaded when they were supposed to. 8 to be unloaded when they were supposed to.
5 9
6 ## 0.12.4+1 10 ## 0.12.4+1
7 11
8 * Require Dart SDK >= `1.11.0` and `shelf` >= `0.6.0`, allowing `test` to remove 12 * Require Dart SDK >= `1.11.0` and `shelf` >= `0.6.0`, allowing `test` to remove
9 various hacks and workarounds. 13 various hacks and workarounds.
10 14
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 276 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
273 `expectAsyncUntil1` and `expectAsyncUntil2` 277 `expectAsyncUntil1` and `expectAsyncUntil2`
274 * `TestCase`: 278 * `TestCase`:
275 * Removed properties: `setUp`, `tearDown`, `testFunction` 279 * Removed properties: `setUp`, `tearDown`, `testFunction`
276 * `enabled` is now get-only 280 * `enabled` is now get-only
277 * Removed methods: `pass`, `fail`, `error` 281 * Removed methods: `pass`, `fail`, `error`
278 * `interactive_html_config.dart` has been removed. 282 * `interactive_html_config.dart` has been removed.
279 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 283 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
280 `solo_group` now throw a `StateError` if called while tests are running. 284 `solo_group` now throw a `StateError` if called while tests are running.
281 * `rerunTests` has been removed. 285 * `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