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 - v9.1.2 Latest Release

Published by ppetzold 29 days ago

9.1.2 (2024-09-20)

Bug Fixes

  • array contains fail when postgres because add cardinality (#986) (5b9fdd3)
nestjs-paginate - v9.1.1

Published by ppetzold about 1 month ago

9.1.1 (2024-09-09)

Bug Fixes

nestjs-paginate - v9.1.0

Published by ppetzold about 1 month ago

9.1.0 (2024-09-06)

Features

  • add support for 'rpc' and 'ws' context type (#894) (813e893)
nestjs-paginate - v9.0.3

Published by ppetzold about 1 month ago

9.0.3 (2024-09-05)

Bug Fixes

  • augmented instanceof checks with fallback checks (#968) (aae47e6)
nestjs-paginate - v9.0.2

Published by ppetzold about 2 months ago

9.0.2 (2024-08-26)

Bug Fixes

  • query limit should be used even if maxLimit = NO_PAGINATION (#959) (deae15f)
nestjs-paginate - v9.0.1

Published by ppetzold 2 months ago

9.0.1 (2024-08-17)

Bug Fixes

  • solved issue with numeric values for virtual columns (#952) (25739bd)
nestjs-paginate - v9.0.0

Published by ppetzold 3 months ago

9.0.0 (2024-07-11)

BREAKING CHANGES

  • Limit = 0 (a single count query is generated)
    Limit = -1 (act like old 0 unlimited result)
nestjs-paginate - v8.6.3

Published by ppetzold 4 months ago

8.6.3 (2024-07-04)

Bug Fixes

nestjs-paginate - v8.6.2

Published by ppetzold 8 months ago

8.6.2 (2024-02-27)

Bug Fixes

nestjs-paginate - v8.6.1

Published by ppetzold 8 months ago

8.6.1 (2024-02-16)

Bug Fixes

  • updated searchBy definition to array instead of string (#870) (9d4049b)
nestjs-paginate - v8.6.0

Published by ppetzold 11 months ago

8.6.0 (2023-12-04)

Features

  • added operators for postgres array column type (#826) (ee86e8b)
nestjs-paginate - v8.5.0

Published by ppetzold 12 months ago

8.5.0 (2023-11-07)

Features

nestjs-paginate - v8.4.0

Published by ppetzold 12 months ago

8.4.0 (2023-10-25)

Features

  • Add config options to ignore select and searchBy query parameters (#790) (3945809)
nestjs-paginate - v8.3.3

Published by ppetzold about 1 year ago

8.3.3 (2023-10-07)

Bug Fixes

nestjs-paginate - v8.3.2

Published by ppetzold about 1 year ago

8.3.2 (2023-10-04)

Bug Fixes

  • fixed filtering by entity field that is neither in relations and not loaded eagerly (#770) (5f64f1c)
nestjs-paginate - v8.3.1

Published by ppetzold about 1 year ago

8.3.1 (2023-09-25)

Bug Fixes

  • implemented a proper mechanism for using where condition in paginate options (#759) (a992f34)
nestjs-paginate - v8.3.0

Published by ppetzold about 1 year ago

8.3.0 (2023-09-09)

Features

  • support dot notation syntax for nested relations (#739) (6f6b4da)
nestjs-paginate - v8.2.1

Published by ppetzold about 1 year ago

8.2.1 (2023-08-25)

Bug Fixes

  • added setting a default type for PaginatedDocumented entity, thi… (#720) (0eccbc1)
nestjs-paginate - v8.2.0

Published by ppetzold about 1 year ago

8.2.0 (2023-08-24)

Features

nestjs-paginate - v8.1.7

Published by ppetzold over 1 year ago

8.1.7 (2023-07-17)

Bug Fixes

  • detect Express/Fastify requests correctly as of Fastify v4.19.0 (#672) (8be8475)
Package Rankings
Top 1.93% on Npmjs.org
Badges
Extracted from project README
npm downloads codecov code style: prettier semantic-release
Related Projects