Revision history for Perl extension Mojo-UserAgent-Role-Queued

1.13 2018-09-27T10:44:41Z
    - make tests that depend on extra modules optional, to reduce CPANTesters fails

1.12 2018-09-26T14:30:24Z
    - fix memory leak (Vidar Tyldum)

1.11 2018-09-12T14:09:24Z
    - change queue from state variable to attribute, fixes github issue #4

1.10 2018-09-05T16:12:57Z
    - change internals to use helper class object
    - fixes problems with synopsis example reported by tyldis (Vidar Tyldum) via irc

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