We use Break Versioning. The version numbers follow a <major>.<minor>.<patch>
scheme with the following intent:
Bump | Intent |
---|---|
major |
Major breaking changes -- check the changelog for details. |
minor |
Minor breaking changes -- check the changelog for details. |
patch |
No breaking changes, ever!! |
-SNAPSHOT
versions are preview versions for upcoming releases.
Signaali is currently experimental.
Added:
- Added the boolean
update-signal-sources-on-run
property inReactiveNode
which allows to disable the update of the signal sources whenrun-fn
is executed. - Added
set-signal-sources
inIReactiveNode
to change the signal sources of a reactive node. - Added related tests.
Breakage:
- Renamed in namespace
signaali.reactive
:observer-stack
->run-observer-stack
with-observer
->with-run-observer
get-current-observer
->get-current-run-observer
First release! 🎉