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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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
« no previous file with comments | « packages/barback/.analysis_options ('k') | packages/barback/lib/src/asset/asset_node.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.15.2+11
2
3 * Update `AssetNode.whenAvailable` to be a generic method to fix a new strong
4 mode error.
5
6 ## 0.15.2+10
7
8 * Update `CancelableFuture` to match the new `Future.then` type signature. The
9 `onValue` parameter now has a return type of `FutureOr<S>` instead of
10 `S`.
11
12 ## 0.15.2+9
13
14 * Fix all strong-mode warnings in Dart 1.18.
15
16 ## 0.15.2+8
17
18 * Fix all strong-mode warnings in Dart 1.16.
19
1 ## 0.15.2+7 20 ## 0.15.2+7
2 21
3 * Add periodic fine-grained logging for long running transformers. 22 * Add periodic fine-grained logging for long running transformers.
4 23
5 ## 0.15.2+6 24 ## 0.15.2+6
6 25
7 * Fix a deadlock that occurred occasionally when a declaring transformer was 26 * Fix a deadlock that occurred occasionally when a declaring transformer was
8 followed by a lazy transformer (most commonly `$dart2js`). 27 followed by a lazy transformer (most commonly `$dart2js`).
9 28
10 ## 0.15.2+5 29 ## 0.15.2+5
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 173
155 * If a transformer calls `Transform.logger.error`, the transformer will now be 174 * If a transformer calls `Transform.logger.error`, the transformer will now be
156 considered to have failed after it finishes running `apply()`. This means that 175 considered to have failed after it finishes running `apply()`. This means that
157 its outputs will not be consumed by future transformers and its primary input 176 its outputs will not be consumed by future transformers and its primary input
158 will not be passed through to the next phase. 177 will not be passed through to the next phase.
159 178
160 * If a transform calls `Transform.getInput`, `Transform.readInput`, 179 * If a transform calls `Transform.getInput`, `Transform.readInput`,
161 `Transform.readInputAsString`, or `Transform.hasInput` on an input that 180 `Transform.readInputAsString`, or `Transform.hasInput` on an input that
162 doesn't exist, the transform will be re-run if that input is created in the 181 doesn't exist, the transform will be re-run if that input is created in the
163 future. 182 future.
OLDNEW
« no previous file with comments | « packages/barback/.analysis_options ('k') | packages/barback/lib/src/asset/asset_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698