Skip to content

Releases: mikerockett/pipeline

4.0.0

18 Aug 13:05
d55b59f

Choose a tag to compare

Full Changelog: 3.0.0...4.0.0

Added

  • InterruptibleTapProcessor, which implements both InterruptibleProcessor and TapProcessor
  • Added generic typing information across the package

Changed

  • Minimum PHP version is now 8.3
  • Test framework is now Pest
  • Updated nunomaduro/collision to ^8.0
  • Tests are now a bit more exhaustive
  • TapProcessor now requires at least one callback when instantiated.