Releases: michael-rubel/laravel-enhanced-pipeline
Releases · michael-rubel/laravel-enhanced-pipeline
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
Conditionable
trait; - Added two new events to hook into the pipeline's lifecycle: PipelineStarted, PipelineFinished.
BC breaks
pipeline
helper removed from the package, usePipeline::make()
or container resolution instead;run
helper was removed, and the functionality moved to the class method, see ref.;- Parameters are now passed differently in the internal
fireEvent
method. $pipe
variable 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
pipeline
helper by @michael-rubel in #7
Full Changelog: 3.0.0...3.1.0
v3.0.0
v2.1.0
v2.0.0
What's Changed
- Use
Laravel Pint
instead ofPHP_CodeSniffer
by @michael-rubel in #1 - Fix transaction rollback when
onFailure
is used by @michael-rubel in #2
New Contributors
- @michael-rubel made their first contribution in #1
Full Changelog: 1.1.0...2.0.0