Releases: langleyfoxall/react-dynamic-data-table-laravel-api
Releases · langleyfoxall/react-dynamic-data-table-laravel-api
v5.5.0
Full Changelog: v5.4.0...v5.5.0
v5.4.0
Adding support for helpers-laravel v3.0
Full Changelog: v5.3.0...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.