Skip to content

0.6.0

Compare
Choose a tag to compare
@palkan palkan released this 02 Sep 11:01
· 125 commits to master since this release

Changes

  • Drop Ruby 2.5 support.

Features

  • Added inline_reasons: true option to allowed_to? to avoid wrapping reasons.

See #186 for discussion.

  • Add strict_namespace: option to policy_for behaviour.

Fixes

  • Explicit context were not merged with implicit one within policy classes (#173).