Releases: ppetzold/nestjs-paginate
Releases · ppetzold/nestjs-paginate
v6.0.1
6.0.1 (2023-03-17)
Bug Fixes
- align postgres default null sort with docs and improve postgres coverage (a6648e8)
v6.0.0
6.0.0 (2023-03-17)
BREAKING CHANGES
- We remove
paginationType
from config and always use limit/offset. Most current issues seem to be related take/skip. The alleged side effects of limit/offset on many-to-many relations seem to not exist anymore as coverage shows.
v5.1.1
5.1.1 (2023-03-16)
Bug Fixes
- search on camelcase fields for postgres (#544) (a6384eb)
v5.1.0
5.1.0 (2023-03-15)
Features
v5.0.4
5.0.4 (2023-03-14)
Bug Fixes
v5.0.3
5.0.3 (2023-03-14)
Bug Fixes
v5.0.2
5.0.2 (2023-03-14)
Bug Fixes
v5.0.1
5.0.1 (2023-03-14)
Bug Fixes
v5.0.0
5.0.0 (2023-03-14)
Features
BREAKING CHANGES
- Embedded fields have to wrapped in brackets e.g.
toys.(size.height)
.