| OLD | NEW |
| (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>". | |
| OLD | NEW |