|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v3.15.0 - 2025-02-21 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | + |
| 7 | +* Add middleware to web to save session by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1710 |
| 8 | +* Check web middleware by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1712 |
| 9 | +* Add special `dev` to composer keywords by @jnoordsij in https://github.com/barryvdh/laravel-debugbar/pull/1713 |
| 10 | +* Removed extra sentence by @cheack in https://github.com/barryvdh/laravel-debugbar/pull/1714 |
| 11 | +* Hide empty tabs by default by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1711 |
| 12 | +* Combine route info with Request by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1720 |
| 13 | +* fix: The log is not processed correctly when it consists of multiple lines. by @uniho in https://github.com/barryvdh/laravel-debugbar/pull/1721 |
| 14 | +* [WIP] Use php-debugbar dark theme, move to variables by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1717 |
| 15 | +* Remove openhandler overrides by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1723 |
| 16 | +* Drop Lumen And Laravel 9 by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1725 |
| 17 | +* Use tooltip for Laravel collector by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1724 |
| 18 | +* Add more data to timeline by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1726 |
| 19 | +* Laravel version preview as repo branch name by @angeljqv in https://github.com/barryvdh/laravel-debugbar/pull/1727 |
| 20 | +* Laravel 12 support by @jonnott in https://github.com/barryvdh/laravel-debugbar/pull/1730 |
| 21 | +* Preview action_name on request tooltip by @angeljqv in https://github.com/barryvdh/laravel-debugbar/pull/1728 |
| 22 | +* Map tooltips by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1732 |
| 23 | +* Add back L9 by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1734 |
| 24 | +* Fix tooltip url by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1735 |
| 25 | +* Show request status as badge by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1736 |
| 26 | +* Fix request badge by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1737 |
| 27 | +* Use Laravel ULID for key by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1738 |
| 28 | +* defer datasets by config option by @erikn69 in https://github.com/barryvdh/laravel-debugbar/pull/1739 |
| 29 | +* Reorder request tab by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1740 |
| 30 | +* Defer config by @barryvdh in https://github.com/barryvdh/laravel-debugbar/pull/1741 |
| 31 | + |
| 32 | +### New Contributors |
| 33 | + |
| 34 | +* @cheack made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1714 |
| 35 | +* @angeljqv made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1727 |
| 36 | +* @jonnott made their first contribution in https://github.com/barryvdh/laravel-debugbar/pull/1730 |
| 37 | + |
| 38 | +**Full Changelog**: https://github.com/barryvdh/laravel-debugbar/compare/v3.14.10...v3.15.0 |
| 39 | + |
3 | 40 | ## v3.14.10 - 2024-12-23 |
4 | 41 |
|
5 | 42 | ### What's Changed |
|
0 commit comments