| OLD | NEW |
| 1 ## 1.1.1 |
| 2 |
| 3 * Don't crash if the `SyncPackageResolver` has no package information at all. |
| 4 |
| 1 ## 1.1.0 | 5 ## 1.1.0 |
| 2 | 6 |
| 3 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the | 7 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the |
| 4 [`package_resolver` package][package_resolver] to recreate `package:` URIs. | 8 [`package_resolver` package][package_resolver] to recreate `package:` URIs. |
| 5 | 9 |
| 6 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated | 10 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated |
| 7 in favor of the `packageInfo` parameter described above. It will be removed in | 11 in favor of the `packageInfo` parameter described above. It will be removed in |
| 8 a future release. | 12 a future release. |
| 9 | 13 |
| 10 [package_resolver]: https://pub.dartlang.org/packages/package_resolver | 14 [package_resolver]: https://pub.dartlang.org/packages/package_resolver |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 29 |
| 26 * Fix an off-by-one bug that was causing line numbers to be slightly off. | 30 * Fix an off-by-one bug that was causing line numbers to be slightly off. |
| 27 | 31 |
| 28 ## 1.0.1 | 32 ## 1.0.1 |
| 29 | 33 |
| 30 * Don't crash when mapping stack chains. | 34 * Don't crash when mapping stack chains. |
| 31 | 35 |
| 32 ## 1.0.0 | 36 ## 1.0.0 |
| 33 | 37 |
| 34 * Initial release. | 38 * Initial release. |
| OLD | NEW |