Changelog
4.4.0
volley
will
allow a change event to slip through every frame. This should better
support streaming change events for animation.Compressed : 592 bytes
Gzipped : 348 bytes
Changelog
4.3.0
subscribe
alias for listen
unsubscribe
alias for ignore
publish
alias for emit
new
OperatorCompressed : 724 bytes
Gzipped : 389 bytes
Changelog
4.2.0
All Diode methods now return the target. For example, if decorating an existing object:
Diode.decorate(object)
object.listen(callback)
.listen(anotherCallback)
Changelog
4.0.0
Subscribe
and unsubscribe
are now listen
and ignore
to
match some of our other open source projects.decorate
method to add Diode's behavior to existing objects