Releases: xefi/python-entitled
Releases · xefi/python-entitled
0.4.2
0.4.1
Changes to policy creation to avoid some re-import related issues.
0.4.0
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
Bringing some classes into the 'entitled' namespace for import convenience
0.2.0
-
Some additional refactors and cleanup of syntax
-
Rework of the 'grants()' function
-
Additionnal unit tests (reaching 90% coverage)
0.2rc1
Refactor of rules/policies creation