-
Notifications
You must be signed in to change notification settings - Fork 61
/
CHANGES
36 lines (23 loc) · 785 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Flask-RBAC Changelog
====================
Release 0.5.0 (Jun 8, 2021)
---------------------------
- Introduce `endpoint` in `allow` and `deny` methods.
- Deprecate Python2.x, upgrade to Python3.x
Release 0.4.0 (Dec 8, 2020)
---------------------------
- Improve performance of `_check_permission`.
Release 0.3.0 (Mar 13, 2017)
---------------------------
- Fix `AnonymouseUserMixin`
Release 0.2.1 (Apr 4, 2014)
---------------------------
(Thanks suggestion from tonyseek)
- Make flask.ext.login.current_user to be default user.
- Add `as_role_model` and `as_user_model` decorator to set role and user model.
Release 0.2.0 (Jan 31, 2014)
----------------------------
- Add `exempt` method.
Release 0.1.0 (Jan 27, 2014)
----------------------------
- First public release.