Releases: mnabialek/laravel-sql-logger
Releases · mnabialek/laravel-sql-logger
Add support for Carbon 2
Changed
- Add support for Carbon 2
Entry log format
Added
- Possibility to use custom entry format
New lines to spaces formatting changes
Added
- Option whether new lines are converted to spaces
Changed
- Don't convert new lines to spaces by default
Display null values as null
v2.0.3 Display null values as null instead of empty strings
Fix Lumen support
v2.0.2 Fix Lumen support
Named parameter fixes
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
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
v1.1.4 Add changelog link
Laravel 5.5 and improvements
- Add compatibility with Laravel 5.5
- Automatically create log directory when it does not exist
- Code improvements
Add support for Laravel 5.4
v1.1.2 Update to make it work with Laravel 5.4