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

Side by Side Diff: CHANGELOG.md

Issue 1834543002: Fix all strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/matcher@master
Patch Set: Created 4 years, 9 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 | « .analysis_options ('k') | lib/src/iterable_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.4+5
2
3 * Fix all strong-mode warnings.
4
1 ## 0.11.4+4 5 ## 0.11.4+4
2 6
3 * Deprecate the name parameter to `isInstanceOf`. All language implementations 7 * Deprecate the name parameter to `isInstanceOf`. All language implementations
4 now support converting the type parameter to a string directly. 8 now support converting the type parameter to a string directly.
5 9
6 ## 0.11.4+3 10 ## 0.11.4+3
7 11
8 * Fix the examples for `equalsIgnoringWhitespace`. 12 * Fix the examples for `equalsIgnoringWhitespace`.
9 13
10 ## 0.11.4+2 14 ## 0.11.4+2
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 * Matchers related to bad language use have been removed. These represent code 76 * Matchers related to bad language use have been removed. These represent code
73 structure that should rarely or never be validated in tests. 77 structure that should rarely or never be validated in tests.
74 * `isAbstractClassInstantiationError` 78 * `isAbstractClassInstantiationError`
75 * `throwsAbstractClassInstantiationError` 79 * `throwsAbstractClassInstantiationError`
76 * `isFallThroughError` 80 * `isFallThroughError`
77 * `throwsFallThroughError` 81 * `throwsFallThroughError`
78 82
79 * Added types to a number of method arguments. 83 * Added types to a number of method arguments.
80 84
81 * The structure of the library and test code has been updated. 85 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/iterable_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698