Skip to content

Latest commit

 

History

History
475 lines (257 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

475 lines (257 loc) · 15.6 KB

Changelog

All notable changes to laravel-ignition will be documented in this file

2.7.0 - 2024-05-02

What's Changed

  • Handling errors by @rubenvanassche in #200

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.6.2...2.7.0

2.6.2 - 2024-04-30

What's Changed

  • Fix for some middlewares not being executed by @rubenvanassche in #199

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.6.1...2.6.2

2.6.1 - 2024-04-30

What's Changed

  • Adding missing ComponentRegistry import by @matthewscalf in #196
  • Fix view traces by @rubenvanassche in #189

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.6.0...2.6.1

2.6.0 - 2024-04-29

What's Changed

  • Livewire 3 by @timvandijck en @riasvdv in #193

2.5.2 - 2024-04-16

What's Changed

  • Fix octane by @rubenvanassche in #187

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.5.1...2.5.2

2.5.1 - 2024-04-02

What's Changed

  • Update Context middleware by @stayallive in #185
  • fix: move string check/decode for data in payload by @jryd in #186

New Contributors

  • @stayallive made their first contribution in #185
  • @jryd made their first contribution in #186

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.5.0...2.5.1

2.5.0 - 2024-03-29

What's Changed

  • Add unknown collations for MySQL 8 and MariaDB by @Jubeki in #171
  • Add support for context by @freekmurze in #184
  • Bump dependabot/fetch-metadata from 1 to 2 by @dependabot in #183

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.4.2...2.5.0

2.4.2 - 2024-02-09

What's Changed

  • Bump actions/cache from 3 to 4 by @dependabot in #178
  • Add some sensible defaults for headers that should be sensored. by @timvandijck in #180

New Contributors

  • @timvandijck made their first contribution in #180

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.4.1...2.4.2

2.4.1 - 2024-01-12

What's Changed

  • [2.x] Fixes dump header on different symfony versions by @nunomaduro in #177

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.4.0...2.4.1

2.4.0 - 2024-01-04

What's Changed

  • [2.x] Adds L11 support by @nunomaduro in #167

New Contributors

  • @nunomaduro made their first contribution in #167

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.3.3...2.4.0

2.3.3 - 2023-12-21

  • decode job payload data if it is a string

2.3.2 - 2023-12-15

  • Fix issue where sending Flare reports from tinker was impossible (especially logging)

2.3.1 - 2023-10-09

  • fix config description

2.3.0 - 2023-08-23

What's Changed

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #154
  • Help Sail users when they forget to run an Artisan command using sail by @jessarcher in #156

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.2.0...2.3.0

2.2.0 - 2023-06-28

  • Add support arguments and argument reducers

2.1.3 - 2023-05-25

What's Changed

  • Better support for custom context and exception context by @rubenvanassche in #146
  • Support for PhpStorm Remote editor

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.1.2...2.1.3

2.1.2 - 2023-05-09

  • fix regex pattern in MissingImportSolutionProvider

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.1.1...2.1.2

2.1.1 - 2023-05-04

  • Set 'open_ai_key' to use environment variable in 'ignition.php'.

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #144

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.1.0...2.1.1

2.1.0 - 2023-04-12

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #135
  • Update run-tests.yml by @tvbeek in #136
  • Add AI solutions by @freekmurze in #142

New Contributors

  • @tvbeek made their first contribution in #136

Full Changelog: https://github.com/spatie/laravel-ignition/compare/2.0.0...2.1.0

2.0.0 - 2023-01-25

What's Changed

  • [10.x] Laravel v10 development by @driesvints in #38
  • Update composer.json by @driesvints in #39
  • Update composer.json by @driesvints in #40
  • Update to Monolog v3 by @driesvints in #91
  • Support Laravel 10 by @freekmurze in #134

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.4...2.0.0

1.6.4 - 2023-01-03

What's Changed

  • fix: finding original file using compiled filepath by @SocolaDaiCa in #132

New Contributors

  • @SocolaDaiCa made their first contribution in #132

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.3...1.6.4

1.6.3 - 2022-12-26

  • make sure reports from queues get sent immediately

1.6.2 - 2022-12-08

What's Changed

  • Add Dependabot Automation by @patinthehat in #124
  • Update Dependabot Automation by @patinthehat in #129
  • Bump stefanzweifel/git-auto-commit-action from 2.3.0 to 4.15.4 by @dependabot in #127
  • Bump actions/cache from 2 to 3 by @dependabot in #126
  • Bump actions/checkout from 2 to 3 by @dependabot in #125
  • Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 by @dependabot in #130
  • Also run flare reset on RequestTerminated by Octane by @riasvdv in #131

New Contributors

  • @patinthehat made their first contribution in #124
  • @dependabot made their first contribution in #127
  • @riasvdv made their first contribution in #131

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.6.1...1.6.2

1.6.1 - 2022-10-26

  • do not fail when recorders are set to null

1.6.0 - 2022-10-25

What's Changed

  • PHP 8.2 Build by @erikn69 in #114
  • fix memory leak in production environments; by @CharlesBilbo in #116

New Contributors

  • @erikn69 made their first contribution in #114
  • @CharlesBilbo made their first contribution in #116

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.5.2...1.6.0

1.5.2 - 2022-10-14

What's Changed

  • Improve Vite solution provider by @innocenzi in #113

New Contributors

  • @innocenzi made their first contribution in #113

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.5.1...1.5.2

1.5.1 - 2022-10-04

  • 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

1.5.0 - 2022-09-16

What's Changed

  • Add vitejs autorefresh to error page by @Jubeki in #110

New Contributors

  • @Jubeki made their first contribution in #110

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.4.1...1.5.0

1.4.1 - 2022-09-01

  • Fix missing application_path in Ignition reports

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.4.0...1.4.1

1.4.0 - 2022-08-26

What's Changed

  • Replace condition with min function by @SubhanSh in #103
  • Allow explicit override for runnable solutions by @AlexVanderbist in #111
  • Limit recorded queries to 200 by default
  • Provide default values for QueryRecorder and AddLogs middleware

New Contributors

  • @SubhanSh made their first contribution in #103

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.3.1...1.4.0

1.3.1 - 2022-06-17

What's Changed

  • Add missing solution provider registration for Vite manifest by @jessarcher in #101

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.3.0...1.3.1

1.3.0 - 2022-06-15

What's Changed

  • Fix solution for missing Mix manifest by @jessarcher in #99
  • Add solution for missing Vite manifest by @jessarcher in #100

New Contributors

  • @jessarcher made their first contribution in #99

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.4...1.3.0

1.2.4 - 2022-06-08

What's Changed

  • Censor password confirmation payloads by @PHPGuus in #96

New Contributors

  • @PHPGuus made their first contribution in #96

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.3...1.2.4

1.2.3 - 2022-05-05

  • use context from custom exceptions

1.2.2 - 2022-04-14

What's Changed

  • Fix LaravelVersion by @bvtterfly in #87

New Contributors

  • @bvtterfly made their first contribution in #87

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.1...1.2.2

1.2.1 - 2022-04-13

What's Changed

  • Update .gitattributes by @angeljqv in #84
  • Fixed reading of maximum_number_of_collected_logs by @faustoFF in #86

New Contributors

  • @angeljqv made their first contribution in #84
  • @faustoFF made their first contribution in #86

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.2.0...1.2.1

1.2.0 - 2022-04-01

What's Changed

  • Speed up tests run process by @kudashevs in #79
  • Add ddd function by @freekmurze in #83

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.1.1...1.2.0

1.1.1 - 2022-03-21

What's Changed

  • Remove duplicate composer.json requirement by @nuernbergerA in #77

New Contributors

  • @nuernbergerA made their first contribution in #77

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.1.0...1.1.1

1.1.0 - 2022-03-19

What's Changed

  • Add the config options to specify the settings file path by @kudashevs in #66

New Contributors

  • @kudashevs made their first contribution in #66

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.11...1.1.0

1.0.11 - 2022-03-19

What's Changed

  • 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 #72

New Contributors

  • @jnoordsij made their first contribution in #72

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.10...1.0.11

1.0.10 - 2022-03-17

  • 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

1.0.9 - 2022-03-11

  • Fix the reported URL when using Octane on Vapor

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.8...1.0.9

1.0.8 - 2022-03-11

  • 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

1.0.7 - 2022-03-10

What's Changed

  • 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 #52

New Contributors

  • @PaolaRuby made their first contribution in #52

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.6...1.0.7

1.0.6 - 2022-02-15

  • register Flare logger earlier

1.0.5 - 2022-02-13

What's Changed

  • Fixed: The last compiled paths cannot be found. by @mertasan in #42

New Contributors

  • @mertasan made their first contribution in #42

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.4...1.0.5

1.0.4 - 2022-02-10

  • allow any Illuminate\Contracts\View\Engine to be used

1.0.3 - 2022-02-04

  • Add support for censoring headers

1.0.2 - 2022-01-20

  • enable_runnable_solutions now defaults to the APP_DEBUG value

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.1...1.0.2

1.0.1 - 2022-01-19

What's Changed

  • feat: fix support for Laravel versions ^10.x by @owenvoke in #15

New Contributors

  • @owenvoke made their first contribution in #15

Full Changelog: https://github.com/spatie/laravel-ignition/compare/1.0.0...1.0.1

1.0.0 - 2022-01-18

  • initial release

0.10.0 - 2022-01-13

Full Changelog: https://github.com/spatie/laravel-ignition/compare/0.0.9...0.10.0