nestjs-paginate 2.5.3 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@ Pagination and filtering helper method for TypeORM repositories or query builder
|
|
|
14
14
|
- Sort by multiple columns
|
|
15
15
|
- Search across columns
|
|
16
16
|
- Filter using operators (`$eq`, `$not`, `$null`, `$in`, `$gt`, `$gte`, `$lt`, `$lte`, `$btw`)
|
|
17
|
+
- Include relations
|
|
17
18
|
|
|
18
19
|
## Installation
|
|
19
20
|
|