Skip to content

Releases: devoxa/prisma-relay-cursor-connection

v2.0.3

10 Sep 15:40
a675e54
Compare
Choose a tag to compare

Chores

  • Add @prisma/client@^3.0.0 to the peer dependencies

v2.0.2

10 Sep 15:40
62ed6f7
Compare
Choose a tag to compare

Bugfixes

  • Fix the Connection type not having a default Edge generic (Thanks to @nicksrandall)

v2.0.1

10 Sep 15:40
b43df9e
Compare
Choose a tag to compare

Bugfixes

  • Fix the types for custom nodes (Thanks to @ahmetuysal)

v2.0.0

10 Sep 15:40
e787045
Compare
Choose a tag to compare

Features

  • BREAKING Add the ability to define custom nodes (Thanks to @ahmetuysal)
    • The option nodeToEdge is now called recordToEdge
    • The interface Options<Record, Cursor, CustomEdge extends Edge<Record>> is now
      Options<Record, Cursor, Node, CustomEdge extends Edge<Node>>

v1.2.0

10 Sep 15:40
bc62c69
Compare
Choose a tag to compare

Features

  • Add the ability to define custom edges (Thanks to @ahmetuysal)

v1.1.1

10 Sep 15:42
0faed0d
Compare
Choose a tag to compare

Chores

  • Update internal dependencies & CI pipeline

v1.1.0

10 Sep 15:39
b199235
Compare
Choose a tag to compare

Features

  • Add the ability to work with custom cursors & handle encoding/decoding cursors (Thanks to
    @jeongsd)

v1.0.1

10 Sep 15:39
6c6c7c8
Compare
Choose a tag to compare

Bugfixes

  • Fix not being able to use the module without passing args

v1.0.0

10 Sep 15:38
24986e5
Compare
Choose a tag to compare

Initial release