Releases: TheDragonCode/laravel-deploy-operations
Releases · TheDragonCode/laravel-deploy-operations
4.4.0
Changed
- Fix dependency injection to support lumen by @Kuodster in #148
- Updated upgrade documentation by @andrey-helldar in #146
Dependencies
- Bump actions/cache from 3 to 4 by @dependabot in #147
- Bump actions/checkout from 3 to 4 by @dependabot in #142
- Bump actions/setup-node from 3 to 4 by @dependabot in #144
- Bump crazy-max/ghaction-github-pages from 3.1.0 to 3.2.0 by @dependabot in #141
- Bump crazy-max/ghaction-github-pages from 3.2.0 to 4.0.0 by @dependabot in #143
v4.3.2
v4.3.1
Fixed
- Fixed code-style
Changed
- Change console info by @andrey-helldar in #137
Full Changelog: v4.3.0...v4.3.1
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