-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
CHANGES
80 lines (47 loc) · 1.49 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Flask-Principal Changelog
=========================
Here you can see the full list of changes between each Flask-Principal release.
Version 0.4.1
-------------
Unreleased
- Added Pallets projects scaffolding
- Updated docstrings. Changed ``flask.ext.principal`` imports to ``flask_principal``.
- Updated ``Permission`` needs and excludes to never conflict with each other.
- Updated docs: Flask-login sections
Version 0.4.0
-------------
Released June 14th 2013
- Added Python 3 support
- Dropped support for Python 2.5
Version 0.3.5
-------------
Released April 3rd 2013
- Fixed possible bug with ``AnonymousIdentity`` supplying "anon" as the username
- Changed Indentity ``name`` property to ``id`` to be more generic
Version 0.3.4
-------------
Released February 1st 2013
- Add ``__repr__`` method to Identity and Permission classes
- Optimized ``_is_static_resource`` method
Version 0.3.3
-------------
Released September 4th 2012
- Add ``init_app`` method to accomodate usage with a factory pattern.
Version 0.3.2
-------------
Released August 25th 2012
- Update to check for ``static_url_path`` in Flask 0.9
Version 0.3.1
-------------
Released August 16th 2012
- Fixed bug with re-raising exceptions/tracebacks
Version 0.3
-----------
Released June 20th 2012
- Python 2.5/GAE support
- New extension structure
- Added ignore_static option
- Updated docs
Version 0.2
-----------
Initial development by Ali Asfshar. `Original repository <https://bitbucket.org/aafshar/flask-principal-main>`_