Releases: bilfeldt/laravel-route-statistics
Releases · bilfeldt/laravel-route-statistics
v1.2.0
v1.1.0
What's Changed
- Fix name of middleware in README.md by @bilfeldt in #8
- Add query scopes
whereApi
andwhereWeb
by @bilfeldt in #11 - PHP 8.1 compatible by @bilfeldt in #10
- Add a new
route:stats
artisan command to show statistics by @bilfeldt in #12 - Add a new
route:unused
artisan command to show all unused routes by @bilfeldt in #13
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First production ready release
Full Changelog: v0.5.0...v1.0.0
v0.5.0
- Breaking change: Rename field
code
tostatus
- Cast
date
field to Carbon
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
See CHANGELOG.md
:
- Remove the facade and listener and instead rely on the
bilfeldt/laravel-request-logger
package for actual logging. - Remove
RouteStatisticInterface
in favor of\Bilfeldt\RequestLogger\Contracts\RequestLoggerInterface
- Remove attributes from log method
- Rename
\Bilfeldt\LaravelRouteStatistics\Http\Middleware\RouteStatistics
toRouteStatisticsMiddleware
- Set minimum Laravel requirement to
^8.50
- Note that this release contains breaking changes if one interacting with the facade, model, listener or interface directly but for those simply relying on the default macros and middleware there is no problem updating.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.1
Initial release
Initial release