Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 626 Bytes

0.1.0 : 2020-09-23

  • Initial release

0.1.1 : 2020-10-05

  • 🌧 Changed Django version requirement from 3.0.* to >= 2.0

0.1.2 : 2020-10-15

  • 😺 Fixed issue, when user has no role, but has permissions and object_checker returned false.

0.1.3 : 2020-11-02

  • 🐄 Updated version in pyproject.toml file and fixed date in CHANGELOG.md.

1.0.0 : 2020-11-24

  • 🐂 Added possibility to implement checkers by RBAC or ABAC standards.

1.0.1 : 2022-05-23

  • 🐕‍🦺 Added possibility to write custom classes (inherited from ABAC and RBAC).

1.0.2 : 2022-05-25

  • 🦧 Added kwargs to checker methods.