Skip to content

Releases: Safemood/laravel-workflow

1.2.0

17 Nov 21:23
Compare
Choose a tag to compare

What's Changed

  • Add global DTOInterface and BaseDTO class by @Safemood in #8

Full Changelog: 1.1.0...1.2.0

1.1.0

14 Aug 05:35
Compare
Choose a tag to compare

What's Changed

  • Added Laravel Built-in Support for Conditional Execution with when and unless by @mreduar in #6

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

20 Jul 23:33
Compare
Choose a tag to compare

What's Changed

  • Added when method for conditional execution by @Safemood in #2

Full Changelog: 0.0.4...1.0.0

0.0.4

20 Jul 22:51
Compare
Choose a tag to compare

Release Description:

  • Refactoring and Updates:

    • Removed ShouldQueue type hint from methods in ActionsTrait.
    • Updated dispatch logic for actions.
    • Renamed Artisan command make:action to make:workflow-action.
    • Refactored DummyJob to extend Action.
    • Added a job stub file and introduced MakeJob command.
    • Registered MakeJob command in WorkflowServiceProvider.
  • Testing and Improvements:

    • Updated method names in ManagesExecutionTest to reflect new dispatch logic.
    • Refactored Action class to use ActionState enum and added corresponding tests.
    • Updated TracksActionStates to use ActionState enum.
  • Miscellaneous:

    • Fixed code styling issues.
    • Added method for conditional execution.

Full Changelog: 0.0.3...0.0.4

0.0.3

17 Jul 03:57
d86efda
Compare
Choose a tag to compare

Updated docs.

0.0.2

15 Jul 21:59
Compare
Choose a tag to compare

Making the workflow dumpable for debugging.

0.0.1

14 Jul 17:51
Compare
Choose a tag to compare

experimental release