This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 3.0.0rc4
·
269 commits
to master
since this release
Added
- Nothing.
Changed
- Forward ports a change made in #581 to how the
ApplicationConfigInjectionDelegator::injectPipelineFromConfig()
method works. Previously, it would auto-inject routing and dispatch middleware if routes were configured, but nomiddleware_pipeline
was present. Considering that this method will always be called manually, this functionality was removed; the method now becomes a no-op if nomiddleware_pipeline
is present.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.