Skip to content

v2.0.0

Choose a tag to compare

@queicherius queicherius released this 10 Sep 15:40
· 1819 commits to master since this release
e787045

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>>