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

Side by Side Diff: CHANGELOG.md

Issue 1921533010: Support the latest version of test. (Closed) Base URL: git@github.com:dart-lang/metatest@master
Patch Set: Code review changes Created 4 years, 7 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/metatest.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.2.1+2
2
3 * Compatibility with the latest `test`.
4
1 # 0.2.1+1 5 # 0.2.1+1
2 6
3 * Require `test` version `0.12.5`. 7 * Require `test` version `0.12.5`.
4 8
5 # 0.2.1 9 # 0.2.1
6 10
7 * Support passing named arguments through to the underlying call to `test()`. 11 * Support passing named arguments through to the underlying call to `test()`.
8 12
9 # 0.2.0+1 13 # 0.2.0+1
10 14
(...skipping 13 matching lines...) Expand all
24 28
25 * `expectTestResults` has been removed. 29 * `expectTestResults` has been removed.
26 30
27 # 0.1.1 31 # 0.1.1
28 32
29 * Changed maximum version of `unittest` to support development. 33 * Changed maximum version of `unittest` to support development.
30 34
31 # 0.1.0 35 # 0.1.0
32 36
33 * First release. 37 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/metatest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698