ppetzold / nestjs-paginate

Pagination and filtering helper method for TypeORM repositories or query builders using Nest.js framework :book::paperclip:
MIT License
430 stars 94 forks source link

Slim count [Breaking Change] #949

Closed xMase closed 2 months ago

xMase commented 2 months ago

https://github.com/ppetzold/nestjs-paginate/issues/393

Limit = 0 (a single count query is generated) Limit = -1 (act like old 0 unlimited result)

ppetzold commented 2 months ago

:tada: This PR is included in version 9.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: