Skip to content

Releases: bilfeldt/laravel-route-statistics

v1.2.0

30 Jan 21:59
7ccafa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Dec 20:16
e2a5126
Compare
Choose a tag to compare

What's Changed

  • Fix name of middleware in README.md by @bilfeldt in #8
  • Add query scopes whereApi and whereWeb 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

12 Nov 22:43
Compare
Choose a tag to compare

First production ready release

Full Changelog: v0.5.0...v1.0.0

v0.5.0

10 Nov 11:50
Compare
Choose a tag to compare
  • Breaking change: Rename field code to status
  • Cast date field to Carbon

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Nov 14:20
9652941
Compare
Choose a tag to compare

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 to RouteStatisticsMiddleware
  • 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

27 Apr 07:49
Compare
Choose a tag to compare
  • Fix issue with Factory
  • Fix issue with event/listener registration

v0.2.0

20 Apr 08:39
318a022
Compare
Choose a tag to compare
  • Implement usage of facade and singleton class instead of adding data to the request input

v0.1.1

19 Apr 13:00
Compare
Choose a tag to compare
  • Fix issue with publishing of config and migration

Initial release

19 Apr 12:32
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release