Skip to content

Releases: psteinroe/supabase-cache-helpers

@supabase-cache-helpers/[email protected]

23 May 08:24
44c4a8f
Compare
Choose a tag to compare

Patch Changes

  • 0f7a0be: fix: first check if it exists before fetching into
  • aea1bca: fix: useUpload to support file metadata

@supabase-cache-helpers/[email protected]

23 May 15:29
e88d577
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

23 May 15:29
e88d577
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

23 May 15:29
e88d577
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

23 May 15:29
e88d577
Compare
Choose a tag to compare

Patch Changes

  • 7f662ed: fix: handle null values with dedupe relations

@supabase-cache-helpers/[email protected]

19 May 13:38
0df292b
Compare
Choose a tag to compare

Minor Changes

  • f1265cb: feat: adds "capacity" to MemoryStore for it to act as a LRU cache

@supabase-cache-helpers/[email protected]

15 May 06:06
418002b
Compare
Choose a tag to compare

Major Changes

  • 4063e68: feat: add support for pagination via rpc

    Breaking Changes
    All infinite queries now require the first argument to be a factory function:

    Before:

    useOffsetInfiniteQuery(query, ...);

    Now:

    useOffsetInfiniteQuery(() => query, ...);

    The reason is that we cannot re-use the same query instance anymore with RPCs.

    Also removed some of the long-deprecated aliases.

Minor Changes

  • 4063e68: feat: cursor based pagination

Patch Changes

@supabase-cache-helpers/[email protected]

15 May 06:06
418002b
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

15 May 06:06
418002b
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

15 May 06:06
418002b
Compare
Choose a tag to compare

Minor Changes

  • 005e5cb: feat: add support for pagination via rpc
  • 4063e68: feat: cursor based pagination