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

Side by Side Diff: CHANGELOG.md

Issue 1653603002: pkg/stack_trace: Use StackTrace.current (Closed) Base URL: https://github.com/dart-lang/stack_trace.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | lib/src/trace.dart » ('j') | pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.6.1
2
3 * Use `StacktTrace.current` in Dart SDK 1.14 to get the current stack trace.
4
5 * Require at least Dart SDK 1.14.
nweiz 2016/02/01 19:56:28 I don't usually include SDK constraint changes in
kevmoo 2016/02/01 22:20:07 Done.
6
1 ## 1.6.0 7 ## 1.6.0
2 8
3 * Add a `when` parameter to `Chain.capture()`. This allows capturing to be 9 * 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 10 easily enabled and disabled based on whether the application is running in
5 debug/development mode or not. 11 debug/development mode or not.
6 12
7 * Deprecate the `ChainHandler` typedef. This didn't provide any value over 13 * Deprecate the `ChainHandler` typedef. This didn't provide any value over
8 directly annotating the function argument, and it made the documentation less 14 directly annotating the function argument, and it made the documentation less
9 clear. 15 clear.
10 16
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 166
161 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 167 * 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 168 handled by the parent zone. This matches the behavior of `runZoned` in
163 `dart:async`. 169 `dart:async`.
164 170
165 ## 0.9.3 171 ## 0.9.3
166 172
167 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 173 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
168 174
169 * Record anonymous method frames in IE10 as "<fn>". 175 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/trace.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698