You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.1 KiB

4 years ago
  1. ## v2.0.0
  2. * Update stackframe dependency to v1.x. Stackframes are constructed and accessed differently.
  3. See the [stackframe CHANGELOG](https://github.com/stacktracejs/stackframe/blob/master/CHANGELOG.md#v10x) for details.
  4. ## v1.3.6
  5. * Handle stack frames with no line/column information
  6. ## v1.3.4
  7. * Avoid <anonymous> file names
  8. ## v1.3.2
  9. * Handle Safari stack entries with no location information
  10. ## v1.3.0
  11. * Significantly improved handling of eval()
  12. * Add many browsers to CI
  13. ## v1.2.2
  14. * Handle native functions in V8 stack traces
  15. ## v1.2.0
  16. * Propagate "(native)" locations instead of defaulting to `undefined`
  17. ## v1.1.1
  18. * Make sure to include direct dependencies in distributed JS files
  19. ## v1.1.0
  20. * Move polyfills to separate, optional file
  21. * Better docs
  22. ## v1.0.0
  23. * Fully tested on old IEs, production-ready
  24. ## v0.2.4
  25. * Fix moar boogs with Opera impl
  26. ## v0.2.3
  27. * Fix boogs with Opera impl
  28. ## v0.2.2
  29. * Name functions such that they can can be filtered out by stacktrace.js
  30. ## v0.2.1
  31. * Provide standard distribution (minified and unminified).
  32. * Slimmer node package
  33. ## v0.2.0
  34. * Remove constructor
  35. * Fix boogs
  36. ## v0.1.0
  37. * Re-write from stacktrace.js