Releases: phpsa/laravel-api-controller
Releases · phpsa/laravel-api-controller
v7.3.2
v7.3.1
What's Changed
- fix: FiltersBuilder had a syntax error by @Cadienvan in #119
Full Changelog: v7.3.0...v7.3.1
v7.3.0
What's Changed
- fixes issue where resourceModel is empty by @janeatcd in #116
- docs: updating trait documentation by @Cadienvan in #117
- feat: allowing cached table columns to optimize performances by @Cadienvan in #118
New Contributors
- @Cadienvan made their first contribution in #117
Full Changelog: v7.2.0...v7.3.0
v7.2.0
Full Changelog: v7.1.6...v7.2.0
v7.1.6: chore(release): 7.1.6 [skip ci]
## [7.1.6](https://git.customd.com/composer/laravel-api-controller/compare/v7.1.5...v7.1.6) (2024-01-15) ### Bug Fixes * resource always select should always be selected in controller even if removed via removefields in querystring ([22743b2](https://git.customd.com/composer/laravel-api-controller/commit/22743b227ba8c49bbd70225391dac943594aa43f))