Skip to content

Releases: manyfold3d/caber

v0.4.0

30 Aug 13:41
3ab07d7
Compare
Choose a tag to compare

What's Changed

✨ New Features ✨

  • Overwrite existing relation when changing permission level. by @Floppy in #7

Full Changelog: v0.3.1...v0.4.0

v0.3.1

29 Aug 21:47
5ae0eeb
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes 🐛

  • Fix error when using granted_to with a subject ActiveRecord::Relation by @Floppy in #6

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Aug 13:10
98bb0ca
Compare
Choose a tag to compare

What's Changed

✨ New Features ✨

  • Add ability to find objects that subjects have some permission on by @Floppy in #5

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Aug 11:19
cb8c16f
Compare
Choose a tag to compare

What's Changed

✨ New Features ✨

  • Allow checking multiple permissions at once by @Floppy in #1
  • Add ActiveRecord relationships between subjects and objects, so that we can generate lists by @Floppy in #2
  • Add ability to revoke permissions by @Floppy in #3
  • Make sure relations are cleaned up after objects or subjects are destroyed by @Floppy in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Aug 16:18
5610bd1
Compare
Choose a tag to compare

First release! Allows basic setup of subjects and objects, and can create and check relations between them.

Full Changelog: https://github.com/manyfold3d/caber/commits/v0.1.0