Relay v2.1.1 Release Notes
Release Date: 2020-03-18 // almost 3 years ago-
- 🛠 Fix a bug where Traversable queues (non-array iterables) will fail because the
reset()
,current()
, andnext()
array functions are incompatible - 👌 Improve the overall code quality of the project (through internal changes that do not alter the public API)
- 🛠 Fix a bug where Traversable queues (non-array iterables) will fail because the
Previous changes from v2.1.0
-
- Raise a more obvious error message when Relay is given an empty queue (#43)
- 🛠 Fix a bug that broke callable middleware (#45)
- Properly declare PSR dependencies and make it clear that Relay provides an implementation of PSR-15's
Psr\Http\Server\RequestHandlerInterface
(#46) - ➕ Add support for queue items that implement
Psr\Http\Server\RequestHandlerInterface
(#48) - Replace abandoned
zendframework/zend-diactoros
with same versionlaminas/laminas-diactoros