Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 3.88 KB

File metadata and controls

66 lines (39 loc) · 3.88 KB

Changelog

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

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

Features

  • onSignal method to intercept each new signal instance (6b59d15)

Bug Fixes

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

Features

  • add nextValue and signalNextValue helpers (4519b57)

Bug Fixes

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

Features

  • export ExternalModesBase to create modes in external packages (c8d0569)

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

Features

  • new batch api, observer methods (41d98ad)
  • rollback trigger util signature (fbc4008)
  • sync with alien-signals v3 (e66fdf4)

Bug Fixes

1.0.0-alpha.4 (2025-11-17)

Bug Fixes

  • use esbuild for minification (2e48553)

1.0.0-alpha.3 (2025-11-15)

Features

  • accessor type is added (99b0892)
  • batch of mods and fixes (#51) (9bf10e5)
  • introduce new reactivity system (#49) (168c177)
  • mark certain functions as no side effects (a4a4a1c)
  • signal activation rework, signal writable guard (40d2cc3)
  • writable and mountable signal modes, onActivate -> onMounted, escape deadlock for mount effects, set new signal value by function (840fab5)

Bug Fixes