All notable changes to laravel-ray
will be documented in this file
- fix origin of query builder ray calls (now for real)
- fix origin of query builder ray calls
- add
ray
macro on query builder
- allow multiple mailables (#204)
- when a query exception occurs, the query itself will also be sent to Ray.
- add
countQueries
- fix
mailable
when usingMail::fake
- fix origin of stringable
- add support for stringables
- better HTTP Client logging (#201)
- add http logging methods
- colorize high severity messages (#197)
- check if an exception is passed before log dumping
- the package won't send dumps to Ray when dump sending is disabled
- Laravel Octane Compatibility (#178)
- send exceptions by default
- enable/disable sending exceptions to Ray (#173)
- allow using
env()
when config is not available (#172)
- fix handling of null logs (#171)
- add
env
method
- add support for hostname
- add exception watcher
- replace spaces with underscores in
env()
calls (#154)
- fix "Package spatie/laravel-ray is not installed" exception (#156)
- handle edge case where ray proxy would not be set
- chain colours on
show*
methods (#149)
- ignore errors caused by using
storage_path
- register watchers on boot (#138)
- remove enabled methods (#132)
- do not blow up when using
Mail::fake()
- update config file
- add view requests
- add view cache
- display logged exceptions
- add view methods
- internals cleanup
- improve dependencies
- improve service provider
- add
showJobs
- the package will now select the best payload type when passing something to
ray()
- lower dependencies
- make
model
more flexible
- better support for logged mailables
- add
markdown
method
- fix headers on response payload
- make the test response macro chainable
- add
testResponse
method
- let the
model
call accepts multiple models.
- update
str_replace()
calls inray:publish-config
withenv()
usage (#82)
- improve recognizing mails in logs
- add
env()
vars for each Laravel config setting (#55)
- add
enabled()
anddisabled()
methods (#54)
- fix frame for
rd
function
- fix broken
queries()
-method (#51)
- Add
PublishConfigCommand
- add support for
local_path
andremote_path
settings
- add support for Lumen (#22)
- fix incompatibilities on Windows (#20)
- fix host settings (#14)
- fix deps
- fix deps
- initial release