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 - v4.6.1

Published by ppetzold almost 2 years ago

4.6.1 (2023-01-03)

Bug Fixes

nestjs-paginate - v4.6.0

Published by ppetzold almost 2 years ago

4.6.0 (2022-12-13)

Features

nestjs-paginate - v4.5.1

Published by ppetzold almost 2 years ago

4.5.1 (2022-11-16)

Bug Fixes

  • error without filterableColumns. Added logger (#381) (bb38270)
  • issues that comes out when using TypeScript >= 4.8 (#386) (9743dc1)
nestjs-paginate - v4.5.0

Published by ppetzold almost 2 years ago

4.5.0 (2022-11-03)

Features

nestjs-paginate - v4.4.0

Published by ppetzold almost 2 years ago

4.4.0 (2022-10-28)

Features

nestjs-paginate - v4.3.0

Published by ppetzold about 2 years ago

4.3.0 (2022-09-30)

Features

nestjs-paginate - v4.2.2

Published by ppetzold about 2 years ago

4.2.2 (2022-08-22)

Bug Fixes

  • only add NULL_SORT when the nullSort field is provided, and add more tests (#297) (dd48068)
nestjs-paginate - v4.2.1

Published by ppetzold about 2 years ago

4.2.1 (2022-08-20)

Bug Fixes

nestjs-paginate - v4.2.0

Published by ppetzold about 2 years ago

4.2.0 (2022-08-20)

Features

  • add ability to specify whether null values should be put at the beginning or the end of the result set when sorting (#296) (081177a)
nestjs-paginate - v4.1.0

Published by ppetzold about 2 years ago

4.1.0 (2022-07-27)

Features

nestjs-paginate - v4.0.0

Published by ppetzold over 2 years ago

4.0.0 (2022-07-08)

chore

  • deps: update dependency @nestjs/common to v9 (#262) (cfe4f55)

BREAKING CHANGES

  • deps: bumps @nestjs/common to v9
nestjs-paginate - v3.0.1

Published by ppetzold over 2 years ago

3.0.1 (2022-06-20)

Bug Fixes

  • build package with node 16 (d3cd63f)
nestjs-paginate - v3.0.0

Published by ppetzold over 2 years ago

3.0.0 (2022-06-20)

chore

BREAKING CHANGES

  • bumps typeorm to 0.3.6
nestjs-paginate - v2.6.0

Published by ppetzold over 2 years ago

2.6.0 (2022-05-15)

Features

  • adding new feature to search for deleted items with soft delete (#219) (3825aa9)
nestjs-paginate - v2.5.4

Published by ppetzold over 2 years ago

2.5.4 (2022-03-14)

Bug Fixes

nestjs-paginate - v2.5.3

Published by ppetzold over 2 years ago

2.5.3 (2022-03-14)

Bug Fixes

nestjs-paginate - v2.5.2

Published by ppetzold over 2 years ago

2.5.2 (2022-03-14)

Bug Fixes

nestjs-paginate - v2.5.1

Published by ppetzold over 2 years ago

2.5.1 (2022-03-14)

Bug Fixes

  • between and in operator for relations (8bf5e41)
nestjs-paginate - v2.5.0

Published by ppetzold over 2 years ago

2.5.0 (2022-03-14)

Features

  • repository relations and nested search and filters and nested sort (#186) (6e733f4)
nestjs-paginate - v2.4.4

Published by ppetzold over 2 years ago

2.4.4 (2022-02-10)

Bug Fixes

  • return only current link for zero results (#157) (c8c2f22)
Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
npm downloads codecov code style: prettier semantic-release
Related Projects