[0.2.1] - 2026-07-16
Fixed
- Resubscribe dependent controllers when a dependency controller is replaced after a params change, instead of leaving them attached to the stopped process and missing all further updates. Applies to both singleton dependencies and collection items replaced under the same id.
[0.2.0] - 2026-04-15
Added
- Add Solve-style controller
handle_infofallback for non-Solve messages. - Allow controller
handle_infoarities from/2through/5, with access to state, dependencies, callbacks, and init params. - Document controller
handle_infousage in the README and module docs.
Changed
- Keep Solve internal messages reserved from controller-defined
handle_infoclauses. - Validate controller
handle_infoarity at compile time.
[0.1.0] - 2026-04-08
Added
- Initial release.