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

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

Issue 3014633002: Roll to pickup pool changes (Closed)
Patch Set: Created 3 years, 2 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 | « packages/matcher/.analysis_options ('k') | packages/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.12.1+4
2
3 * Fixed SDK constraint to allow edge builds.
4
5 ## 0.12.1+3
6
7 * Make `predicate` and `pairwiseCompare` generic methods to allow typed
8 functions to be passed to them as arguments.
9
10 * Make internal implementations take better advantage of type promotion to avoid
11 dynamic call overhead.
12
13 ## 0.12.1+2
14
15 * Fixed small documentation issues.
16
17 * Fixed small issue in `StringEqualsMatcher`.
18
19 * Update to support future Dart language changes.
20
1 ## 0.12.1+1 21 ## 0.12.1+1
2 22
3 * Produce a better error message when a `CustomMatcher`'s feature throws. 23 * Produce a better error message when a `CustomMatcher`'s feature throws.
4 24
5 ## 0.12.1 25 ## 0.12.1
6 26
7 * Add containsAllInOrder matcher for Iterables 27 * Add containsAllInOrder matcher for Iterables
8 28
9 ## 0.12.0+2 29 ## 0.12.0+2
10 30
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 * Matchers related to bad language use have been removed. These represent code 134 * Matchers related to bad language use have been removed. These represent code
115 structure that should rarely or never be validated in tests. 135 structure that should rarely or never be validated in tests.
116 * `isAbstractClassInstantiationError` 136 * `isAbstractClassInstantiationError`
117 * `throwsAbstractClassInstantiationError` 137 * `throwsAbstractClassInstantiationError`
118 * `isFallThroughError` 138 * `isFallThroughError`
119 * `throwsFallThroughError` 139 * `throwsFallThroughError`
120 140
121 * Added types to a number of method arguments. 141 * Added types to a number of method arguments.
122 142
123 * The structure of the library and test code has been updated. 143 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « packages/matcher/.analysis_options ('k') | packages/matcher/lib/src/core_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698