Releases: ppetzold/nestjs-paginate
Releases · ppetzold/nestjs-paginate
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)
v8.6.3
8.6.3 (2024-07-04)
Bug Fixes
v8.6.2
8.6.2 (2024-02-27)
Bug Fixes
v8.6.1
8.6.1 (2024-02-16)
Bug Fixes
- updated searchBy definition to array instead of string (#870) (9d4049b)
v8.6.0
8.6.0 (2023-12-04)
Features
- added operators for postgres array column type (#826) (ee86e8b)
v8.5.0
8.5.0 (2023-11-07)
Features
v8.4.0
8.4.0 (2023-10-25)
Features
- Add config options to ignore
select
and searchBy
query parameters (#790) (3945809)
v8.3.3
8.3.3 (2023-10-07)
Bug Fixes
v8.3.2
8.3.2 (2023-10-04)
Bug Fixes
- fixed filtering by entity field that is neither in relations and not loaded eagerly (#770) (5f64f1c)
v8.3.1
8.3.1 (2023-09-25)
Bug Fixes
- implemented a proper mechanism for using where condition in paginate options (#759) (a992f34)