Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive 3.0.0rc4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Mar 14:49
· 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 no middleware_pipeline was present. Considering that this method will always be called manually, this functionality was removed; the method now becomes a no-op if no middleware_pipeline is present.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.