Releases: michael-rubel/laravel-enhanced-pipeline
Releases · michael-rubel/laravel-enhanced-pipeline
5.0.0
What's Changed
- Test against PHP 8.4 by @michael-rubel in #22
- Laravel 12 compatibility by @xalunda in #26
New Contributors
Full Changelog: 4.0.1...5.0.0
4.0.1
What's Changed
- Bump laravel/framework from 11.0.7 to 11.31.0 by @dependabot in #21
Full Changelog: 4.0.0...4.0.1
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
v3.2.3
What's Changed
- Fix return type in a pipeline helper by @michael-rubel in #13
Full Changelog: 3.2.2...3.2.3
v3.2.2
v3.2.1
What's Changed
- Drop Laravel 8 and support PHP
8.2🐘 by @michael-rubel in #10
Full Changelog: 3.2.0...3.2.1
v3.2.0
v3.1.0
What's Changed
- Make parameters optional in
pipelinehelper by @michael-rubel in #7
Full Changelog: 3.0.0...3.1.0