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)
onSignalmethod to intercept each new signal instance (6b59d15)
- improve tree-shaking (6dfcaa8)
1.0.0-beta.1 (2026-04-27)
- add
nextValueandsignalNextValuehelpers (4519b57)
- use
noopandidentity(bfcc93f)
1.0.0-beta.0 (2026-04-12)
- export ExternalModesBase to create modes in external packages (c8d0569)
1.0.0-alpha.5 (2026-02-15)
- new batch api, observer methods (41d98ad)
- rollback trigger util signature (fbc4008)
- sync with alien-signals v3 (e66fdf4)
- fix signal mount escaping (9496e4f)
- noMount usage fix (ffb688c)
- onMounted no defer listener (46bc8fa)
1.0.0-alpha.4 (2025-11-17)
- use esbuild for minification (2e48553)
- 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)