Releases: savannabits/primevue-datatables
Releases · savannabits/primevue-datatables
v1.5.0
What's Changed
- Laravel 10 Support by @Julian367 in #20
- Update Filter.php to allow case insensitive filtering on JSON columns by @zamblas in #17
New Contributors
- @Julian367 made their first contribution in #20
- @zamblas made their first contribution in #17
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Support for pgsql ilike by @lchris44 in #10
- Fixed support for HasOne relationships when sorting by @kevinwheeler in #12
New Contributors
- @kevinwheeler made their first contribution in #12
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Update README.md by @coolsam726 in #7
- Update README.md by @coolsam726 in #8
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
- Support for nested relationships up to a depth of 4 e.g lpo.order.supplier.name
v1.0.1
Removed params from the class's constructor to allow Provider Instantiation of the class.
v1.0.0
First Stable Release
- Added documentation
v0.1.0
First Release:
- Supports Global Filtering
- Supports Per-Column Filtering
- Supports Column Sorting
- Uses Laravel's Paginator out of the box.