6.0.0
Added
- Laravel scout integration
- Sorting by HasOne relationships
- Actionable fields for Bulk store and update
- JSON:API compliances for sorting and related
- Added
rules
method for actions and deprecatedpayload
- Maintenance and bug fixing
Breaking changes
- The AuthService and AuthController was removed. Now you can use the
Route::restifyAuth()
macro to intantiate auth routes.