Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:07
· 5 commits to main since this release
4f74033

3.0.0 (2026-05-22)

  • feat!: replace ApiPaginatedResponse with pageOf function for typing paginated responses (#9) (4f74033)

BREAKING CHANGES

  • the @ApiPaginatedResponse decorators 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 main branch
  • npm run lint passes with this change
  • npm run test passes 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