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

Side by Side Diff: pkg/stack_trace/CHANGELOG.md

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « pkg/source_span/test/utils_test.dart ('k') | pkg/stack_trace/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.1.1
2
3 * Widen the SDK constraint to include 1.7.0-dev.4.0.
4
5 ## 1.1.0
6
7 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in
8 Firefox trace parsing.
9
10 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`,
11 `Frame.parseSafari6_0`, and `Frame.parseSafari6_1`.
12
13 * Add `Frame.parseSafari`.
14
15 ## 1.0.3
16
17 * Use `Zone.errorCallback` to attach stack chains to all errors without the need
18 for `Chain.track`, which is now deprecated.
19
20 ## 1.0.2
21
22 * Remove a workaround for [issue 17083][].
23
24 [issue 17083]: http://code.google.com/p/dart/issues/detail?id=17083
25
26 ## 1.0.1
27
28 * Synchronous errors in the [Chain.capture] callback are now handled correctly.
29
30 ## 1.0.0
31
32 * No API changes, just declared stable.
33
34 ## 0.9.3+2
35
36 * Update the dependency on path.
37
38 * Improve the formatting of library URIs in stack traces.
39
40 ## 0.9.3+1
41
42 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
43 handled by the parent zone. This matches the behavior of `runZoned` in
44 `dart:async`.
45
46 ## 0.9.3
47
48 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
49
50 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « pkg/source_span/test/utils_test.dart ('k') | pkg/stack_trace/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698