Skip to content

Releases: xantiagoma/drizzle-cursor

v0.5.1

27 Oct 23:22
8bfdb16
Compare
Choose a tag to compare

Patch Changes

  • fix null on date column (try 1)

v0.5.0

24 Aug 22:22
bea7bda
Compare
Choose a tag to compare

Minor Changes

  • Update drizzle peer version and add pg test

v0.4.1

01 Jun 02:15
142fe50
Compare
Choose a tag to compare

Patch Changes

  • Update peerDependency to allow drizzle v0.30.x

v0.4.0

20 Feb 04:42
8a98ccc
Compare
Choose a tag to compare

Minor Changes

  • Add options to generateCursor so decoder, encoder, parser, serializer, parse and serialize can be customized enabling custom cursor tokens.

v0.3.2

15 Feb 22:54
caee8fb
Compare
Choose a tag to compare

Patch Changes

  • add Licence to README

v0.3.1

15 Feb 22:31
c6fb7f9
Compare
Choose a tag to compare

Patch Changes

  • Add documentation on README

v0.3.0

15 Feb 21:43
d068f59
Compare
Choose a tag to compare

Minor Changes

  • change parse/serialize to encode/decode Base UTF-8 with Buffer instead of built-in atob/btoa

v0.2.1

15 Feb 04:02
9841b42
Compare
Choose a tag to compare

Patch Changes

  • Add docs and date tests

v0.1.0

09 Sep 07:47
2b85457
Compare
Choose a tag to compare

Minor Changes

    • Add parse()/serialize() function and config.parse()/config.serialize() methods to handle base64 tokens

    • Refactor config.where so intead of being an object is a clousure function which enables to use the same instance of generateCursor() accross multiple calls calling .where() without and with arguments.

    • Remove second argument from generateCursor() which is now used as the argument of .where()

v0.0.3

09 Sep 01:12
689ba6b
Compare
Choose a tag to compare

Patch Changes

  • set "ASC" as default for Cursor.order