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

Side by Side Diff: CHANGELOG.md

Issue 2939773003: Initialize dart-lang/tuple with the tuple package at v1.0.1. (Closed)
Patch Set: Created 3 years, 6 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 | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #### 1.0.1
2 * Fix all strong-mode warnings and errors.
3
4 #### 1.0.0
5 * Remove _hash function and use quiver_hashcode package instead.
6
7 #### 0.4.0
8 * Add fromList factory constructor.
9 * Add Tuple6 and Tuple7 classes.
10
11 #### 0.3.0
12 * Add toList method.
13
14 #### 0.2.0
15 * Rename PersistentTuple classes to Tuple; remove Tuple classes.
16 * Rename each iN item to itemN.
17 * Rename setIN to withItemN.
18
19 #### 0.1.2
20 * Fix a bug in == operator of PersistentTuple classes.
21
22 #### 0.1.1
23 * Add operator == and hashCode to classes, so that tuples may be used as
24 keys in hashes.
25
26 #### 0.1.0
27 * Initial release.
OLDNEW
« no previous file with comments | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698