Releases: TheDragonCode/laravel-deploy-operations
Releases · TheDragonCode/laravel-deploy-operations
v4.3.0
Added
- Added asynchronous actions by @andrey-helldar in #134
Changed
- Replace
warning
messages withinfo
by @andrey-helldar in #132 - Fixed output of extra information at startup by @andrey-helldar in #133
New Contributors
- @SaintPeter made their first contribution in #130
Full Changelog: v4.2.1...v4.3.0
v4.2.1
Added
- Added support for published stabs (Laravel Idea 6.3.0+ required) by @andrey-helldar in #127
Full Changelog: v4.2.0...v4.2.1
v4.2.0
v4.1.0
Changed
- Added
php artisan actions:stub
console command by @andrey-helldar in #123
Full Changelog: v4.0.1...v4.1.0
v4.0.1
Changed
- Removed mention of old migration mechanics by @andrey-helldar in #122
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Changed
- Project renamed from
Laravel Migration Actions
toLaravel Actions
by @andrey-helldar in #108 - Console commands have been renamed by @andrey-helldar in #110
Names::MIGRATE
constant have been renamed toNames::ACTIONS
by @andrey-helldar in #111- Refactored
actions:upgrade
console command by @andrey-helldar in #112 - Renamed console class name by @andrey-helldar in #113
- Database table name changed from
migration_actions
toactions
by @andrey-helldar in #114 - Changelog prepared for version 4 by @andrey-helldar in #115
- Renamed
migrate
methods withactions
by @andrey-helldar in #116 - Added Events tests by @andrey-helldar in #117
- Fixed conflict block by @andrey-helldar in #120
Full Changelog: v3.2.0...v4.0.0
v3.2.0
v3.1.2
v3.1.1
Changed
- Fixed trying to execute files other than PHP by @andrey-helldar in #102
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Added
- Added the ability to exclude paths from processing by @andrey-helldar in #101
Full Changelog: v3.0.1...v3.1.0