Releases: pmatseykanets/artisan-beans
Releases · pmatseykanets/artisan-beans
4.2.0
4.1.0
Changed
- Added Laravel 8 support
4.0.0
Changed
- Added Laravel 7 + Pheanstalk 4 support
3.0.0
Changed
- Added Laravel 6 support
2.1.0
Changed
- Changed constraints for laravel packages to allow future versions
2.0.0
Changed
- Switched to Laravel 5.6
1.0.0
Added
- Added Laravel 5.5 support including package auto discovery.
0.2.0
Changed
- Updated dependencies to support Laravel 5.4.
0.1.4
- 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 CHANGELOG file.
0.1.3
- Fix
move
command to actually allow moving jobs from buried and delayed states.