Skip to content

Commit

Permalink
Merge branch 'feature/stable-support'
Browse files Browse the repository at this point in the history
Ready for 1.0.0 release.
  • Loading branch information
weierophinney committed Oct 18, 2018
2 parents fc86b2a + 2ee9b51 commit 4e8dd13
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 211 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

## 1.0.0 - TBD

### Added

- Adds the method `OAuth2User::getDetail(string $name, $default = null)` in
order to fulfill the zend-expressive-authentication 1.0.0 API for the
`UserInterface`.

### Changed

- The method `OAuth2User::getUserRoles() : array` was refactored to
`OAuth2User::getRoles() : iterable` in order to match the
zend-expressive-authentication 1.0.0 API.

- The method `OAuth2User::getUserData() : array` was refactored to
`OAuth2User::getDetails() : array` in order to match the
zend-expressive-authentication 1.0.0 API.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.2.1 - 2018-03-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.1",
"league/oauth2-client": "^2.2",
"zendframework/zend-expressive": "^3.0",
"zendframework/zend-expressive-authentication": "^0.4",
"zendframework/zend-expressive-authentication": "^1.0",
"zendframework/zend-expressive-session": "^1.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 4e8dd13

Please sign in to comment.