Skip to content

Releases: ben-lau/atorage

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 02:47

0.0.4 (2026-07-17)

Features

  • core: add peek() and remove cached middleware (69ec037)

Code Refactoring

  • core: make atoms independent and opt into sync via middleware (22b53ee)

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:40

0.0.3 (2026-07-15)

Bug Fixes

  • drivers: support multiple IndexedDB stores on the same database (f5ba3db)

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 06:56

0.0.2 (2026-07-13)

Features

  • complete atorage library (f45aa60)
  • implement Phase 1 core foundation (c711d42)

Bug Fixes

  • core: harden API semantics and fix data integrity issues (2bb54b4)
  • core: improve error observability and fix docs-implementation mismatches (661f8df)
  • core: improve per-key cache invalidation, error resilience and batch optimization (4cb4c61)
  • core: prevent ghost eventBus notifications across different drivers (a45a96a)
  • core: skip stale cleanup for drivers sharing the same backend (23e1c75)
  • core: sync event bus with backendId and harden degradation UX (d9d982d)
  • middleware: rework tabSync for shared instances and keyed routing (ffae464)

Code Refactoring

  • core: unify atom context/error/dispatch patterns and harden has() TTL path (686556a)