package reactiveData
Declarative events and signals for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
reactiveData-0.2.4.tbz
sha256=b98746d36df24d82d31a94cce3ff590e332b6ad62ebe86f6e53a0cf965849fba
sha512=4b996caf01819d34acd0564f9410ae1a6def818f7b5ab2777e0daf16799bbd0c9582a7ca5218f5cbd71db7645aca4cf95e4d5c9010a3b4514c8bd4ac10f38b56
doc/CHANGES.html
0.2.4
- Bugfix: RList.singleton_s: make sure to keep intermediate signal alive.
0.2.3
- port to dune from ocamlbuild
- Add support for ocaml 5.0
0.2.2
- additional functions in RList and RMap
- do not use a generic hashtable as it does not work with functional values
0.2.1
- Add ?eq parameter to S.signal
0.2
- Add
from_signal
, which converts React signals to ReactiveData containers.from_signal
uses a diffing algorithm to detect what changes, thus minimizing the updates needed downstream. - Optimize common cases of
merge
. - Provide documentation and make the naming more consistent.
0.1
- First public release