v3.0.0
3.0.0 (2026-05-22)
- feat!: replace ApiPaginatedResponse with pageOf function for typing paginated responses (#9) (4f74033)
BREAKING CHANGES
- the
@ApiPaginatedResponsedecorators has been
removed.
This is intended as a replacement for ApiPaginatedResponse which is
simpler and syncs automatically with changes to Paginated
Pull-Request Checklist
- Code is up-to-date with the
mainbranch -
npm run lintpasses with this change -
npm run testpasses with this change - This pull request links relevant issues as
Fixes #0000 - There are new or updated unit tests validating the change
- Documentation has been updated to reflect this change
- The new commits follow conventions outlined in the conventional
commit spec