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

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

Issue 438473002: pkg/matcher: refactored code around data-structure vs execution-based matchers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/matcher/lib/matcher.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.1+1
2
3 * Refactored libraries and tests.
4
5 * Fixed spelling mistake.
6
1 ## 0.11.1 7 ## 0.11.1
2 8
3 * Added `isNaN` and `isNotNaN` matchers. 9 * Added `isNaN` and `isNotNaN` matchers.
4 10
5 ## 0.11.0 11 ## 0.11.0
6 12
7 * Removed deprecated matchers. 13 * Removed deprecated matchers.
8 14
9 ## 0.10.1+1 15 ## 0.10.1+1
10 16
(...skipping 17 matching lines...) Expand all
28 * Matchers related to bad language use have been removed. These represent code 34 * Matchers related to bad language use have been removed. These represent code
29 structure that should rarely or never be validated in tests. 35 structure that should rarely or never be validated in tests.
30 * `isAbstractClassInstantiationError` 36 * `isAbstractClassInstantiationError`
31 * `throwsAbstractClassInstantiationError` 37 * `throwsAbstractClassInstantiationError`
32 * `isFallThroughError` 38 * `isFallThroughError`
33 * `throwsFallThroughError` 39 * `throwsFallThroughError`
34 40
35 * Added types to a number of method arguments. 41 * Added types to a number of method arguments.
36 42
37 * The structure of the library and test code has been updated. 43 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pkg/matcher/lib/matcher.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698