Releases: zaengle/pipeline
Releases · zaengle/pipeline
v4.0.0
v3.0.0
v2.0.0
Breaking Changes 🚨
In version 2.0 we only support versions of Laravel that run on php 8.1. So stick with the v1.x releases if you need to support Laravel 7 and lower.
We've also updated the PipeInterface
typehints and return types. Now all traveler classes must extend the AbstractTraveler
class.
What's Changed 🛠️
- Adds support for Laravel 10 and drops lower than Laravel 8 by @jesseschutt in #9
- Updates the
PipeInterface
and requires travelers extend theAbstractTraveler
class.
Full Changelog: v1.2.0...v2.0.0