This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 1.0.0alpha1 - 2018-02-27
6+
7+ ### Added
8+
9+ - Nothing.
10+
11+ ### Changed
12+
13+ - [ #5 ] ( https://github.com/zendframework/zend-expressive-authentication-basic/pull/5 )
14+ changes the constructor of the ` Zend\Expressive\Authentication\Basic\BasicAccess `
15+ class to accept a callable ` $responseFactory ` instead of a
16+ ` Psr\Http\Message\ResponseInterface ` response prototype. The
17+ ` $responseFactory ` should produce a ` ResponseInterface ` implementation when
18+ invoked.
19+
20+ - [ #5 ] ( https://github.com/zendframework/zend-expressive-authentication-basic/pull/5 )
21+ updates the ` BasicAccessFactory ` to no longer use
22+ ` Zend\Expressive\Authentication\ResponsePrototypeTrait ` , and instead always
23+ depend on the ` Psr\Http\Message\ResponseInterface ` service to correctly return
24+ a PHP callable capable of producing a ` ResponseInterface ` instance.
25+
26+ ### Deprecated
27+
28+ - Nothing.
29+
30+ ### Removed
31+
32+ - Nothing.
33+
34+ ### Fixed
35+
36+ - Nothing.
37+
538## 0.2.0 - 2018-02-26
639
740### Added
You can’t perform that action at this time.
0 commit comments