4.0.0
What's Changed
- Laravel 11 Support by @michael-rubel in #16
- Update pipeline by @michael-rubel in #17
- Better event handling by @michael-rubel in #18
New features
- Added
Conditionabletrait; - Added two new events to hook into the pipeline's lifecycle: PipelineStarted, PipelineFinished.
BC breaks
pipelinehelper removed from the package, usePipeline::make()or container resolution instead;runhelper was removed, and the functionality moved to the class method, see ref.;- Parameters are now passed differently in the internal
fireEventmethod. $pipevariable in execution events can now be an object;- Execution events were renamed, see ref.;
Full Changelog: 3.2.3...4.0.0