All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Switched to Zeitwerk for autoloading
- Added
Pragma::Policy::Pundit
for policies that just delegate to Pundit - Implemented
#context
as an alias of#user
Pragma::Policy::Base::Scope
has been moved toPragma::Policy::Scope
(alias provided for BC)Pragma::Policy::UnauthorizedError
no longer inherits fromPundit::UnauthorizedError
- Dropped Pundit dependency
First Pragma 2 release.