Revision history for Piper

0.02      2017-02-28 08:56:28-05:00 America/New_York

    [** INCOMPATIBLE CHANGES **]

          - Method eject sends data to parent's drain instead of main drain
             - Old behavior becomes $instance->main->eject
          - Method inject sends data to parent's queue instead of main
             - Old behavior becomes $instance->main->inject

    [ CHANGES ]
    
          - Added methods has_pending and flush
          - Coerce enabled attribute to boolean

0.01      2017-02-20 10:15:01-05:00 America/New_York

          - Initial release.