Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

43 lines (35 loc) · 1.39 KB

Changelog

1.0.0 - 2017-09-02

Added

  • Added Laravel 5.5 support including package auto discovery.

0.2.0 - 2017-01-30

Added

  • Added CONTRIBUTING.md.

Changed

  • Updated readme.
  • Updated dependencies.

0.1.4 - 2015-09-11

Added

  • Add import command. It's still experimental.
  • Add export command. It's still experimental. Warning: while exporting it deletes jobs from the queue.
  • Add .gitattributes file.
  • Add this CHANGELOG file.

0.1.3 - 2015-09-04

Fixed

  • Fix move command to actually allow moving jobs from buried and delayed states.

0.1.1 - 2015-09-02

Added

  • Add move command to move jobs between tubes.

0.1.0 - 2015-01-01

Added

  • Add tube command.
  • Add server command.
  • Add peek command.
  • Add put command.
  • Add bury command.
  • Add kick command.
  • Add delete command.
  • Add purge command.
  • Add pause command.
  • Add unpause command.