Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 4e8dd13

Browse files
committed
Merge branch 'feature/stable-support'
Ready for 1.0.0 release.
2 parents fc86b2a + 2ee9b51 commit 4e8dd13

File tree

5 files changed

+203
-211
lines changed

5 files changed

+203
-211
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

5+
## 1.0.0 - TBD
6+
7+
### Added
8+
9+
- Adds the method `OAuth2User::getDetail(string $name, $default = null)` in
10+
order to fulfill the zend-expressive-authentication 1.0.0 API for the
11+
`UserInterface`.
12+
13+
### Changed
14+
15+
- The method `OAuth2User::getUserRoles() : array` was refactored to
16+
`OAuth2User::getRoles() : iterable` in order to match the
17+
zend-expressive-authentication 1.0.0 API.
18+
19+
- The method `OAuth2User::getUserData() : array` was refactored to
20+
`OAuth2User::getDetails() : array` in order to match the
21+
zend-expressive-authentication 1.0.0 API.
22+
23+
### Deprecated
24+
25+
- Nothing.
26+
27+
### Removed
28+
29+
- Nothing.
30+
31+
### Fixed
32+
33+
- Nothing.
34+
535
## 0.2.1 - 2018-03-28
636

737
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1",
2020
"league/oauth2-client": "^2.2",
2121
"zendframework/zend-expressive": "^3.0",
22-
"zendframework/zend-expressive-authentication": "^0.4",
22+
"zendframework/zend-expressive-authentication": "^1.0",
2323
"zendframework/zend-expressive-session": "^1.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)