Skip to content

Releases: m-shule/laravel-pipes

v1.0.3

05 Jun 17:12
12c0c8d
Compare
Choose a tag to compare

Fix

  • remove type for Response::from() method to get rid of errors

v1.0.2

03 Jun 12:18
a338900
Compare
Choose a tag to compare

Fixed

  • queue usage other than sync caused issues (#4c1dde77)

v1.0.1

22 May 10:47
1c506dd
Compare
Choose a tag to compare

Fixed

  • Parameter Matching in edge case scenarios (#980cf243)

v1.0

20 May 16:20
Compare
Choose a tag to compare

Added

  • handling of incoming requests from notifications and async rerouting through internal PipeKernel
  • firing events when a request is incoming and was handled
  • request definitions through Pipe facade with
    • match()
    • any()
    • fallback()
    • group()
    • middleware()
  • defining request restrictions through fluent api with
    • key()
    • where()
    • alias()
  • Route model binding through SubstituteBindings Middleware
  • testing helpers