nestjs-typeorm-paginate
nestjs-typeorm-paginate copied to clipboard
:page_with_curl: Pagination response object function + types for typeorm + nestjs
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.6 to 0.3.7. Release notes Sourced from typeorm's releases. 0.3.7 Bug Fixes add missing enumName support for EntitySchema (#9024) (676fd1b) add missing connect call on RedisQueryResultCache connect...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty...
Hi, ### Requirements - "nestjs-typeorm-paginate": "^4.0.1" - "typeorm": "^0.3.6" ### Wanted I want to filter my response data by a search param, like the example of the doc about cat...
How can I use https://github.com/typestack/class-transformer to have group serialization? In my controller, I want to excludeAll and perform serialization only on the properties I want to serialize. If I do...
Hi, I'd like to know if there's any changelog in this repo, I'm interested in upgrading my dependencies and I rely on changelogs to know which breaking changes are addressed...
Since the `links` has the following type: ``` readonly items: PaginationObject[]; readonly meta: T; readonly links?: IPaginationLinks; ``` And in some use case you can get the following response: `const...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 27.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I'm trying to `npm run tsc -- --project tsconfig.json` but I'm facing this error: `node_modules/nestjs-typeorm-paginate/dist/paginate.d.ts:1:74 - error TS2305: Module '"typeorm"' has no exported member 'FindOptionsWhere'.` - node version: v16.14.0 -...