Releases: ppetzold/nestjs-paginate
Releases · ppetzold/nestjs-paginate
v9.3.1
9.3.1 (2024-11-08)
Bug Fixes
- avoid number casting on number values that contain non-digit characters (#1024) (db51a6a)
v9.3.0
9.3.0 (2024-10-24)
Features
v9.2.0
9.2.0 (2024-10-23)
Features
v9.1.2
9.1.2 (2024-09-20)
Bug Fixes
- array contains fail when postgres because add cardinality (#986) (5b9fdd3)
v9.1.1
9.1.1 (2024-09-09)
Bug Fixes
v9.1.0
9.1.0 (2024-09-06)
Features
- add support for 'rpc' and 'ws' context type (#894) (813e893)
v9.0.3
9.0.3 (2024-09-05)
Bug Fixes
- augmented instanceof checks with fallback checks (#968) (aae47e6)
v9.0.2
9.0.2 (2024-08-26)
Bug Fixes
- query limit should be used even if maxLimit = NO_PAGINATION (#959) (deae15f)
v9.0.1
9.0.1 (2024-08-17)
Bug Fixes
- solved issue with numeric values for virtual columns (#952) (25739bd)
v9.0.0
9.0.0 (2024-07-11)
BREAKING CHANGES
- Limit = 0 (a single count query is generated)
Limit = -1 (act like old 0 unlimited result)