package reactiveData
Declarative events and signals for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
reactiveData-0.3.1.tbz
sha256=ad73fa0434030cdbff27d8a2140fbb70dd6a09af0d318cd02522a1ce3302dc73
sha512=eece1988c8d60ffcbb714b9384a9bea893f6f4a44c0037395d6b2c43f0d06493377f9ca71f8e9751d2148bdfdc357cd8a5445e8b8ea73dc6b2e6acb3cc17bb5c
doc/CHANGES.html
0.3.1
- Bugfix: RList.singleton_s: make sure to keep intermediate signal alive.
0.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