Skip to content

Releases: xefi/python-entitled

0.4.2

02 Jan 13:15
Compare
Choose a tag to compare

Fix a type issue

0.4.1

02 Jan 10:13
Compare
Choose a tag to compare

Changes to policy creation to avoid some re-import related issues.

0.4.0

02 Dec 13:52
Compare
Choose a tag to compare

Add the ability to pass the entire type, not just an instance of the type, when checking permissions.
Useful for rules that are not necessarily bound to a specific instance but to the type itself, such as creation rules.

Full Changelog: 0.3.0...0.4.0

0.3.0

03 Jul 07:48
Compare
Choose a tag to compare

Bringing some classes into the 'entitled' namespace for import convenience

0.2.0

02 Jul 09:00
Compare
Choose a tag to compare
  • Some additional refactors and cleanup of syntax

  • Rework of the 'grants()' function

  • Additionnal unit tests (reaching 90% coverage)

0.2rc1

01 Jul 07:52
Compare
Choose a tag to compare

Refactor of rules/policies creation