You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
+
## 1.0.0 - TBD
6
+
7
+
### Added
8
+
9
+
- Nothing.
10
+
11
+
### Changed
12
+
13
+
-[#27](https://github.com/zendframework/zend-expressive-authentication/pull/27)`Zend\Expressive\Authentication\UserInterface::getRoles()` returns an [iterable](http://php.net/manual/en/language.types.iterable.php) instead of array.
14
+
15
+
### Deprecated
16
+
17
+
- Nothing.
18
+
19
+
### Removed
20
+
21
+
- Nothing.
22
+
23
+
### Fixed
24
+
25
+
- Nothing.
26
+
5
27
## 0.5.0 - 2018-05-23
6
28
7
29
### Added
@@ -27,11 +49,11 @@ All notable changes to this project will be documented in this file, in reverse
27
49
-[#28](https://github.com/zendframework/zend-expressive-authentication/pull/28) modifies each of the `Htpasswd` and `PdoDatabase` user repository
28
50
implementations to accept a new constructor argument, a callable
29
51
`$userFactory`. This factory should implement the following signature:
0 commit comments