- Initial release
- 🌧 Changed Django version requirement from 3.0.* to >= 2.0
- 😺 Fixed issue, when user has no role, but has permissions and object_checker returned false.
- 🐄 Updated version in pyproject.toml file and fixed date in CHANGELOG.md.
- 🐂 Added possibility to implement checkers by RBAC or ABAC standards.
- 🐕🦺 Added possibility to write custom classes (inherited from ABAC and RBAC).
- 🦧 Added kwargs to checker methods.