nestjs-paginate

Pagination and filtering helper method for TypeORM repositories or query builders using Nest.js framework

MIT License

Downloads
80.2K
Stars
430
Committers
25

Bot releases are hidden (Show)

nestjs-paginate - v5.0.4

Published by ppetzold over 1 year ago

5.0.4 (2023-03-14)

Bug Fixes

nestjs-paginate - v5.0.3

Published by ppetzold over 1 year ago

5.0.3 (2023-03-14)

Bug Fixes

nestjs-paginate - v5.0.2

Published by ppetzold over 1 year ago

5.0.2 (2023-03-14)

Bug Fixes

nestjs-paginate - v5.0.1

Published by ppetzold over 1 year ago

5.0.1 (2023-03-14)

Bug Fixes

nestjs-paginate - v5.0.0

Published by ppetzold over 1 year ago

5.0.0 (2023-03-14)

Features

BREAKING CHANGES

  • Embedded fields have to wrapped in brackets e.g. toys.(size.height).
nestjs-paginate - v4.14.0

Published by ppetzold over 1 year ago

4.14.0 (2023-03-14)

Features

nestjs-paginate - v4.13.0

Published by ppetzold over 1 year ago

4.13.0 (2023-03-06)

Features

  • allow user to choose between limit/offset and take/skip. (#508) (735b790)
nestjs-paginate - v4.12.1

Published by ppetzold over 1 year ago

4.12.1 (2023-03-01)

Bug Fixes

  • add check on primary key columns to avoid select exception (#507) (c2c6eaf)
nestjs-paginate - v4.12.0

Published by ppetzold over 1 year ago

4.12.0 (2023-03-01)

Features

  • implement auto EagerLoads in library (#506) (6193ea2)
nestjs-paginate - v4.11.0

Published by ppetzold over 1 year ago

4.11.0 (2023-02-23)

Features

nestjs-paginate - v4.10.0

Published by ppetzold over 1 year ago

4.10.0 (2023-02-15)

Features

nestjs-paginate - v4.9.3

Published by ppetzold over 1 year ago

4.9.3 (2023-02-15)

Bug Fixes

  • export FilterOperator and FilterComparator from main lib entry (9ffd74e)
nestjs-paginate - v4.9.2

Published by ppetzold over 1 year ago

4.9.2 (2023-02-15)

Bug Fixes

nestjs-paginate - v4.9.1

Published by ppetzold over 1 year ago

4.9.1 (2023-02-09)

Bug Fixes

  • multi filter examples in README (5dfcd02)
nestjs-paginate - v4.9.0

Published by ppetzold over 1 year ago

4.9.0 (2023-02-09)

Features

  • multi filter with $and/$or comperator (#457) (70c24b0)
nestjs-paginate - v4.8.0

Published by ppetzold over 1 year ago

4.8.0 (2023-01-31)

Features

nestjs-paginate - v4.7.0

Published by ppetzold over 1 year ago

4.7.0 (2023-01-30)

Features

nestjs-paginate - v4.6.4

Published by ppetzold over 1 year ago

4.6.4 (2023-01-30)

Bug Fixes

  • bind ilike/like parameters to prevent sql injection (#465) (ff00785)
nestjs-paginate - v4.6.3

Published by ppetzold almost 2 years ago

4.6.3 (2023-01-14)

Bug Fixes

  • fixed a problem for uppercase fields on search by (#446) (f85bd02)
nestjs-paginate - v4.6.2

Published by ppetzold almost 2 years ago

4.6.2 (2023-01-13)

Bug Fixes

  • update searchBy query to allow searchBy on other column types than text (ab1c758)
Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
npm downloads codecov code style: prettier semantic-release
Related Projects