stacktracey
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,3 +0,5 @@ | ||
# Version 2.0 (breaking changes) | ||
# Version 2.0 (with breaking changes) | ||
- Added asynchronous methods, `withSourcesAsync` and `cleanAsync`. | ||
- All property accessors like `.clean` are now methods (e.g. `.clean ()`) for consistency reasons | ||
@@ -12,2 +14,2 @@ | ||
- `.isThirdParty` is now just an overrideable method | ||
- `.maxColumnWidths` is an overrideable method + a configuration option passed to `asTable ()` method | ||
- `.maxColumnWidths` is an overrideable method + a configuration option passed to `asTable ()` method |
{ | ||
"name": "stacktracey", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41884