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

Unified Diff: pkg/barback/CHANGELOG.md

Issue 224933002: Only run [Transformer.isPrimary] once for each asset/transformer pair. (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/lib/src/base_transform.dart » ('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 753e5a188c734e80e7a6ec702cc25ba825ad48a8..c62245e920be0dad0681225a1f72486c27f7bc4b 100644
--- a/pkg/barback/CHANGELOG.md
+++ b/pkg/barback/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 0.13.1
+
+* Only run `Transformer.isPrimary` once for each asset.
+
+## 0.13.0
+
+* `Transformer.isPrimary` now takes an `AssetId` rather than an `Asset`.
+
+* `DeclaringTransform` now only exposes the primary input's `AssetId`, rather
+ than the primary `Asset` object.
+
+* `DeclaringTransform` no longer supports `getInput`, `readInput`,
+ `readInputAsString`, or `hasInput`.
+
## 0.12.0
* Add a `Transform.logger.fine` function that doesn't print its messages by
« no previous file with comments | « no previous file | pkg/barback/lib/src/base_transform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698