Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
6.2.0
Added
- Filtering using only query args for matchable
- Actions are not logged if the model doesn't use HasActionLog trait.
5.12.0
Fixed
- Configurable matchable filtering.
6.1.0
Fixed
- HasMany type of relationships will filter unauthorized items.
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 deprecated payload
- Maintenance and bug fixing
Breaking changes
- The AuthService and AuthController was removed. Now you can use the
Route::restifyAuth()
macro to intantiate auth routes.
5.11.0
Added
- Use actionable fields in bulk requests #433
5.10.1
Fixed
- Reverting
AuthController
as it's a breaking change for a minor release.
5.10.0
Fixed
- Reverting
AuthController
as it's a breaking change for a minor release.
5.5.9
Added
- Docs
- Support for
include
along with related
to get relationships.