All Versions
4
Latest Version
Avg Release Cycle
100 days
Latest Release
3290 days ago
Changelog History
Changelog History
-
v0.2.0 Changes
September 16, 2015โ Added
- โ Added the ability to clear permissions
๐ Changed
- Switched from Scrutinizer to Code Climate for analysis
-
v0.1.0 Changes
December 17, 2014๐ Changed
- ๐ Renamed the
createFromArray
method on thePermissionFactory
tocreateFromData
๐ Fixed
- ๐ Fixed a bug where only array data could be passed to the
PermissionFactory
- ๐ Fixed a bug where a action alias got denied but was still accepted
- ๐ Renamed the
-
v0.1.0-alpha.2 Changes
December 05, 2014โ Added
- Scrutinizer config for code quality and code coverage
- ๐ Changelog
- Contributers file
.gitattributes
file- โ Added section to readme about testing your driver
- ๐ The
Manager
class now has methods to set the lock instance for objects which implement theLockAware
trait - ๐
Lock
instances can now call a list of resource ids to which they are allowed or denied to perform the given action on
๐ Changed
- ๐จ Massive refactor of the
Lock
andManager
classes - ๐ Moved interfaces to their own namespaces
- ๐จ Refactored most of the testing suite
- ๐ Renamed the
AbstractPermission
class - ๐ ArrayDriverTest moved to the
Drivers
namespace - โ
Split the
LockTestCase
intoPersistentDriverTestCase
andStaticDriverTestCase
- The
assert
method of conditions now get more parameters - Conditions can now be used as a callback
โ Removed
- ๐ Git ignored the
composer.lock
file
๐ Fixed
- Require
PHP >=5.4
in thecomposer.json
file - ๐ Various documentation fixes in
readme.md
-
v0.1.0-alpha.1 Changes
November 21, 2014๐ First public alpha release.