Skip to content

Latest commit

 

History

History
111 lines (57 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

111 lines (57 loc) · 2.39 KB

Changelog

All notable changes to backtrace will be documented in this file

1.7.1 - 2024-12-02

  • fix deprecation message

Full Changelog: https://github.com/spatie/backtrace/compare/1.7.0...1.7.1

1.7.0 - 2024-12-02

What's Changed

  • Add PHP 8.4 Support by @sweptsquash in #27

New Contributors

  • @sweptsquash made their first contribution in #27

Full Changelog: https://github.com/spatie/backtrace/compare/1.6.3...1.7.0

1.6.3 - 2024-11-18

What's Changed

  • trimFilePaths feature by @jackbayliss in #26

New Contributors

  • @jackbayliss made their first contribution in #26

Full Changelog: https://github.com/spatie/backtrace/compare/1.6.2...1.6.3

1.6.2 - 2024-07-22

What's Changed

  • 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

New Contributors

  • @1RV34 made their first contribution in #22

Full Changelog: https://github.com/spatie/backtrace/compare/1.6.1...1.6.2

1.6.1 - 2024-04-24

  • Add check wether serializable closure is defined

1.6.0 - 2024-04-24

What's Changed

  • Serializeable closure support by @rubenvanassche in #23

Full Changelog: https://github.com/spatie/backtrace/compare/1.5.3...1.6.0

1.5.3 - 2023-06-28

  • Fix issue where arguments of throwable leaked

1.5.2 - 2023-06-28

  • Another type update

1.5.1 - 2023-06-28

  • Type update

1.5.0 - 2023-06-28

  • Add support for reducing stack trace arguments (#16)

1.4.1 - 2023-06-13

  • Allow withArguments to be specified with boolean

1.4.0 - 2023-03-04

Add getSnippetAsString to Frame

1.3.0 - 2023-03-04

  • add getAsString to snippet

1.2.2 - 2023-02-21

  • fix a misconfigured application path

1.2.1 - 2021-11-09

  • Add a return typehint (#4)

1.2.0 - 2021-05-19

  • add firstApplicationFrameIndex

1.1.0 - 2021-01-29

  • add snippetProperties

1.0.1 - 2021-01-27

  • add support for PHP 7.3

1.0.0 - 2020-11-24

  • initial release