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

Side by Side Diff: pkg/unittest/CHANGELOG.md

Issue 308763003: Release stack_trace 1.0.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dependency pubspecs Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/stack_trace/pubspec.yaml ('k') | pkg/unittest/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.11.1+1
2
3 * Widen the version constraint for `stack_trace`.
4
1 ##0.11.0 5 ##0.11.0
2 6
3 * Deprecated methods have been removed: 7 * Deprecated methods have been removed:
4 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` 8 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync`
5 instead 9 instead
6 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use 10 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use
7 `expectAsyncUntil` instead 11 `expectAsyncUntil` instead
8 * `guardAsync` - no longer needed 12 * `guardAsync` - no longer needed
9 * `protectAsync0`, `protectAsync1`, and `protectAsync2` - no longer needed 13 * `protectAsync0`, `protectAsync1`, and `protectAsync2` - no longer needed
10 * `matcher.dart` and `mirror_matchers.dart` have been removed. They are now in 14 * `matcher.dart` and `mirror_matchers.dart` have been removed. They are now in
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 * `TestCase`: 50 * `TestCase`:
47 * Removed properties: `setUp`, `tearDown`, `testFunction` 51 * Removed properties: `setUp`, `tearDown`, `testFunction`
48 * `enabled` is now get-only 52 * `enabled` is now get-only
49 * Removed methods: `pass`, `fail`, `error` 53 * Removed methods: `pass`, `fail`, `error`
50 * `interactive_html_config.dart` has been removed. 54 * `interactive_html_config.dart` has been removed.
51 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 55 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
52 `solo_group` now throw a `StateError` if called while tests are running. 56 `solo_group` now throw a `StateError` if called while tests are running.
53 * `rerunTests` has been removed. 57 * `rerunTests` has been removed.
54 58
55 ##0.9.3 - 2014-01-13 59 ##0.9.3 - 2014-01-13
OLDNEW
« no previous file with comments | « pkg/stack_trace/pubspec.yaml ('k') | pkg/unittest/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698