Skip to content

Latest commit

 

History

History
470 lines (267 loc) · 19 KB

File metadata and controls

470 lines (267 loc) · 19 KB

@tanstack/angular-db

0.1.63

Patch Changes

0.1.62

Patch Changes

0.1.61

Patch Changes

  • Update all SKILL.md files to v0.6.0 with new documentation for persistence, virtual properties, queryOnce, createEffect, includes, indexing, and sync metadata. Add tanstack-intent keyword to all packages with skills. (#1421)

  • Updated dependencies [8b7fb1a]:

    • @tanstack/db@0.6.1

0.1.60

Patch Changes

0.1.59

Patch Changes

  • Updated dependencies [c3e6a96]:
    • @tanstack/db@0.5.33

0.1.58

Patch Changes

0.1.57

Patch Changes

  • Add Intent agent skills (SKILL.md files) to guide AI coding agents. Include skills for core DB concepts, all 5 framework bindings, meta-framework integration, and offline transactions. Also add export * from '@tanstack/db' to angular-db for consistency with other framework packages. (#1330)

  • Updated dependencies [bf1d078]:

    • @tanstack/db@0.5.31

0.1.56

Patch Changes

  • Updated dependencies [e9d0fd8]:
    • @tanstack/db@0.5.30

0.1.55

Patch Changes

  • Fix injectLiveQuery with findOne() returning an array instead of a single object, and add proper type overloads so TypeScript correctly infers Signal<T | undefined> for findOne() queries (#1273)

  • Updated dependencies [77b815e, ac4ce67]:

    • @tanstack/db@0.5.29

0.1.54

Patch Changes

  • Updated dependencies [46450e7]:
    • @tanstack/db@0.5.28

0.1.53

Patch Changes

0.1.52

Patch Changes

0.1.51

Patch Changes

0.1.50

Patch Changes

  • Updated dependencies [7099459]:
    • @tanstack/db@0.5.24

0.1.49

Patch Changes

  • Updated dependencies [05130f2]:
    • @tanstack/db@0.5.23

0.1.48

Patch Changes

  • Updated dependencies [f9b741e]:
    • @tanstack/db@0.5.22

0.1.47

Patch Changes

0.1.46

Patch Changes

  • Updated dependencies []:
    • @tanstack/db@0.5.20

0.1.45

Patch Changes

0.1.44

Patch Changes

  • Updated dependencies [c1247e8]:
    • @tanstack/db@0.5.18

0.1.43

Patch Changes

0.1.42

Patch Changes

  • Updated dependencies [41308b8]:
    • @tanstack/db@0.5.16

0.1.41

Patch Changes

  • Updated dependencies [32ec4d8]:
    • @tanstack/db@0.5.15

0.1.40

Patch Changes

  • Updated dependencies [26ed0aa]:
    • @tanstack/db@0.5.14

0.1.39

Patch Changes

0.1.38

Patch Changes

0.1.37

Patch Changes

  • Fixed isReady to return true for disabled queries in useLiveQuery/injectLiveQuery across all framework packages. When a query function returns null or undefined (disabling the query), there's no async operation to wait for, so the hook should be considered "ready" immediately. (#886)

    Additionally, all frameworks now have proper TypeScript overloads that explicitly support returning undefined | null from query functions, making the disabled query pattern type-safe.

    This fixes the common pattern where users conditionally enable queries and don't want to show loading states when the query is disabled.

  • Updated dependencies [c4b9399, a1a484e]:

    • @tanstack/db@0.5.11

0.1.36

Patch Changes

0.1.35

Patch Changes

  • Updated dependencies [5f474f1]:
    • @tanstack/db@0.5.9

0.1.34

Patch Changes

0.1.33

Patch Changes

  • Updated dependencies [295cb45]:
    • @tanstack/db@0.5.7

0.1.32

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

0.1.31

Patch Changes

  • Updated dependencies [077fc1a]:
    • @tanstack/db@0.5.5

0.1.30

Patch Changes

0.1.29

Patch Changes

0.1.28

Patch Changes

  • Updated dependencies [99a3716]:
    • @tanstack/db@0.5.2

0.1.27

Patch Changes

  • Updated dependencies [a83a818]:
    • @tanstack/db@0.5.1

0.1.26

Patch Changes

0.1.25

Patch Changes

0.1.24

Patch Changes

  • Updated dependencies [75470a8]:
    • @tanstack/db@0.4.19

0.1.23

Patch Changes

0.1.22

Patch Changes

  • Updated dependencies [49bcaa5]:
    • @tanstack/db@0.4.17

0.1.21

Patch Changes

0.1.20

Patch Changes

  • Updated dependencies [6738247]:
    • @tanstack/db@0.4.15

0.1.19

Patch Changes

  • Updated dependencies [970616b]:
    • @tanstack/db@0.4.14

0.1.18

Patch Changes

  • Updated dependencies [3c9526c]:
    • @tanstack/db@0.4.13

0.1.17

Patch Changes

0.1.16

Patch Changes

  • Updated dependencies [5566b26]:
    • @tanstack/db@0.4.11

0.1.15

Patch Changes

0.1.14

Patch Changes

0.1.13

Patch Changes

0.1.12

Patch Changes

  • Updated dependencies [6692aad]:
    • @tanstack/db@0.4.7

0.1.11

Patch Changes

0.1.10

Patch Changes

  • Updated dependencies [7556fb6]:
    • @tanstack/db@0.4.5

0.1.9

Patch Changes

0.1.8

Patch Changes

  • Updated dependencies [32f2212]:
    • @tanstack/db@0.4.3

0.1.7

Patch Changes

0.1.6

Patch Changes

  • Updated dependencies [8cd0876]:
    • @tanstack/db@0.4.1

0.1.5

Patch Changes

  • Let collection.subscribeChanges return a subscription object. Move all data loading code related to optimizations into that subscription object. (#564)

  • Updated dependencies [2f87216, ac6250a, 2f87216]:

    • @tanstack/db@0.4.0

0.1.4

Patch Changes

  • Updated dependencies [cacfca2]:
    • @tanstack/db@0.3.2

0.1.3

Patch Changes

  • Updated dependencies [5f51f35]:
    • @tanstack/db@0.3.1

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • Add @tanstack/angular-db package with Angular integration for TanStack DB (#424)

0.1.0

Minor Changes

  • Initial release of @tanstack/angular-db package