Skip to main content

v1 Initial Release


[1.0.0]

Reheaven is born.

Added

  • signal
  • computed
  • effect
  • watch
  • batch
  • peek
  • scope
  • debug warnings
  • documentation

Notes

  • Replication is planned for a future release.
  • API may continue to evolve as the library updates.

[1.0.1]

Fixed

  • Prevented same-effect self-write recursion when a signal is read and updated inside the same effect.
  • Added a debug warning for accidental signal self-writes inside effects.