File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] [ keepachangelog ] and this project adheres to [ Semantic Versioning] [ semver ] .
66
7+ ## v5.2.1
8+
9+ ### Fixed
10+
11+ - Dumper middleware could not to dump large set of responses (such as ` Illuminate\Http\JsonResponse ` )
12+
713## v5.2.0
814
915### Added
Original file line number Diff line number Diff line change 55namespace Spiral \RoadRunnerLaravel \Dumper ;
66
77use Closure ;
8- use Illuminate \ Http \Request ;
9- use Illuminate \ Http \Response ;
8+ use Symfony \ Component \ HttpFoundation \Request ;
9+ use Symfony \ Component \ HttpFoundation \Response ;
1010use Symfony \Component \VarDumper \Dumper \HtmlDumper ;
1111
1212class Middleware
Original file line number Diff line number Diff line change 55namespace Spiral \RoadRunnerLaravel \Tests \Unit \Dumper ;
66
77use Illuminate \Support \Str ;
8- use Illuminate \Http \Response ;
98use Illuminate \Routing \Router ;
9+ use Symfony \Component \HttpFoundation \Response ;
1010use Spiral \RoadRunnerLaravel \Dumper \Middleware ;
1111
1212/**
You can’t perform that action at this time.
0 commit comments