All notable changes to backtrace
will be documented in this file
- fix deprecation message
Full Changelog: https://github.com/spatie/backtrace/compare/1.7.0...1.7.1
- Add PHP 8.4 Support by @sweptsquash in #27
- @sweptsquash made their first contribution in #27
Full Changelog: https://github.com/spatie/backtrace/compare/1.6.3...1.7.0
- trimFilePaths feature by @jackbayliss in #26
- @jackbayliss made their first contribution in #26
Full Changelog: https://github.com/spatie/backtrace/compare/1.6.2...1.6.3
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #24
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #25
- Correct with object check by @1RV34 in #22
- @1RV34 made their first contribution in #22
Full Changelog: https://github.com/spatie/backtrace/compare/1.6.1...1.6.2
- Add check wether serializable closure is defined
- Serializeable closure support by @rubenvanassche in #23
Full Changelog: https://github.com/spatie/backtrace/compare/1.5.3...1.6.0
- Fix issue where arguments of throwable leaked
- Another type update
- Type update
- Add support for reducing stack trace arguments (#16)
- Allow
withArguments
to be specified with boolean
Add getSnippetAsString
to Frame
- add
getAsString
to snippet
- fix a misconfigured application path
- Add a return typehint (#4)
- add
firstApplicationFrameIndex
- add
snippetProperties
- add support for PHP 7.3
- initial release