Releases: langleyfoxall/react-dynamic-data-table-laravel-api
Releases · langleyfoxall/react-dynamic-data-table-laravel-api
v5.4.0
v5.3.0
Full Changelog: v5.2.0...v5.3.0
v5.2.0
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- Add option to directly run against query builders for where there is no appropriate model. by @jameswilddev in #15
Full Changelog: v5.0.0...v5.1.0
v5.0.0
v4.0.0
Changes how queries are built to apply ordering after query manipulation. This allows for correct ordering of queries that utilise union.
v3.0.1
Dependency update.
v3.0.0
Support PHP 8.0. Drop support for older PHP versions.
v2.4.0
- Add support for Laravel 8.
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