Skip to content

Releases: loom-go/sig

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:54
fed8dfb

0.1.0 (2026-04-07)

⚠ BREAKING CHANGES

  • new public api

Features

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

Code Refactoring