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

Side by Side Diff: CHANGELOG.md

Issue 1291633004: Fix a couple bugs introduced in the last CL. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 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 | « no previous file | lib/src/unparsed_frame.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.4.1
2
3 * Fix a crashing bug in `UnparsedFrame.toString()`.
4
1 ## 1.4.0 5 ## 1.4.0
2 6
3 * `new Trace.parse()` and related constructors will no longer throw an exception 7 * `new Trace.parse()` and related constructors will no longer throw an exception
4 if they encounter an unparseable stack frame. Instead, they will generate an 8 if they encounter an unparseable stack frame. Instead, they will generate an
5 `UnparsedFrame`, which exposes no metadata but preserves the frame's original 9 `UnparsedFrame`, which exposes no metadata but preserves the frame's original
6 text. 10 text.
7 11
8 * Properly parse native-code V8 frames. 12 * Properly parse native-code V8 frames.
9 13
10 ## 1.3.5 14 ## 1.3.5
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 132
129 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 133 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
130 handled by the parent zone. This matches the behavior of `runZoned` in 134 handled by the parent zone. This matches the behavior of `runZoned` in
131 `dart:async`. 135 `dart:async`.
132 136
133 ## 0.9.3 137 ## 0.9.3
134 138
135 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 139 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
136 140
137 * Record anonymous method frames in IE10 as "<fn>". 141 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/unparsed_frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698