File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ All notable changes to this project will be documented in this file. This projec
14
14
- The request class now has a ` isCreatingOrUpdating() ` helper method to determine whether the request is to create or
15
15
updated a resource.
16
16
- Add stop on first failure to all validators in the resource request class.
17
+ - [ #85 ] ( https://github.com/laravel-json-api/laravel/issues/85 ) When running an application with debug mode turned on,
18
+ the default JSON: API error object for an exception will now contain detailed exception information, including the
19
+ stack trace, in the object's ` meta ` member.
17
20
18
21
### Changed
19
22
Original file line number Diff line number Diff line change 28
28
"laravel-json-api/core" : " ^1.0.0-beta.5" ,
29
29
"laravel-json-api/eloquent" : " ^1.0.0-beta.5" ,
30
30
"laravel-json-api/encoder-neomerx" : " ^1.0.0-beta.1" ,
31
- "laravel-json-api/exceptions" : " ^1.0.0-beta.2 " ,
31
+ "laravel-json-api/exceptions" : " ^1.0.0-beta.4 " ,
32
32
"laravel-json-api/spec" : " ^1.0.0-beta.1" ,
33
33
"laravel-json-api/validation" : " ^1.0.0-beta.2" ,
34
34
"laravel/framework" : " ^8.30"
You can’t perform that action at this time.
0 commit comments