Revision history for Perl extension Mojo-UserAgent-Role-Queued
1.01 2018-06-26T15:33:43Z
- use non-leaking version of private callback method
- restore typo fix in synopsis (Dan book)
1.0 2018-06-25T14:41:53Z
- BREAKING CHANGE: rename "stop_queue" event to "queue_empty"
- fix breakage with Mojolicious v7.85 caused by having a method called _process() that conflicts with a new method in Mojo::UserAgent
0.04 2018-01-01T17:23:07Z
- refactor internals, replace timer with events
- remove attribute "active"
- updated required perl version
- mention promises in synopsis
0.03 2018-01-01T14:07:28Z
- added missing Class::Method::Modifiers dependency
- fix bug where more than one timer was created
0.02 2017-12-31T14:19:21Z
- added missing Role::Tiny dependency
0.01 2017-12-30T21:29:07Z
- original version