Releases: langleyfoxall/react-dynamic-data-table-laravel-api
Releases · langleyfoxall/react-dynamic-data-table-laravel-api
v2.3.0
- Ensure order by direction is either 'asc' or 'desc', mitigating SQL injection if the variable is used within raw queries in an
overriderOrderByLogic
callable - Add Laravel 7 support
v2.2.0
- Add the ability to add custom meta to responses with the
setResponseMeta
method.
v2.1.0
- Add Laravel 6.0 support.
v2.0.0
- Disallows ordering by custom attributes by default, requires React Dynamic Data Table v7.0.0 or above.
- Allow overriding of order by logic.
v1.1.0
- Add
collectionManipulator
method.
v1.0.0
- Initial release.