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

Commit 06cb9c8

Browse files
committed
Merge branch 'hotfix/19-response-factory' into release-1.0.0
Close #19
2 parents 0832c05 + 2a703ff commit 06cb9c8

7 files changed

+96
-315
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

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+
530
## 1.0.0alpha3 - 2018-02-24
631

732
### Added
@@ -23,7 +48,7 @@ All notable changes to this project will be documented in this file, in reverse
2348
### Fixed
2449

2550
- [#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
2752
[zend-expressive#561](https://github.com/zendframework/zend-expressive/pull/561).
2853

2954
## 1.0.0alpha2 - 2018-02-22
@@ -47,7 +72,7 @@ All notable changes to this project will be documented in this file, in reverse
4772
### Fixed
4873

4974
- [#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.
5176

5277

5378
## 1.0.0alpha1 - 2018-02-07

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"psr/http-server-middleware": "^1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^6.5.5",
30+
"phpunit/phpunit": "^7.0.2",
3131
"roave/security-advisories": "dev-master",
32-
"zendframework/zend-coding-standard": "~1.0.0",
33-
"zendframework/zend-diactoros": "^1.7"
32+
"zendframework/zend-coding-standard": "~1.0.0"
3433
},
3534
"conflict": {
3635
"container-interop/container-interop": "<1.2.0"

0 commit comments

Comments
 (0)