This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 1 file changed +27
-2
lines changed
1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
+ ## 1.0.0alpha4 - 2018-02-27
6
+
7
+ ### Added
8
+
9
+ - Nothing.
10
+
11
+ ### Changed
12
+
13
+ - Nothing.
14
+
15
+ ### Deprecated
16
+
17
+ - Nothing.
18
+
19
+ ### Removed
20
+
21
+ - [ #19 ] ( https://github.com/zendframework/zend-expressive-authentication/pull/19 )
22
+ removes ` Zend\Expressive\Authentication\ResponsePrototypeTrait ` ; the approach
23
+ was flawed, and the various adapters will be updated to compose response
24
+ factories instead of instances.
25
+
26
+ ### Fixed
27
+
28
+ - Nothing.
29
+
5
30
## 1.0.0alpha3 - 2018-02-24
6
31
7
32
### Added
@@ -23,7 +48,7 @@ All notable changes to this project will be documented in this file, in reverse
23
48
### Fixed
24
49
25
50
- [ #18 ] ( https://github.com/zendframework/zend-expressive-authentication/pull/18 )
26
- uses the ResponseInterface as a factory. This was recently changed in
51
+ uses the ` ResponseInterface ` as a factory. This was recently changed in
27
52
[ zend-expressive #561 ] ( https://github.com/zendframework/zend-expressive/pull/561 ) .
28
53
29
54
## 1.0.0alpha2 - 2018-02-22
@@ -47,7 +72,7 @@ All notable changes to this project will be documented in this file, in reverse
47
72
### Fixed
48
73
49
74
- [ #17 ] ( https://github.com/zendframework/zend-expressive-authentication/pull/17 )
50
- adds the missing config provider component-installer config.
75
+ adds the missing config- provider zend- component-installer config.
51
76
52
77
53
78
## 1.0.0alpha1 - 2018-02-07
You can’t perform that action at this time.
0 commit comments