Releases: fruitcake/laravel-telescope-toolbar
Releases · fruitcake/laravel-telescope-toolbar
Check for Symfony responses
v1.0.5 Update phpdocs to account for Symfony responses #8
Dont record assets
v1.0.4 Stop recording asset
Toggle auto-refresh for Ajax requests, load toolbar entries
v1.0.3 Tweak readme
Render scripts in head
Split rendering of the assets to the load to catch early xhr-requests, load cached resources.
Check middleware, tweak dumps
- Fix error with empty middleware
- Show memory tab
- Don't enable the DumpWatcher by default, but provide a
Toolbar::dump()
/debug()
method to dump into the Toolbar directly (but preservedd()
)
Official release
Merge pull request #2 from arjanwestdorp/feature/configurable-path Make toolbar route path configurable
Fix excluded paths config.
Merge pull request #1 from arjanwestdorp/master Use 'excluded_ajax_paths' config value
v1.0.0-beta.1
Beta release
Keep original response, show Dumps
v1.0.0-alpha.3 Show dump screenshot
Update Redirect / Ajax excludes
This tweaks redirect storage in the session (reflashing messages) and make ajax paths configurable.