Releases: devoxa/prisma-relay-cursor-connection
Releases · devoxa/prisma-relay-cursor-connection
v2.0.3
Chores
- Add
@prisma/client@^3.0.0
to the peer dependencies
v2.0.2
Bugfixes
- Fix the
Connection
type not having a defaultEdge
generic (Thanks to @nicksrandall)
v2.0.1
Bugfixes
- Fix the types for custom nodes (Thanks to @ahmetuysal)
v2.0.0
Features
- BREAKING Add the ability to define custom nodes (Thanks to @ahmetuysal)
- The option
nodeToEdge
is now calledrecordToEdge
- The interface
Options<Record, Cursor, CustomEdge extends Edge<Record>>
is now
Options<Record, Cursor, Node, CustomEdge extends Edge<Node>>
- The option
v1.2.0
Features
- Add the ability to define custom edges (Thanks to @ahmetuysal)
v1.1.1
Chores
- Update internal dependencies & CI pipeline
v1.1.0
v1.0.1
Bugfixes
- Fix not being able to use the module without passing
args
v1.0.0
Initial release