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

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

Issue 332663002: pkg/matcher: add isNaN and isNotNaN matchers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing parens 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/src/core_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.1
2
3 * Added `isNaN` and `isNotNaN` matchers.
4
1 ## 0.11.0 5 ## 0.11.0
2 6
3 * Removed deprecated matchers. 7 * Removed deprecated matchers.
4 8
5 ## 0.10.1+1 9 ## 0.10.1+1
6 10
7 * Get the tests passing when run on dart2js in minified mode. 11 * Get the tests passing when run on dart2js in minified mode.
8 12
9 ## 0.10.1 13 ## 0.10.1
10 14
(...skipping 13 matching lines...) Expand all
24 * Matchers related to bad language use have been removed. These represent code 28 * Matchers related to bad language use have been removed. These represent code
25 structure that should rarely or never be validated in tests. 29 structure that should rarely or never be validated in tests.
26 * `isAbstractClassInstantiationError` 30 * `isAbstractClassInstantiationError`
27 * `throwsAbstractClassInstantiationError` 31 * `throwsAbstractClassInstantiationError`
28 * `isFallThroughError` 32 * `isFallThroughError`
29 * `throwsFallThroughError` 33 * `throwsFallThroughError`
30 34
31 * Added types to a number of method arguments. 35 * Added types to a number of method arguments.
32 36
33 * The structure of the library and test code has been updated. 37 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pkg/matcher/lib/src/core_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698