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.