Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 3.61 KB

File metadata and controls

66 lines (38 loc) · 3.61 KB

Changelog

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

1.0.0-beta.4 (2026-04-28)

Features

  • del method is added to Storage interface (21e8e2d)

1.0.0-beta.3 (2026-04-27)

Bug Fixes

  • fix circular self import (b792721)

1.0.0-beta.2 (2026-04-27)

Features

  • codec support in hydratable (fc7e21b)
  • introduce codecs and stored and syncedStored signals (0af4852)
  • new interval(ms) signal util (dd8b566)
  • new store methods overrides mechanism in external (2321596)

Bug Fixes

  • bind storage setter in stored and syncedStored (9f7f6fe)
  • use noop and identity (bfcc93f)

1.0.0-beta.1 (2026-04-18)

Features

  • add pace accessor helper (fc8f78b)

1.0.0-beta.0 (2026-04-12)

Features

  • new Hydrator interface (b40c6d9)
  • remove deprecated channel (6418492)
  • serialization -> hydration refactoring, isHydrated util to check signal state (40b7aa5)
  • use hydrator interface instead of raw dehydrated data (34a431f)

Bug Fixes

  • reuse map passed to hydrator (07a4eeb)

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 @nano_kit/store state manager library (155ab55)
  • paced rework (0ef6db1)

Performance Improvements