Releases: aarondfrancis/fast-paginate
Releases · aarondfrancis/fast-paginate
v1.1.1
What's Changed
- Fixing Query expressions as orderBy clauses by @sschuster in #65
New Contributors
- @sschuster made their first contribution in #65
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #58
- Prevent query when the keys are empty by @hungthai1401 in #54
- Custom Selects with an additional order by or query constraint ar not working by @hebinet in #57
New Contributors
- @hungthai1401 made their first contribution in #54
- @hebinet made their first contribution in #57
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
There shouldn't be any breaking changes, but figured I might as well tag a 1.0!
What's Changed
- Filter out raw orders by @rodrigopedra in #35
- be available custom collection. by @santutu in #38
- Add support for
-1
trick e0dc083
New Contributors
- @rodrigopedra made their first contribution in #35
- @santutu made their first contribution in #38
Full Changelog: v0.1.12...v1.0.0
v0.1.12
Add support for Laravel 10, add GHA tests for PHP 8.2
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #48
New Contributors
- @laravel-shift made their first contribution in #48
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Add description to fix
composer show --tree
by @bradleybernard in #43
New Contributors
- @bradleybernard made their first contribution in #43
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Fix selects that include bindings by @aarondfrancis in #37
Full Changelog: v0.1.9...v0.1.10