- port to dune from ocamlbuild
- Add support for ocaml 5.0
- additional functions in RList and RMap
- do not use a generic hashtable as it does not work with functional values
- Add ?eq parameter to S.signal
- 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.
- First public release