Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 2.86 KB

File metadata and controls

55 lines (30 loc) · 2.86 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-alpha.5 (2026-04-27)

Features

  • hydratable and persistence now supports codecs via codec setting (b2711cb)
  • drop revalidateOnFoucs, revalidateOnInterval and revalidateOnReconnect in favor of universal revalidateOn extension (5b7bd8f)

1.0.0-alpha.4 (2026-04-19)

Bug Fixes

  • fix entities extension by fixing data mapping in client (b6aa567)

1.0.0-alpha.3 (2026-04-18)

Bug Fixes

  • improve infinite refetching and query helper types (aeae0fa)

1.0.0-alpha.2 (2026-04-12)

Features

  • hydratable extension, persistence extension and indexedDbStorage persistent adapter (5bd7219)
  • use hydrator interface instead of raw dehydrated data (34a431f)
  • use new hydrator, serialize cache entry before dehydration (e4758e3)

Bug Fixes

  • do not persist error results (1d07db4)

1.0.0-alpha.1 (2026-02-16)

Bug Fixes

  • migrate to nano-kit.js.org domain (8106368)

1.0.0-alpha.0 (2026-02-15)

Features

  • introduce remote data manager for kida (8b2b18a)

Bug Fixes

  • mark query's $data with mountable type (f9f8865)

Performance Improvements