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

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

Issue 296743004: Fix a bug that caused the fix in r36391 not to work. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | pkg/barback/lib/src/graph/phase.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.14.0+2
2
3 * Fix a bug with the previous bug fix.
4
1 ## 0.14.0+1 5 ## 0.14.0+1
2 6
3 * Fix a bug where a transformer group preceded by another transformer group 7 * Fix a bug where a transformer group preceded by another transformer group
4 would sometimes fail to load secondary assets. 8 would sometimes fail to load secondary assets.
5 9
6 ## 0.14.0 10 ## 0.14.0
7 11
8 * **Breaking change**: when an output of a lazy transformer is requested, that 12 * **Breaking change**: when an output of a lazy transformer is requested, that
9 transformer will run long enough to generate the output, then become lazy 13 transformer will run long enough to generate the output, then become lazy
10 again. Previously, it would become eager as soon as an asset had been 14 again. Previously, it would become eager as soon as an asset had been
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 77
74 * If a transformer calls `Transform.logger.error`, the transformer will now be 78 * If a transformer calls `Transform.logger.error`, the transformer will now be
75 considered to have failed after it finishes running `apply()`. This means that 79 considered to have failed after it finishes running `apply()`. This means that
76 its outputs will not be consumed by future transformers and its primary input 80 its outputs will not be consumed by future transformers and its primary input
77 will not be passed through to the next phase. 81 will not be passed through to the next phase.
78 82
79 * If a transform calls `Transform.getInput`, `Transform.readInput`, 83 * If a transform calls `Transform.getInput`, `Transform.readInput`,
80 `Transform.readInputAsString`, or `Transform.hasInput` on an input that 84 `Transform.readInputAsString`, or `Transform.hasInput` on an input that
81 doesn't exist, the transform will be re-run if that input is created in the 85 doesn't exist, the transform will be re-run if that input is created in the
82 future. 86 future.
OLDNEW
« no previous file with comments | « no previous file | pkg/barback/lib/src/graph/phase.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698