1.0.0 - 2017-09-02
- Added Laravel 5.5 support including package auto discovery.
0.2.0 - 2017-01-30
- Added CONTRIBUTING.md.
- Updated readme.
- Updated dependencies.
0.1.4 - 2015-09-11
- 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
- Fix
move
command to actually allow moving jobs from buried and delayed states.
0.1.1 - 2015-09-02
- Add
move
command to move jobs between tubes.
0.1.0 - 2015-01-01
- 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.