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

Side by Side Diff: CHANGELOG.md

Issue 1830053002: Fix all strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 4 years, 9 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 | « .analysis_options ('k') | lib/src/chain.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 ## 1.6.1
2
3 * Fix all strong mode warnings.
4
1 ## 1.6.0 5 ## 1.6.0
2 6
3 * Add a `when` parameter to `Chain.capture()`. This allows capturing to be 7 * Add a `when` parameter to `Chain.capture()`. This allows capturing to be
4 easily enabled and disabled based on whether the application is running in 8 easily enabled and disabled based on whether the application is running in
5 debug/development mode or not. 9 debug/development mode or not.
6 10
7 * Deprecate the `ChainHandler` typedef. This didn't provide any value over 11 * Deprecate the `ChainHandler` typedef. This didn't provide any value over
8 directly annotating the function argument, and it made the documentation less 12 directly annotating the function argument, and it made the documentation less
9 clear. 13 clear.
10 14
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 164
161 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 165 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
162 handled by the parent zone. This matches the behavior of `runZoned` in 166 handled by the parent zone. This matches the behavior of `runZoned` in
163 `dart:async`. 167 `dart:async`.
164 168
165 ## 0.9.3 169 ## 0.9.3
166 170
167 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 171 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
168 172
169 * Record anonymous method frames in IE10 as "<fn>". 173 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698