Skip to content

Releases: chaps-io/access-granted

1.3.3

19 Aug 07:25
Compare
Choose a tag to compare

Changes

1.3.1

28 Apr 08:54
Compare
Choose a tag to compare

Changes

  • Add information about action and subject when raising AccessDenied exception (PR #46), thanks jraqula!

1.3.0

18 Apr 17:56
Compare
Choose a tag to compare

Changes

  • Drop support for Ruby 1.9.3, it might still work but we are no longer testing against it.
  • Start testing against Rubies 2.3-2.5 in CI
  • Move Rails integration into Railties, this fixes some load order issues (PR #45), thanks jraqula!