All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
#12 adds and publishes the documentation to https://zendframework.github.io/zend-permissions-rbac/
-
#23 adds support for multiple parent roles, fixing an issue with reverse traversal of the inheritance tree. To accomplish this, the method
addParent($parent)
was added, and the methodgetParent()
now can also return an array of roles. -
#31 adds support for PHP 7.2.
- Nothing.
- #23
deprecates the method
setParent()
. UseaddParent()
instead.
- #21 fixes dynamic assertion checking, adding the AND with permission.