Releases: zendframework/zend-expressive-authentication-basic
zend-expressive-authentication-basic 1.0.0
zend-expressive-authentication-basic 0.3.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing
Fixed
zend-expressive-authentication-basic 0.3.0
Added
- Nothing.
Changed
- 
Updates the zendframework/zend-expressive-authentication minimum supported version to 0.4. 
- 
#5 changes the constructor of the Zend\Expressive\Authentication\Basic\BasicAccessclass to accept a callable$responseFactoryinstead of aPsr\Http\Message\ResponseInterfaceresponse prototype. The$responseFactoryshould produce aResponseInterfaceimplementation when invoked.
- 
#5 updates the BasicAccessFactoryto no longer useZend\Expressive\Authentication\ResponsePrototypeTrait, and instead always depend on thePsr\Http\Message\ResponseInterfaceservice to correctly return a PHP callable capable of producing aResponseInterfaceinstance.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 1.0.0alpha1
Added
- Nothing.
Changed
- 
#5 changes the constructor of the Zend\Expressive\Authentication\Basic\BasicAccessclass to accept a callable$responseFactoryinstead of aPsr\Http\Message\ResponseInterfaceresponse prototype. The$responseFactoryshould produce aResponseInterfaceimplementation when invoked.
- 
#5 updates the BasicAccessFactoryto no longer useZend\Expressive\Authentication\ResponsePrototypeTrait, and instead always depend on thePsr\Http\Message\ResponseInterfaceservice to correctly return a PHP callable capable of producing aResponseInterfaceinstance.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.2.0
Added
- Nothing.
Changed
- #4 changes the zendframework/zend-expressive-authentication minimum supported version to 1.0.0alpha3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.3
Added
- Nothing.
Changed
- #3 updates the zendframework/zend-expressive-authentication minimum supported version to 0.3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.2
Added
- #1 adds support for the 1.0.0-dev branch of zend-expressive-authentication.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.1
Added
- Adds support for zend-expressive-authentication 0.2.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-authentication-basic 0.1.0
Initial release.