Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
5.5.7
Added
- Repository
action
testing helper.
5.5.5
Added
- Free signature for the stored hook in the repository.
5.4.4
Added
- Free signature for the
stored
hook in the repository.
5.4.2
Fixed
- Prevent action handlers from being called when iterating over non-actionable fields
5.4.0
Addressing the #413 idea.
Now you can configure an action class for you fields:
field('followers')->actionable(Action::make())
Make sure the action gets the Model
as it's second argument.
5.3.5
Fixed
- Attach request resolve the base model.