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

Unified Diff: pkg/barback/CHANGELOG.md

Issue 235883013: Bump the version of barback for release. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 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 | « no previous file | pkg/barback/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/CHANGELOG.md
diff --git a/pkg/barback/CHANGELOG.md b/pkg/barback/CHANGELOG.md
index c62245e920be0dad0681225a1f72486c27f7bc4b..1dd4f7ce8ee842da210557aa80094e16d336f9e2 100644
--- a/pkg/barback/CHANGELOG.md
+++ b/pkg/barback/CHANGELOG.md
@@ -1,6 +1,23 @@
-## 0.13.1
+## 0.14.0
-* Only run `Transformer.isPrimary` once for each asset.
+* **Breaking change**: when an output of a lazy transformer is requested, that
+ transformer will run long enough to generate the output, then become lazy
+ again. Previously, it would become eager as soon as an asset had been
+ requested.
+
+* Only run `Transformer.isPrimary` and `Transformer.declareOutputs` once for
+ each asset.
+
+* Lazy transformers' laziness is preserved when followed by
+ declaring transformers, or by normal transformers for which the lazy outputs
+ aren't primary.
+
+* Fix a bug where reading the primary input using `Transform.readInputAsString`
+ had slightly different behavior than reading it using
+ `Transform.primary.readAsString`.
+
+* Fix a crashing bug when `Barback.getAllAssets` is called synchronously after
+ creating a new `Barback` instance.
## 0.13.0
« no previous file with comments | « no previous file | pkg/barback/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698