Changelog
2016-02-16, version 0.11.0
instanceof MyClass
checks with object.isMyClass
checks.Changelog
2014-08-18, version 0.10.0
Babbler.listenOnce
.onMessage
to receive
.Changelog
2014-08-11, version 0.9.0
'default'
choice in Decision
.messagers
to messagebus
.Changelog
2014-08-07, version 0.8.0
IIf(condition, trueBlock, falseBlock)
.Babbler.listen
now has a start condition instead of a fixed string.
Condition can be a function, regexp, or any value. (Uses iif
under the hood).Changelog
2014-08-01, version 0.7.0
Babbler.connect
to return a Promise instead of accepting
a callback function as last parameter.babble.ask
.Block.ask
.connect
must return a token, and a messager
must contain a function disconnect(token)
.Changelog
2014-02-14, version 0.6.0
publish
, subscribe
, unsubscribe
to send
, connect
,
and disconnect
. Renamed namespace pubsub
to messengers
.Changelog
2014-01-13, version 0.5.0