Releases: Safemood/laravel-workflow
Releases · Safemood/laravel-workflow
1.2.0
1.1.0
1.0.0
0.0.4
Release Description:
-
Refactoring and Updates:
- Removed
ShouldQueue
type hint from methods inActionsTrait
. - Updated dispatch logic for actions.
- Renamed Artisan command
make:action
tomake:workflow-action
. - Refactored
DummyJob
to extendAction
. - Added a job stub file and introduced
MakeJob
command. - Registered
MakeJob
command inWorkflowServiceProvider
.
- Removed
-
Testing and Improvements:
- Updated method names in
ManagesExecutionTest
to reflect new dispatch logic. - Refactored
Action
class to useActionState
enum and added corresponding tests. - Updated
TracksActionStates
to useActionState
enum.
- Updated method names in
-
Miscellaneous:
- Fixed code styling issues.
- Added method for conditional execution.
Full Changelog: 0.0.3...0.0.4