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

Side by Side Diff: CHANGELOG.md

Issue 891463004: Correctly match and print strings with escaped values (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: cleanup Created 5 years, 10 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 | « no previous file | lib/src/core_matchers.dart » ('j') | lib/src/escape.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.4+2
nweiz 2015/02/04 01:34:45 It looks like 0.11.4+1 was never released. Can you
kevmoo 2015/02/04 05:28:20 Done.
2
3 * Correctly match and print `String`s with escaped values.
nweiz 2015/02/04 01:34:45 "with escaped values" -> "containing characters th
kevmoo 2015/02/04 05:28:20 Done.
4
1 ## 0.11.4 5 ## 0.11.4
2 6
3 * Remove the type checks in the `isEmpty` and `isNotEmpty` matchers and simply 7 * Remove the type checks in the `isEmpty` and `isNotEmpty` matchers and simply
4 access the `isEmpty` respectively `isNotEmpty` fields. This allows them to 8 access the `isEmpty` respectively `isNotEmpty` fields. This allows them to
5 work with custom collections. See [Issue 9 work with custom collections. See [Issue
6 21792](https://code.google.com/p/dart/issues/detail?id=21792) and [Issue 10 21792](https://code.google.com/p/dart/issues/detail?id=21792) and [Issue
7 21562](https://code.google.com/p/dart/issues/detail?id=21562) 11 21562](https://code.google.com/p/dart/issues/detail?id=21562)
8 12
9 ## 0.11.3+1 13 ## 0.11.3+1
10 14
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 * Matchers related to bad language use have been removed. These represent code 58 * Matchers related to bad language use have been removed. These represent code
55 structure that should rarely or never be validated in tests. 59 structure that should rarely or never be validated in tests.
56 * `isAbstractClassInstantiationError` 60 * `isAbstractClassInstantiationError`
57 * `throwsAbstractClassInstantiationError` 61 * `throwsAbstractClassInstantiationError`
58 * `isFallThroughError` 62 * `isFallThroughError`
59 * `throwsFallThroughError` 63 * `throwsFallThroughError`
60 64
61 * Added types to a number of method arguments. 65 * Added types to a number of method arguments.
62 66
63 * The structure of the library and test code has been updated. 67 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | lib/src/core_matchers.dart » ('j') | lib/src/escape.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698