source_map_stack_trace 2.1.2
source_map_stack_trace: ^2.1.2 copied to clipboard
A package for applying source maps to stack traces.
2.1.2 #
- Require Dart 3.3.0
- Move to
dart-lang/toolsmonorepo.
2.1.1 #
- Populate the pubspec
repositoryfield.
2.1.0 #
- Stable release for null safety.
- Require Dart 2.12
2.0.0 #
Breaking Changes #
- Removed dependency on
package_resolverand changed the apis to accept aMap<String, Uri>which maps package names to the base uri to resolve thepackage:uris for those packages. - The
sdkRootargument must be anUri. UseUri.parsefor use cases previously passing aString. - The deprecated
packageRootargument 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
SyncPackageResolverhas no package information at all.
1.1.0 #
-
mapStackTrace()now uses aSyncPackageResolverobject from thepackage_resolverpackage to recreatepackage:URIs. -
Deprecation: the
packageRootparameter tomapStackTraceis deprecated in favor of thepackageInfoparameter 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.