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

Commit d4a4652

Browse files
committed
Prepares for 1.0.0 release
- Updates branch aliases: - dev-master => 1.0.x-dev - dev-develop => 1.1.x-dev (to be created) - Removes dev-release-1.0.0 entry - Merges alpha changelogs into a single 1.0.0 changelog
1 parent c00c948 commit d4a4652

File tree

3 files changed

+11
-31
lines changed

3 files changed

+11
-31
lines changed

CHANGELOG.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions 0.3.0 and prior were released as "weierophinney/problem-details".
66

7-
## 1.0.0alpha2 - 2018-02-26
7+
## 1.0.0 - 2018-03-15
88

99
### Added
1010

11-
- Nothing.
11+
- [#30](https://github.com/zendframework/zend-problem-details/pull/30)
12+
adds PSR-15 support.
1213

1314
### Changed
1415

16+
- [#24](https://github.com/zendframework/zend-problem-details/pull/24)
17+
updates all classes to use scalar and return type hints, including nullable
18+
and void types. If you were extending classes within an earlier release, you
19+
may need to update signatures of any methods you override.
20+
1521
- [#35](https://github.com/zendframework/zend-problem-details/pull/35)
1622
modifies the constructor of `Zend\ProblemDetails\ProblemDetailsResponseFactory`
1723
such that it now has the following signature:
@@ -62,32 +68,6 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
6268

6369
### Removed
6470

65-
- Nothing.
66-
67-
### Fixed
68-
69-
- Nothing.
70-
71-
## 1.0.0alpha1 - 2018-02-07
72-
73-
### Added
74-
75-
- [#30](https://github.com/zendframework/zend-problem-details/pull/30)
76-
adds PSR-15 support.
77-
78-
### Changed
79-
80-
- [#24](https://github.com/zendframework/zend-problem-details/pull/24)
81-
updates all classes to use scalar and return type hints, including nullable
82-
and void types. If you were extending classes within an earlier release, you
83-
may need to update signatures of any methods you override.
84-
85-
### Deprecated
86-
87-
- Nothing.
88-
89-
### Removed
90-
9171
- [#22](https://github.com/zendframework/zend-problem-details/pull/22) and
9272
[#30](https://github.com/zendframework/zend-problem-details/pull/30)
9373
remove support for both `http-interop/http-middleware` and

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"config-provider": "Zend\\ProblemDetails\\ConfigProvider"
5050
},
5151
"branch-alias": {
52-
"dev-master": "0.5.x-dev",
53-
"dev-release-1.0.0": "1.0.x-dev"
52+
"dev-master": "1.0.x-dev",
53+
"dev-develop": "1.1.x-dev"
5454
}
5555
},
5656
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)