Releases: AdCampRu/anyevent-delay-simple
Releases · AdCampRu/anyevent-delay-simple
v0.06
v0.05
Incompatible changes:
- The condition variable in list of callback arguments of
delay()
function moved to the last position.
New features:
- If the first argument of the
delay()
oreasy_delay()
functions is blessed reference then all callbacks calls as methods of this reference.
v0.04
Incompatible changes:
- Implemented control the flow of events within step. Changed arguments passed to callbacks and handlers.
- Changed rule of importing finction it AE namespace. Now function will be prefixed with
AE::
.
Other:
- The old version of the
delay()
function is now called aseasy_delay()
.