1.1.6-dev

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 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.

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.