Releases: phpsa/laravel-api-controller
Releases · phpsa/laravel-api-controller
Filtered Relationship fetch
Castable attributes should be fillable ? (#57) * Mutatable attributes should be fillable ? * Fix repository vs model query order * Apply fixes from StyleCI (#58) Co-authored-by: Craig Smith <[email protected]>
Mutation attributes fillable
- Fixes relation query filter order
- added ability to fill a mutated attribute
1.7.2
Minor Bug Fix and extra target
- Fixed pathing issue on namespaced model policies,
- added -T|tests option to autogenerate a feature test
Improved Make commands
1.7.0 Update ApiMakeCommand.php
1.6.0: Trashed Scope / Policy Make (#55)
* Initial Concept * Stubs updated with new make:apiresouce command * Apply fixes from StyleCI (#56) * Update README.md Co-authored-by: Craig Smith <[email protected]>
1.6.0-b.1
1.5.0: Implemented BelongsTo and BelongsToMany mapping (#50)
- Fixes PSR Pathing issue
- Updated resource handling
- hasOne / hasMany Hanling improved
- belongsTo / BelongsToMany handling implemented
Issues with hasOne not doing existance check correctly
1.5.0-rc.8 HasOne Existance Check
1.5.0-rc.12
Update Relationships.php