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

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

Issue 408143009: pkg/matcher: removed deprecated matchers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated homepage Created 6 years, 5 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 | « no previous file | pkg/matcher/lib/src/error_matchers.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.11.0
2
3 * Removed deprecated matchers.
4
1 ## 0.10.1+1 5 ## 0.10.1+1
2 6
3 * Get the tests passing when run on dart2js in minified mode. 7 * Get the tests passing when run on dart2js in minified mode.
4 8
5 ## 0.10.1 9 ## 0.10.1
6 10
7 * Compare sets order-independently when using `equals()`. 11 * Compare sets order-independently when using `equals()`.
8 12
9 ## 0.10.0+3 13 ## 0.10.0+3
10 14
11 * Removed `@deprecated` annotation on matchers due to 15 * Removed `@deprecated` annotation on matchers due to
12 [Issue 19173](https://code.google.com/p/dart/issues/detail?id=19173) 16 [Issue 19173](https://code.google.com/p/dart/issues/detail?id=19173)
13 17
14 ## 0.10.0+2 18 ## 0.10.0+2
15 19
16 * Added types to a number of constants. 20 * Added types to a number of constants.
17 21
18 ## 0.10.0+1 22 ## 0.10.0+1
19 23
20 * Matchers related to bad language use have been removed. These represent code 24 * Matchers related to bad language use have been removed. These represent code
21 structure that should rarely or never be validated in tests. 25 structure that should rarely or never be validated in tests.
22 * `isAbstractClassInstantiationError` 26 * `isAbstractClassInstantiationError`
23 * `throwsAbstractClassInstantiationError` 27 * `throwsAbstractClassInstantiationError`
24 * `isFallThroughError` 28 * `isFallThroughError`
25 * `throwsFallThroughError` 29 * `throwsFallThroughError`
26 30
27 * Added types to a number of method arguments. 31 * Added types to a number of method arguments.
28 32
29 * The structure of the library and test code has been updated. 33 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pkg/matcher/lib/src/error_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698