Releases: zoontek/prisma-cursor-pagination
Releases · zoontek/prisma-cursor-pagination
0.2.2
- Update project dependencies
0.2.1
- Replace
prepare
npm script by prepack
to avoid running it at install
- Replace
jest
by vitest
as testing framework
0.2.0
parsePaginationArgs
now throws a MissingPaginationBoundariesError
if first
and last
arguments are missing.