v0.4.1
- The model constructor passed to the
PunditPolicy
might accept arbitrary arguments. The previous implementation required model constructor to accept no arguments.
v0.4.0
- Require constructor class to be passed to
new PunditPolicy()
- Removed
abstract
property fromhandlesModel
andhandlesModelConstructor
. These methods now have concrete implementations.
v0.3.0
- Removed
can*
methods, instead, addedauthorize
abstract method.
v0.2.7
- Added support for indicating nothing should be matched from the
PunditPolicy#filter
v0.2.0
- Added support for
filter
calls onPundit
containers