| OLD | NEW |
| 1 ## 1.1.2 |
| 2 |
| 3 * Fix a typo in the previous fix. |
| 4 |
| 1 ## 1.1.1 | 5 ## 1.1.1 |
| 2 | 6 |
| 3 * Don't crash if the `SyncPackageResolver` has no package information at all. | 7 * Don't crash if the `SyncPackageResolver` has no package information at all. |
| 4 | 8 |
| 5 ## 1.1.0 | 9 ## 1.1.0 |
| 6 | 10 |
| 7 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the | 11 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the |
| 8 [`package_resolver` package][package_resolver] to recreate `package:` URIs. | 12 [`package_resolver` package][package_resolver] to recreate `package:` URIs. |
| 9 | 13 |
| 10 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated | 14 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 | 33 |
| 30 * Fix an off-by-one bug that was causing line numbers to be slightly off. | 34 * Fix an off-by-one bug that was causing line numbers to be slightly off. |
| 31 | 35 |
| 32 ## 1.0.1 | 36 ## 1.0.1 |
| 33 | 37 |
| 34 * Don't crash when mapping stack chains. | 38 * Don't crash when mapping stack chains. |
| 35 | 39 |
| 36 ## 1.0.0 | 40 ## 1.0.0 |
| 37 | 41 |
| 38 * Initial release. | 42 * Initial release. |
| OLD | NEW |