Skip to content

Releases: ppetzold/nestjs-paginate

v9.3.1

08 Nov 15:08
db51a6a
Compare
Choose a tag to compare

9.3.1 (2024-11-08)

Bug Fixes

  • avoid number casting on number values that contain non-digit characters (#1024) (db51a6a)

v9.3.0

24 Oct 10:09
858be33
Compare
Choose a tag to compare

9.3.0 (2024-10-24)

Features

v9.2.0

23 Oct 09:46
6869a78
Compare
Choose a tag to compare

9.2.0 (2024-10-23)

Features

  • enhanced multi-word search functionality (#1001) (6869a78)

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)