All notable changes to laravel-ignition
will be documented in this file
- [10.x] Laravel v10 development by @driesvints in spatie#38
- Update composer.json by @driesvints in spatie#39
- Update composer.json by @driesvints in spatie#40
- Update to Monolog v3 by @driesvints in spatie#91
- Support Laravel 10 by @freekmurze in spatie#134
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.4...2.0.0
- fix: finding original file using compiled filepath by @SocolaDaiCa in spatie#132
- @SocolaDaiCa made their first contribution in spatie#132
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.3...1.6.4
- make sure reports from queues get sent immediately
- Add Dependabot Automation by @patinthehat in spatie#124
- Update Dependabot Automation by @patinthehat in spatie#129
- Bump stefanzweifel/git-auto-commit-action from 2.3.0 to 4.15.4 by @dependabot in spatie#127
- Bump actions/cache from 2 to 3 by @dependabot in spatie#126
- Bump actions/checkout from 2 to 3 by @dependabot in spatie#125
- Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 by @dependabot in spatie#130
- Also run flare reset on RequestTerminated by Octane by @riasvdv in spatie#131
- @patinthehat made their first contribution in spatie#124
- @dependabot made their first contribution in spatie#127
- @riasvdv made their first contribution in spatie#131
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.1...1.6.2
- do not fail when recorders are set to
null
- PHP 8.2 Build by @erikn69 in spatie#114
- fix memory leak in production environments; by @CharlesBilbo in spatie#116
- @erikn69 made their first contribution in spatie#114
- @CharlesBilbo made their first contribution in spatie#116
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.5.2...1.6.0
- Improve Vite solution provider by @innocenzi in spatie#113
- @innocenzi made their first contribution in spatie#113
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.5.1...1.5.2
- Increase search radius for Blade exception line number mapping to 20 LOC
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.5.0...1.5.1
- Add vitejs autorefresh to error page by @Jubeki in spatie#110
- @Jubeki made their first contribution in spatie#110
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.4.1...1.5.0
- Fix missing
application_path
in Ignition reports
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.4.0...1.4.1
- Replace condition with
min
function by @SubhanSh in spatie#103 - Allow explicit override for runnable solutions by @AlexVanderbist in spatie#111
- Limit recorded queries to 200 by default
- Provide default values for
QueryRecorder
andAddLogs
middleware
- @SubhanSh made their first contribution in spatie#103
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.3.1...1.4.0
- Add missing solution provider registration for Vite manifest by @jessarcher in spatie#101
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.3.0...1.3.1
- Fix solution for missing Mix manifest by @jessarcher in spatie#99
- Add solution for missing Vite manifest by @jessarcher in spatie#100
- @jessarcher made their first contribution in spatie#99
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.4...1.3.0
- Censor password confirmation payloads by @PHPGuus in spatie#96
- @PHPGuus made their first contribution in spatie#96
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.3...1.2.4
- use context from custom exceptions
- Fix LaravelVersion by @bvtterfly in spatie#87
- @bvtterfly made their first contribution in spatie#87
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.1...1.2.2
- Update .gitattributes by @angeljqv in spatie#84
- Fixed reading of maximum_number_of_collected_logs by @faustoFF in spatie#86
- @angeljqv made their first contribution in spatie#84
- @faustoFF made their first contribution in spatie#86
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.0...1.2.1
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.1.1...1.2.0
- Remove duplicate composer.json requirement by @nuernbergerA in spatie#77
- @nuernbergerA made their first contribution in spatie#77
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.1.0...1.1.1
- Add the config options to specify the settings file path by @kudashevs in spatie#66
- @kudashevs made their first contribution in spatie#66
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.11...1.1.0
- Fix: respect Ignition config to disable Share to Flare feature
- Fix: avoid fatal error when Ignition config is
null
- Fix: move registering routes to boot method of IgnitionServiceProvider by @jnoordsij in spatie#72
- @jnoordsij made their first contribution in spatie#72
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.10...1.0.11
- Add option to publish Ignition config and Flare config files separately
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.9...1.0.10
- Fix the reported URL when using Octane on Vapor
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.8...1.0.9
- Avoid generating the error report multiple times to save resources
- Fix the reported URL when using Octane on Vapor
- Fix a bug where the report was sent to Flare twice when the Ignition error page rendered
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.7...1.0.8
- Fix route registration for projects with a global namespace
- Don't load Ignition routes when routes have already been cached
- Update .gitattributes by @PaolaRuby in spatie#52
- @PaolaRuby made their first contribution in spatie#52
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.6...1.0.7
- register Flare logger earlier
- Fixed: The last compiled paths cannot be found. by @mertasan in spatie#42
- @mertasan made their first contribution in spatie#42
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.4...1.0.5
- allow any
Illuminate\Contracts\View\Engine
to be used
- Add support for censoring headers
enable_runnable_solutions
now defaults to theAPP_DEBUG
value
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.1...1.0.2
- feat: fix support for Laravel versions
^10.x
by @owenvoke in spatie#15
- @owenvoke made their first contribution in spatie#15
Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.0...1.0.1
- initial release
Full Changelog: https://github.com/spatie/laravel-ignition/compare/0.0.9...0.10.0