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

Side by Side Diff: pkg/barback/CHANGELOG.md

Issue 343963003: Fix a barback bug where a closed stream could get an event. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 ## 0.14.1+1
2
3 * Fix a bug where an event could be added to a closed stream.
4
1 ## 0.14.1 5 ## 0.14.1
2 6
3 * Add an `AggregateTransformer` type. Aggregate transformers transform groups of 7 * Add an `AggregateTransformer` type. Aggregate transformers transform groups of
4 assets for which no single asset is primary. For example, one could be used to 8 assets for which no single asset is primary. For example, one could be used to
5 merge all images in a directory into a single file. 9 merge all images in a directory into a single file.
6 10
7 * Add a `message` getter to `TransformerException` and `AssetLoadException`. 11 * Add a `message` getter to `TransformerException` and `AssetLoadException`.
8 12
9 * Fix a bug where transformers would occasionally emit stale output after their 13 * Fix a bug where transformers would occasionally emit stale output after their
10 inputs changed. 14 inputs changed.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 96
93 * If a transformer calls `Transform.logger.error`, the transformer will now be 97 * If a transformer calls `Transform.logger.error`, the transformer will now be
94 considered to have failed after it finishes running `apply()`. This means that 98 considered to have failed after it finishes running `apply()`. This means that
95 its outputs will not be consumed by future transformers and its primary input 99 its outputs will not be consumed by future transformers and its primary input
96 will not be passed through to the next phase. 100 will not be passed through to the next phase.
97 101
98 * If a transform calls `Transform.getInput`, `Transform.readInput`, 102 * If a transform calls `Transform.getInput`, `Transform.readInput`,
99 `Transform.readInputAsString`, or `Transform.hasInput` on an input that 103 `Transform.readInputAsString`, or `Transform.hasInput` on an input that
100 doesn't exist, the transform will be re-run if that input is created in the 104 doesn't exist, the transform will be re-run if that input is created in the
101 future. 105 future.
OLDNEW
« no previous file with comments | « no previous file | pkg/barback/lib/src/graph/phase.dart » ('j') | pkg/barback/test/package_graph/add_remove_transform_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698