Skip to content

Releases: retreon/cells

v0.2.0

20 Jun 20:15

Choose a tag to compare

0.2.0 - 2025-06-20

Changed

  • watch() no longer eagerly evaluates formulas. Instead, it returns a [dispose, renew] tuple and delegates evaluation to the caller.

v0.1.1

18 Jun 22:26

Choose a tag to compare

0.1.1 - 2025-06-18

Fixed

  • An edge case on source change events allowed stale reads.

v0.1.0

16 Jun 02:18

Choose a tag to compare

Added

  • Core reactive cell system with cells, formulas, and sources
  • Batched updates
  • Automatic dependency tracking and change propagation
  • Watchers for observing changes