- Fix bugs in signal update ordering - see test/node_order.jl ("bfs bad", and "bfs bad, dfs bad") for examples fixed
- Fix for #123 changes the behaviour of
throttle
, for the old behaviour, usedebounce
- Adds
bound_srcs(dest)
, andbound_dests(src)
which return signals bound usingbind!(dest, src)
- Performance improvements
- API for
onerror
changed, see?push!
for details`
- Mix in Timing module into Reactive and remove it