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

Commit 190a125

Browse files
committed
Prepares for 0.4.0 release
- Updates branch aliases: - dev-master => 0.4.x-dev - Removes dev-release-1.0.0 - Merges all 1.0.0 entries to a single 0.4.0 entry with today's date
1 parent 11010dc commit 190a125

File tree

3 files changed

+22
-88
lines changed

3 files changed

+22
-88
lines changed

CHANGELOG.md

Lines changed: 8 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
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
5+
## 0.4.0 - 2018-03-15
66

77
### Added
88

9-
- Nothing.
9+
- [#15](https://github.com/zendframework/zend-expressive-authentication/pull/15)
10+
adds support for PSR-15.
1011

1112
### Changed
1213

@@ -18,89 +19,22 @@ All notable changes to this project will be documented in this file, in reverse
1819

1920
### Removed
2021

22+
- [#15](https://github.com/zendframework/zend-expressive-authentication/pull/15) and
23+
[#3](https://github.com/zendframework/zend-expressive-authentication/pull/3)
24+
remove support for http-interop/http-middleware and
25+
http-interop/http-server-middleware.
26+
2127
- [#19](https://github.com/zendframework/zend-expressive-authentication/pull/19)
2228
removes `Zend\Expressive\Authentication\ResponsePrototypeTrait`; the approach
2329
was flawed, and the various adapters will be updated to compose response
2430
factories instead of instances.
2531

2632
### Fixed
2733

28-
- Nothing.
29-
30-
## 1.0.0alpha3 - 2018-02-24
31-
32-
### Added
33-
34-
- Nothing.
35-
36-
### Changed
37-
38-
- Nothing.
39-
40-
### Deprecated
41-
42-
- Nothing.
43-
44-
### Removed
45-
46-
- Nothing.
47-
48-
### Fixed
49-
5034
- [#18](https://github.com/zendframework/zend-expressive-authentication/pull/18)
5135
uses the `ResponseInterface` as a factory. This was recently changed in
5236
[zend-expressive#561](https://github.com/zendframework/zend-expressive/pull/561).
5337

54-
## 1.0.0alpha2 - 2018-02-22
55-
56-
### Added
57-
58-
- Nothing.
59-
60-
### Changed
61-
62-
- Nothing.
63-
64-
### Deprecated
65-
66-
- Nothing.
67-
68-
### Removed
69-
70-
- Nothing.
71-
72-
### Fixed
73-
74-
- [#17](https://github.com/zendframework/zend-expressive-authentication/pull/17)
75-
adds the missing config-provider zend-component-installer config.
76-
77-
78-
## 1.0.0alpha1 - 2018-02-07
79-
80-
### Added
81-
82-
- [#15](https://github.com/zendframework/zend-expressive-authentication/pull/15)
83-
adds support for PSR-15.
84-
85-
### Changed
86-
87-
- Nothing.
88-
89-
### Deprecated
90-
91-
- Nothing.
92-
93-
### Removed
94-
95-
- [#15](https://github.com/zendframework/zend-expressive-authentication/pull/15) and
96-
[#3](https://github.com/zendframework/zend-expressive-authentication/pull/3)
97-
remove support for http-interop/http-middleware and
98-
http-interop/http-server-middleware.
99-
100-
### Fixed
101-
102-
- Nothing.
103-
10438
## 0.3.1 - 2018-03-12
10539

10640
### Added

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-master": "0.2.x-dev",
59-
"dev-release-1.0.0": "1.0.x-dev"
58+
"dev-master": "0.4.x-dev"
6059
},
6160
"zf": {
6261
"config-provider": "Zend\\Expressive\\Authentication\\ConfigProvider"

composer.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)