blob: 00c66d9cc9b5812c5ff3374f71be2f4bab6f3793 [file] [log] [blame] [view]
## 2.1.3-wip
## 2.1.2
* Require Dart 3.3.0
* Move to `dart-lang/tools` monorepo.
## 2.1.1
* Populate the pubspec `repository` field.
## 2.1.0
* Stable release for null safety.
* Require Dart 2.12
## 2.0.0
### Breaking Changes
* Removed dependency on `package_resolver` and changed the apis to accept a
`Map<String, Uri>` which maps package names to the base uri to resolve the
`package:` uris for those packages.
* The `sdkRoot` argument must be an `Uri`. Use `Uri.parse` for use
cases previously passing a `String`.
* The deprecated `packageRoot` argument has been removed.
## 1.1.5
* Set max SDK version to `<3.0.0`.
## 1.1.4
* Support source maps that depend on the uri of the location to resolve spans
correctly.
## 1.1.3
* Add a missing dependency on `path`.
## 1.1.2
* Fix a typo in the previous fix.
## 1.1.1
* Don't crash if the `SyncPackageResolver` has no package information at all.
## 1.1.0
* `mapStackTrace()` now uses a `SyncPackageResolver` object from the
[`package_resolver` package][package_resolver] to recreate `package:` URIs.
* **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated
in favor of the `packageInfo` parameter described above. It will be removed in
a future release.
[package_resolver]: https://pub.dartlang.org/packages/package_resolver
## 1.0.5
* Add compatibility for member names that include named arguments.
## 1.0.4
* Add compatibility for Dart 1.10-style name munging.
## 1.0.3
* Prefer "dart:" URLs to "package:" URLs.
## 1.0.2
* Fix an off-by-one bug that was causing line numbers to be slightly off.
## 1.0.1
* Don't crash when mapping stack chains.
## 1.0.0
* Initial release.