Releases: loom-go/sig
Releases · loom-go/sig
Release list
v0.1.0
0.1.0 (2026-04-07)
⚠ BREAKING CHANGES
- new public api
Features
- add owner.OnDispose (6e6ccc2)
- contexts (a6d47b9)
- owner.run error return (b711818)
- render effects & on settled (6df905a)
- signal: custom predicate (1725101)
Bug Fixes
- avoid uneeded propagations (94438dd)
- batch from another runtime (a827198)
- children using wrong owner in goroutine (4a04aaa)
- disposing computed with same deps (bd0ef55)
- effect panics not cought (a094447)
- effects not diposed in owner (754cf2a)
- interleaving contexts (337d392)
- nested owners tracking (adc498f)
- owner: r/w races (#1) (b5f1542)
- racondition & goroutine isolation (e491448)
- read error on nil zero values (8da7a28)
- rw race condition (ac5439d)
- wasm: goroutine isolation (592667e)
Miscellaneous Chores
- release 0.1.0 (022f5c7)
Code Refactoring
- new public api (1b702a8)