Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
Deletions
- Removed Eloquent API Resource from dependencies since this was a blocker for future development
- Removed unused authorization
- Changed naming convention from
view
toshow
as it's a REST convention
Additions
- Ability to customize your own routes (with custom group attributes)
- Added
show
policy - Added
model
RestResponse helper - Fixed show response (according to JSON:API structure)
1.1..4
1.1.3: Docs (#88)
Added
- Aligning the response from repositories and controller (meta links naming)
- Adding
exceptionHandler
Restify interceptor - Making RestResponse a
Responsable
class
1.1.2
1.1.1
1.1.0
- Added core Repository class
- Added Field as an attribute
- Added validations
- Added stubs
- Improved RestController
- Using Laravel Resource API for a better response generator
- Expose all CRUD methods from the repository for the developer extension
- Custom middleware per resource
- Custom prefix per resource