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

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 219283008: pkg/shelf (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nits Created 6 years, 9 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 | « pkg/pkg.status ('k') | pkg/shelf/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/CHANGELOG.md
diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..04a1922032de83202b32cf65126500d00644c944
--- /dev/null
+++ b/pkg/shelf/CHANGELOG.md
@@ -0,0 +1,31 @@
+## 0.3.0+5
+
+* Updated `pubspec` details for move to Dart SDK.
+
+## 0.3.0 2014-03-25
+
+* `Response`
+ * **NEW!** `int get contentLength`
+ * **NEW!** `DateTime get expires`
+ * **NEW!** `DateTime get lastModified`
+* `Request`
+ * **BREAKING** `contentLength` is now read from `headers`. The constructor
+ argument has been removed.
+ * **NEW!** supports an optional `Stream<List<int>> body` constructor argument.
+ * **NEW!** `Stream<List<int>> read()` and
+ `Future<String> readAsString([Encoding encoding])`
+ * **NEW!** `DateTime get ifModifiedSince`
+ * **NEW!** `String get mimeType`
+ * **NEW!** `Encoding get encoding`
+
+## 0.2.0 2014-03-06
+
+* **BREAKING** Removed `Shelf` prefix from all classes.
+* **BREAKING** `Response` has drastically different constructors.
+* *NEW!* `Response` now accepts a body of either `String` or
+ `Stream<List<int>>`.
+* *NEW!* `Response` now exposes `encoding` and `mimeType`.
+
+## 0.1.0 2014-03-02
+
+* First reviewed release
« no previous file with comments | « pkg/pkg.status ('k') | pkg/shelf/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698