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

Side by Side Diff: CHANGELOG.md

Issue 1576853003: Deprecate the ChainHandler typedef. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: . Created 4 years, 11 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/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.5.2
2
3 * Deprecate the `ChainHandler` typedef. This didn't provide any value over
4 directly annotating the function argument, and it made the documentation less
5 clear.
6
1 ## 1.5.1 7 ## 1.5.1
2 8
3 * Fix a crash in `Chain.foldFrames()` and `Chain.terse` when one of the chain's 9 * Fix a crash in `Chain.foldFrames()` and `Chain.terse` when one of the chain's
4 traces has no frames. 10 traces has no frames.
5 11
6 ## 1.5.0 12 ## 1.5.0
7 13
8 * `new Chain.parse()` now parses all the stack trace formats supported by `new 14 * `new Chain.parse()` now parses all the stack trace formats supported by `new
9 Trace.parse()`. Formats other than that emitted by `Chain.toString()` will 15 Trace.parse()`. Formats other than that emitted by `Chain.toString()` will
10 produce single-element chains. 16 produce single-element chains.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 156
151 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 157 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
152 handled by the parent zone. This matches the behavior of `runZoned` in 158 handled by the parent zone. This matches the behavior of `runZoned` in
153 `dart:async`. 159 `dart:async`.
154 160
155 ## 0.9.3 161 ## 0.9.3
156 162
157 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 163 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
158 164
159 * Record anonymous method frames in IE10 as "<fn>". 165 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698