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

Side by Side Diff: CHANGELOG.md

Issue 2484163002: Fix bug in equalsIgnoreAsciiCase. (Closed)
Patch Set: Address comments, add missing import. Created 4 years, 1 month 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/comparators.dart » ('j') | lib/src/equality.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.12.1
2
3 * Fix bug in `equalsIgnoreAsciiCase`.
4
1 ## 1.12.0 5 ## 1.12.0
2 6
3 * Add `CaseInsensitiveEquality`. 7 * Add `CaseInsensitiveEquality`.
4 8
5 ## 1.11.0 9 ## 1.11.0
6 10
7 * Add `EqualityMap` and `EqualitySet` classes which use `Equality` objects for 11 * Add `EqualityMap` and `EqualitySet` classes which use `Equality` objects for
8 key and element equality, respectively. 12 key and element equality, respectively.
9 13
10 ## 1.10.1 14 ## 1.10.1
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 118
115 * Fix all analyzer hints. 119 * Fix all analyzer hints.
116 120
117 ## 0.9.3 121 ## 0.9.3
118 122
119 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 123 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
120 keys. 124 keys.
121 125
122 * Add a `MapValueSet` class that takes a function from values to keys and uses 126 * Add a `MapValueSet` class that takes a function from values to keys and uses
123 it to expose a `Set` view of a `Map`'s values. 127 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/src/comparators.dart » ('j') | lib/src/equality.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698