Skip to content

Releases: beyondcode/laravel-query-detector

1.2.0

Choose a tag to compare

@mpociot mpociot released this 11 Mar 09:06
dc41392
  • Add Laravel 7 support
  • Prevent Illegal string offset 'warning_queries' #56

1.1.0

Choose a tag to compare

@mpociot mpociot released this 18 Sep 19:08
12ca2c9
  • Added Laravel 6 support

1.0.1

Choose a tag to compare

@mpociot mpociot released this 27 Feb 10:03
c39994e

Added Laravel 5.8 support

1.0.0

Choose a tag to compare

@mpociot mpociot released this 13 Dec 20:55
do not log callstack in single steps

0.6.0

Choose a tag to compare

@mpociot mpociot released this 22 Aug 08:11
b2f0b86
  • Added Laravel 5.7 compatibility
  • Fixed Clockwork output

0.5.0

Choose a tag to compare

@mpociot mpociot released this 08 Aug 19:09
ad3df19

Added

  • Expanded console log information
  • Improve debugbar collector output

0.4.1

Choose a tag to compare

@mpociot mpociot released this 24 Jul 09:09
488797e

Fixed

  • Fixed not showing the query output on non-html responses

0.4.0

Choose a tag to compare

@mpociot mpociot released this 20 Jul 12:39
d790bcf

Added

  • New JSON output option

0.3.1

Choose a tag to compare

@mpociot mpociot released this 19 Jul 20:38

Fixed

Use last stacktrace frame for unique query identification

0.3.0

Choose a tag to compare

@mpociot mpociot released this 18 Jul 15:52
48583d2

Added

  • Added a new event when a query was found

Fixed

  • Fixed issue #14