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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..77d2a474399ee893f899624a9debdbe2c7ea3225
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,27 @@
+#### 1.0.1
+ * Fix all strong-mode warnings and errors.
+
+#### 1.0.0
+ * Remove _hash function and use quiver_hashcode package instead.
+
+#### 0.4.0
+ * Add fromList factory constructor.
+ * Add Tuple6 and Tuple7 classes.
+
+#### 0.3.0
+ * Add toList method.
+
+#### 0.2.0
+ * Rename PersistentTuple classes to Tuple; remove Tuple classes.
+ * Rename each iN item to itemN.
+ * Rename setIN to withItemN.
+
+#### 0.1.2
+ * Fix a bug in == operator of PersistentTuple classes.
+
+#### 0.1.1
+ * Add operator == and hashCode to classes, so that tuples may be used as
+ keys in hashes.
+
+#### 0.1.0
+ * Initial release.
« no previous file with comments | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698