Skip to content

Releases: mnabialek/laravel-sql-logger

Add support for Carbon 2

27 Apr 13:41
Compare
Choose a tag to compare

Changed

  • Add support for Carbon 2

Entry log format

09 Sep 12:06
Compare
Choose a tag to compare

Added

  • Possibility to use custom entry format

New lines to spaces formatting changes

17 Jul 18:23
Compare
Choose a tag to compare

Added

  • Option whether new lines are converted to spaces

Changed

  • Don't convert new lines to spaces by default

Display null values as null

13 Jun 18:17
Compare
Choose a tag to compare
v2.0.3

Display null values as null instead of empty strings

Fix Lumen support

12 May 17:36
Compare
Choose a tag to compare
v2.0.2

Fix Lumen support

Named parameter fixes

23 Mar 18:51
Compare
Choose a tag to compare

Fixed

  • Fix for named parameters when binding order is different than order of parameters
  • Fixes for replacing bindings for named parameters

Complete rewrite with new functionality

11 Feb 20:19
Compare
Choose a tag to compare

Added

  • Log contain now origin (HTTP action or console command)
  • Support for named parameters in queries
  • Option to set filename and extension for logs
  • Option to choose which queries will be tracked

Changed

  • Changed configuration file structure
  • Changed ENV variables names
  • Changed structure of log files (added origin)
  • Changes in generating queries (numbers are not quoted any more, parameters in quotes won't be converted)
  • Complete package code rewrite with unit tests

Add changelog file

18 Jan 11:30
Compare
Choose a tag to compare
v1.1.4

Add changelog link

Laravel 5.5 and improvements

03 Sep 11:46
Compare
Choose a tag to compare
  • Add compatibility with Laravel 5.5
  • Automatically create log directory when it does not exist
  • Code improvements

Add support for Laravel 5.4

24 Jan 19:30
Compare
Choose a tag to compare
v1.1.2

Update to make it work with Laravel 5.4