Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 709 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 709 Bytes

Changelog

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.

[Unreleased]

  • Added: short-hand method for getting allowed actions
  • Added: support for proc type validator options
  • Added/Changed/Deprecated/Removed/Fixed/Security: YOUR CHANGE HERE

[1.1.0]

  • Added AttributesValidator

[1.0.0]

  • Added Ruby on Rails validator
  • Fixed: attribute policy no longer depends on action policy conditions

[0.2.0]

  • Changed: resource protection is now done using policy instance method instead of class method