Releases: xantiagoma/drizzle-cursor
Releases · xantiagoma/drizzle-cursor
v0.5.1
v0.5.0
Minor Changes
- Update drizzle peer version and add pg test
v0.4.1
Patch Changes
- Update peerDependency to allow drizzle v0.30.x
v0.4.0
Minor Changes
- Add
options
togenerateCursor
sodecoder
,encoder
,parser
,serializer
,parse
andserialize
can be customized enabling custom cursor tokens.
v0.3.2
Patch Changes
- add Licence to README
v0.3.1
Patch Changes
- Add documentation on README
v0.3.0
Minor Changes
- change parse/serialize to encode/decode Base UTF-8 with
Buffer
instead of built-in atob/btoa
v0.2.1
Patch Changes
- Add docs and date tests
v0.1.0
Minor Changes
-
-
Add
parse()
/serialize()
function andconfig.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 ofgenerateCursor()
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
Patch Changes
- set "ASC" as default for Cursor.order