rhea-promise
Advanced tools
Changelog
0.1.6 - 2018-09-28
actionInitiated
is now of type number
which is incremented when the create
, close
action on an entity is under process and decremented when the action completes (succeeeded or failed).Changelog
0.1.5 - 2018-09-27
error
event will be emitted with a tick delay. This would give enough time for the
create()
methods to resolve the promise.boolean
property actionInitiated
which indicates whether the create
, close
action on an entity is under process.Changelog
0.1.4 - 2018-09-25
options
is a required property of Connection
and Container
.Changelog
0.1.3 - 2018-09-25
container.createConnection()
creates a connection on that container and not on
the default container.Changelog
0.1.2 - 2018-09-20
Changelog
0.1.1 - 2018-09-20