This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
kysely-paginate@0.2.0
Minor Changes
c5b4c54: Implement hasNextPage and hasPrevPage for cursor pagination.
6991b7f: Add optional parseCursor to cursor pagination
a1dec56: Add cursorPerRow option to cursor pagination.
09390dc: Add support for before cursors.
9ddef4a: Update fields types to handle joins and other expressions.
2592503: Allow passing zod schemas directly to parseCursor.
d1832dc: Make parseCursor required for cursor pagination.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
kysely-paginate@0.2.0
Minor Changes
hasNextPage
andhasPrevPage
for cursor pagination.parseCursor
to cursor paginationcursorPerRow
option to cursor pagination.before
cursors.parseCursor
.parseCursor
required for cursor pagination.Patch Changes