Releases: equalogic/nestjs-graphql-connection
Releases · equalogic/nestjs-graphql-connection
v1.0.3
v1.0.2
What's Changed
- Support
@nestjs/common
and@nestjs/core
versions^9.0.0
(peer dependencies)
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- Replace
Paginator
withConnectionBuilder
+ more API changes by @sgarner in #400 - Arbitrary cursor-based pagination (as opposed to offset-based pagination) is now fully supported.
⚠️ Breaking Changes
This major v1.0.0 release contains some breaking changes compared with the last pre-release.
OffsetCursorPaginator
class is removed. Please useOffsetPaginatedConnectionBuilder
instead (refer to updated usage instructions in README).Cursor.create()
method is removed. UseCursor.fromString()
instead.ConnectionInterface
now requires anEdge
type as its first type argument instead of aNode
type.
Full Changelog: v0.4.2...v1.0.0
v0.4.2
v0.4.1
v0.4.0
- Add null type to ConnectionArgs fields ff1ef06
- Remove undefined type from PageInfo cursor fields 2354bd7
- Update dependency graphql-relay to ^0.8.0 9c0b502
- Merge pull request #368 from madscience/lint dd73d22
- Update cleanup workflow 98e2f7c
- Use lint action with auto-fixes in CI bcc1ffa
- Reformat 0e0f3f8
- Install prettier, remove eslint-plugin-prettier b6498f1
- Disable tsconfig option skipLibCheck e773275
- Update dependency @nestjs/graphql to v9 44d3888
- fix: un-pin version range for class-validator dependency 76bfcc8
- Update dependency eslint-plugin-prettier to v4 (#367) f669f8d
- Update eslint to v4.30.0 (#366) bd6273c
- Update dependency jest to v27.1.0 (#365) ae423e6
- Update dependency typescript to v4.4.2 (#364) 71ae992
- Update dependency @types/node to v14.17.12 (#362) e963d36
- Update dependency husky to v7.0.2 (#361) 9696e16
- Update eslint (#360) b1d53ff
v0.3.0
Support for fixed-page numbering with page arg
- Ignore .eslintcache file dfb8760
- Don’t try to git-add modified barrels (fails) 96c4ec3
- Merge pull request #73 from madscience/fixed-offset 5c017ec
- Add test for fixed offset pagination dd1c91b
- Support for fixed-page numbering with page arg 6382e57
- Add page parameter to ConnectionArgs 19d07db
- Enable customising default/max edges per page c82bdb4
- Fix prettier config e84152f