Skip to content

Releases: TanStack/db

@tanstack/[email protected]

17 Jun 14:29
0b23509
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

17 Jun 17:40
e15ecd4
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

17 Jun 17:40
e15ecd4
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

17 Jun 14:29
0b23509
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

17 Jun 17:39
e15ecd4
Compare
Choose a tag to compare

Patch Changes

  • change the query engine to use d2mini, and simplified version of the d2ts differential dataflow library (#175)

  • Export ElectricCollectionUtils & allow passing generic to createTransaction (#179)

@tanstack/[email protected]

17 Jun 14:29
0b23509
Compare
Choose a tag to compare

Patch Changes

  • If collection.update is called and nothing is changed, return a transaction instead of throwing (#174)

@tanstack/[email protected]

17 Jun 17:40
e15ecd4
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

17 Jun 14:29
0b23509
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

12 Jun 21:45
3d8d23c
Compare
Choose a tag to compare

Patch Changes

@tanstack/[email protected]

12 Jun 21:23
77ab237
Compare
Choose a tag to compare

Patch Changes

  • 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.
  • Updated dependencies [5c538cf, 9553366, b4602a0, 02adc81, 06d8ecc, c50cd51]: