Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.2 (2026-03-04)
Bug Fixes
- update type declaration to use
DestroyableAtomfrom@nrgyjs/core(f78e464)
1.0.1 (2026-03-02)
Note: Version bump only for package nrgy-root
1.0.0 (2026-03-02)
Note: Version bump only for package nrgy-root
1.0.0-alpha.1 (2026-02-25)
Note: Version bump only for package nrgy-root
1.0.0-alpha.0 (2026-02-24)
Bug Fixes
- empty observerRefs on destroy (e52ed38)
- Fixed typing of
batch()function (a3af8ff) - Set VALUE_UNSET on destroying Computed (ff6c0da)
Features
- add
withUpdatesmethod to SourceAtom for defining and applying pre-configured updates (26161a6)