4.x

v4.3.2 - 2023-07-20

Fixed

  • Fixed bug when use isolate option by @taqie in https://github.com/TheDragonCode/laravel-actions/pull/140

New Contributors

  • @taqie made their first contribution in https://github.com/TheDragonCode/laravel-actions/pull/140

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.3.1...v4.3.2

v4.3.1 - 2023-06-10

Fixed

  • Fixed code-style

Changed

  • Change console info by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/137

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.3.0...v4.3.1

v4.3.0 - 2023-04-06

Added

  • Added asynchronous actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/134

Changed

  • Replace warning messages with info by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/132
  • Fixed output of extra information at startup by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/133

New Contributors

  • @SaintPeter made their first contribution in https://github.com/TheDragonCode/laravel-actions/pull/130

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.2.1...v4.3.0

v4.2.1 - 2023-02-20

Added

  • Added support for published stabs (Laravel Ideaopen in new window 6.3.0+ required) by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/127

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.2.0...v4.2.1

v4.2.0 - 2023-02-14

Added

  • Added Laravel 10 support by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/126

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.1.0...v4.2.0

v4.1.0 - 2023-02-06

Changed

  • Added php artisan actions:stub console command by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/123

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.0.1...v4.1.0

v4.0.0 - 2023-01-21

Changed

  • Project renamed from Laravel Migration Actions to Laravel Actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/108
  • Console commands have been renamed by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/110
  • Names::MIGRATE constant have been renamed to Names::ACTIONS by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/111
  • Refactored actions:upgrade console command by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/112
  • Renamed console class name by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/113
  • Database table name changed from migration_actions to actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/114
  • Changelog prepared for version 4 by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/115
  • Renamed migrate methods with actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/116
  • Added Events tests by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/117
  • Fixed conflict block by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/120

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v3.2.0...v4.0.0