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

Side by Side Diff: CHANGELOG.md

Issue 1171873002: Support parsing empty stack chains. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 6 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.3.2
2
3 * Add support for empty chains and chains of empty traces to `Chain.parse()`.
4
1 ## 1.3.1 5 ## 1.3.1
2 6
3 * Support more types of JavaScriptCore stack frames. 7 * Support more types of JavaScriptCore stack frames.
4 8
5 ## 1.3.0 9 ## 1.3.0
6 10
7 * Support stack traces generated by JavaScriptCore. They can be explicitly 11 * Support stack traces generated by JavaScriptCore. They can be explicitly
8 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`. 12 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`.
9 13
10 ## 1.2.4 14 ## 1.2.4
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 98
95 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 99 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
96 handled by the parent zone. This matches the behavior of `runZoned` in 100 handled by the parent zone. This matches the behavior of `runZoned` in
97 `dart:async`. 101 `dart:async`.
98 102
99 ## 0.9.3 103 ## 0.9.3
100 104
101 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 105 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
102 106
103 * Record anonymous method frames in IE10 as "<fn>". 107 * 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