Releases: aarondfrancis/fast-paginate
Releases · aarondfrancis/fast-paginate
v0.1.6
Fixed
- When a
groupBy
is detected, fall back to the default paginator.
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Support string keys correctly by @aarondfrancis in #18
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Support ordering by withCount by @aarondfrancis in #16
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Skip fast pagination, defer to regular when queries contain
having
- Remove undefined variable from CI by @szepeviktor in #9
- Remove condition from CI by @szepeviktor in #10
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Add missing imports by @szepeviktor in #6
New Contributors
- @szepeviktor made their first contribution in #6
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First!