Skip to content

Releases: beyondcode/laravel-query-detector

1.0.1

27 Feb 10:03
c39994e

Choose a tag to compare

Added Laravel 5.8 support

1.0.0

13 Dec 20:55

Choose a tag to compare

do not log callstack in single steps

0.6.0

22 Aug 08:11
b2f0b86

Choose a tag to compare

  • Added Laravel 5.7 compatibility
  • Fixed Clockwork output

0.5.0

08 Aug 19:09
ad3df19

Choose a tag to compare

Added

  • Expanded console log information
  • Improve debugbar collector output

0.4.1

24 Jul 09:09
488797e

Choose a tag to compare

Fixed

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

0.4.0

20 Jul 12:39
d790bcf

Choose a tag to compare

Added

  • New JSON output option

0.3.1

19 Jul 20:38

Choose a tag to compare

Fixed

Use last stacktrace frame for unique query identification

0.3.0

18 Jul 15:52
48583d2

Choose a tag to compare

Added

  • Added a new event when a query was found

Fixed

  • Fixed issue #14

0.2.1

18 Jul 14:15

Choose a tag to compare

Merge branch 'master' of github.com:beyondcode/laravel-query-detector

0.2.0

18 Jul 12:25
d3763f5

Choose a tag to compare

Added

  • Added multiple output types
  • Lumen support
  • New Console output
  • New DebugBar output