Releases: equalogic/nestjs-graphql-connection
Releases · equalogic/nestjs-graphql-connection
v1.1.1
v1.1.0
New features
- 💖 Allow passing
edges
directly toConnectionBuilder.build()
by @sgarner in #531 - 🛠️ Edge types with nodes of any graphql type (including unions) can now be created with
createEdgeType()
by @sgarner in #536
Dependencies
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Support NestJS v10
- Support @nestjs/graphql v12
There are no code changes in this release. This is only an update to the supported version ranges for our peerDependencies
.
Full Changelog: v1.0.2...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