Skip to content

Releases: xkelxmc/eden-tanstack-query

eden-tanstack-react-query 0.1.9

06 Feb 01:06
b6bb71b

Choose a tag to compare

Changed

  • Updated bundle size in README (10.82 KB → 11.15 KB)

eden-tanstack-react-query 0.1.8

06 Feb 01:05
e6c5984

Choose a tag to compare

Fixed

  • Path parameters applied at wrong position in nested routes by @imoize (#4)
    • eden.v1.users.address({ userId }).get now correctly produces /v1/users/address/:userId instead of /v1/:userId/users/address
    • Introduced position-based path param tracking (PositionedPathParam) instead of sequential application

eden-tanstack-react-query 0.1.7

04 Feb 12:31
c3bc1f6

Choose a tag to compare

Fixed

  • Restore bunfig.toml to fix jsx-dev-runtime regression in 0.1.6 (#3)

eden-tanstack-react-query 0.1.6

25 Jan 06:04
d43a2d5

Choose a tag to compare

Fixed

  • queryKey() now includes path parameters for proper cache differentiation
    • eden.posts.get.queryKey() and eden.posts({ id }).get.queryKey() now produce different keys
    • Fixes issue where invalidateQueries would invalidate wrong queries
  • queryFilter(), infiniteQueryKey(), infiniteQueryFilter() also include path parameters

v0.1.5

25 Jan 01:08
e0a9fc5

Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

17 Dec 20:20
04a358c

Choose a tag to compare

Fixed

  • Use production jsx-runtime instead of jsx-dev-runtime in bundle (#1)

v0.1.3

12 Dec 03:08
abceb67

Choose a tag to compare

Security

v0.1.2

04 Dec 10:13
c10eb07

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2