Skip to content

Releases: psteinroe/supabase-cache-helpers

@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

@supabase-cache-helpers/[email protected]

29 Apr 20:00
9b98106
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

29 Apr 20:00
9b98106
Compare
Choose a tag to compare

Patch Changes

@supabase-cache-helpers/[email protected]

29 Apr 20:00
9b98106
Compare
Choose a tag to compare

Patch Changes

  • dbafa2f: fix: use new .info() for ensureExistence

@supabase-cache-helpers/[email protected]

23 Apr 07:06
491a57f
Compare
Choose a tag to compare

Minor Changes

  • 9b1bba1: fix: make compatible with latest supabase-js

Patch Changes

@supabase-cache-helpers/[email protected]

23 Apr 08:18
ce69156
Compare
Choose a tag to compare

Patch Changes

  • 3b1abf2: fix: invalid relation name fix (now actually fixed)

@supabase-cache-helpers/[email protected]

23 Apr 07:50
60939ef
Compare
Choose a tag to compare

Patch Changes

  • fbc962b: fix: Invalid RelationName cannot infer result type for mutations