Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.27 KB

Signaali CHANGELOG

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.

Unreleased

Added:

  • Added the boolean update-signal-sources-on-run property in ReactiveNode which allows to disable the update of the signal sources when run-fn is executed.
  • Added set-signal-sources in IReactiveNode 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

0.1.0

First release! 🎉