Laravel v5.7.22 is released in 2019/01/22, here are the changes we`ve merged into this release.
Fixed
- Fixed
TestResponse::assertJsonValidationErrors()
when there are no errors (#27190)
Changed
- Allowed
TestResponse::assertJsonMissingValidationErrors()
to be called without an argument (#27176) - Updated vue preset's vue-stubs for laravel-mix 4 compatibility (#27229)
- Updated preset to use
@babel/preset-react
(#27235) - Used
config
to resolve the database value during tests. (#27240)