Skip to content

Releases: ppetzold/nestjs-paginate

v9.1.2

20 Sep 08:53
5b9fdd3
Compare
Choose a tag to compare

9.1.2 (2024-09-20)

Bug Fixes

  • array contains fail when postgres because add cardinality (#986) (5b9fdd3)

v9.1.1

09 Sep 09:41
1883c2d
Compare
Choose a tag to compare

9.1.1 (2024-09-09)

Bug Fixes

v9.1.0

06 Sep 08:38
813e893
Compare
Choose a tag to compare

9.1.0 (2024-09-06)

Features

  • add support for 'rpc' and 'ws' context type (#894) (813e893)

v9.0.3

05 Sep 06:15
aae47e6
Compare
Choose a tag to compare

9.0.3 (2024-09-05)

Bug Fixes

  • augmented instanceof checks with fallback checks (#968) (aae47e6)

v9.0.2

26 Aug 18:41
deae15f
Compare
Choose a tag to compare

9.0.2 (2024-08-26)

Bug Fixes

  • query limit should be used even if maxLimit = NO_PAGINATION (#959) (deae15f)

v9.0.1

17 Aug 07:04
25739bd
Compare
Choose a tag to compare

9.0.1 (2024-08-17)

Bug Fixes

  • solved issue with numeric values for virtual columns (#952) (25739bd)

v9.0.0

11 Jul 17:15
f236c80
Compare
Choose a tag to compare

9.0.0 (2024-07-11)

BREAKING CHANGES

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

v8.6.3

04 Jul 11:13
5a787dd
Compare
Choose a tag to compare

8.6.3 (2024-07-04)

Bug Fixes

v8.6.2

27 Feb 08:28
6f47f0c
Compare
Choose a tag to compare

8.6.2 (2024-02-27)

Bug Fixes

v8.6.1

16 Feb 08:53
19cb67b
Compare
Choose a tag to compare

8.6.1 (2024-02-16)

Bug Fixes

  • updated searchBy definition to array instead of string (#870) (9d4049b)