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 visible (Hide)

nestjs-paginate - v8.1.6

Published by ppetzold over 1 year ago

8.1.6 (2023-07-16)

Bug Fixes

  • add _rel suffix to relationship columns to avoid duplicate columns (#649) (d328e34)
nestjs-paginate - v8.1.5

Published by ppetzold over 1 year ago

8.1.5 (2023-07-16)

Bug Fixes

  • update dependency eslint-plugin-prettier to v5 (#668) (34dff5e)
nestjs-paginate - v8.1.4

Published by ppetzold over 1 year ago

8.1.4 (2023-05-23)

Bug Fixes

  • on nested relations discovery use alias of parent relation first (#630) (245127a)
nestjs-paginate - v8.1.3

Published by ppetzold over 1 year ago

8.1.3 (2023-04-13)

Bug Fixes

  • types/Column: infer lazy-loaded relations (#584) (1b2106e)
nestjs-paginate - v8.1.2

Published by ppetzold over 1 year ago

8.1.2 (2023-04-02)

Bug Fixes

nestjs-paginate - v8.1.1

Published by ppetzold over 1 year ago

8.1.1 (2023-03-30)

Bug Fixes

  • downgrade typeorm dependency to 0.3.11 (1e7e675)
nestjs-paginate - v8.1.0

Published by ppetzold over 1 year ago

8.1.0 (2023-03-24)

Features

nestjs-paginate - v8.0.0

Published by ppetzold over 1 year ago

8.0.0 (2023-03-21)

Bug Fixes

BREAKING CHANGES

  • We handle query select the same way as all other parameters meters. You can only select columns in the query which have been selected in the config.
nestjs-paginate - v7.1.3

Published by ppetzold over 1 year ago

7.1.3 (2023-03-21)

Bug Fixes

nestjs-paginate - v7.1.2

Published by ppetzold over 1 year ago

7.1.2 (2023-03-21)

Bug Fixes

  • date column filter with iso dates (098216b)
nestjs-paginate - v7.1.1

Published by ppetzold over 1 year ago

7.1.1 (2023-03-20)

Bug Fixes

nestjs-paginate - v7.1.0

Published by ppetzold over 1 year ago

7.1.0 (2023-03-18)

Features

  • extend filter with enable all ops config (3fa48d4)
nestjs-paginate - v7.0.1

Published by ppetzold over 1 year ago

7.0.1 (2023-03-17)

Bug Fixes

  • null sort related README (0c45c6d)
nestjs-paginate - v7.0.0

Published by ppetzold over 1 year ago

7.0.0 (2023-03-17)

Bug Fixes

  • restore postgres default null sort behavior (9421b10)

BREAKING CHANGES

  • don't mess with default behavior of db driver
nestjs-paginate - v6.1.0

Published by ppetzold over 1 year ago

6.1.0 (2023-03-17)

Features

  • complete postgres coverage (73e6195)
nestjs-paginate - v6.0.2

Published by ppetzold over 1 year ago

6.0.2 (2023-03-17)

Bug Fixes

  • camelcase named virtual columns on postgres (95439bc)
nestjs-paginate - v6.0.1

Published by ppetzold over 1 year ago

6.0.1 (2023-03-17)

Bug Fixes

  • align postgres default null sort with docs and improve postgres coverage (a6648e8)
nestjs-paginate - v6.0.0

Published by ppetzold over 1 year ago

6.0.0 (2023-03-17)

BREAKING CHANGES

  • We remove paginationType from config and always use limit/offset. Most current issues seem to be related take/skip. The alleged side effects of limit/offset on many-to-many relations seem to not exist anymore as coverage shows.
nestjs-paginate - v5.1.1

Published by ppetzold over 1 year ago

5.1.1 (2023-03-16)

Bug Fixes

  • search on camelcase fields for postgres (#544) (a6384eb)
nestjs-paginate - v5.1.0

Published by ppetzold over 1 year ago

5.1.0 (2023-03-15)

Features

Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
npm downloads codecov code style: prettier semantic-release
Related Projects