github TanStack/db @tanstack/db@0.0.8

latest releases: @tanstack/trailbase-db-collection@0.1.12, @tanstack/svelte-db@0.1.12, @tanstack/vue-db@0.0.45...
2 months ago

Patch Changes

  • Type PendingMutation whenever possible (#163)

  • refactor the live query comparator and fix an issue with sorting with a null/undefined value in a column of non-null values (#167)

  • A large refactor of the core Collection with: (#155)

    • a change to not use Store internally and emit fine grade changes with subscribeChanges and subscribeKeyChanges methods.
    • changes to the Collection api to be more Map like for reads, with get, has, size, entries, keys, and values.
    • renames config.getId to config.getKey for consistency with the Map like api.
  • Fix ordering of ts update overloads & fix a lot of type errors in tests (#166)

  • fix string comparison when sorting in descending order (#165)

  • update to the latest d2ts, this brings improvements to the hashing of changes in the d2 pipeline (#168)

Don't miss a new db release

NewReleases is sending notifications on new releases.