This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Changelog
130 lines (77 loc) · 1.87 KB
/
Changelog
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2013-03-31 klen
* Update requirements
* Added 'pages' application
* Version 0.6.4
2012-12-10 klen
* Planned requirements update
2012-10-15 klen
* Flask-Cache 0.8.0
2012-10-02 klen
* Alembic 0.4.0
2012-10-01 klen
* Flask-Cache 0.8.0
2012-09-29 klen
* Flask-Mail 0.7.3
* Add Foundation logo and favicon
* Refactor OAuth support (Added facebook and Github as examples)
* Respect environmet variable "MODE"
2012-09-25 klen
* Flask-Script 0.5.0
2012-09-17 klen
* Add dealer (project revision control)
2012-09-10 klen
* Flask-Principal>=0.3.3
* Flask-Mail>=0.7.1
* Flask-Rauth
2012-09-03 klen
* Added ability to run custom TestCase
./manage.py test -t base.core.tests.CoreTest -c base.config.develop
2012-09-01 klen
* Flask-Script>=0.4.0
* Flask-Mail>=0.7.0
2012-08-29 klen
* Flask-Cache>=0.7.1
2012-08-28 klen
* Update Flask-Admin to version 1.0.2
2012-08-26 klen
* base.core.tests.FlaskTestCase haved assertNumQueries method
2012-08-24 klen
* Add 'before_new', 'before_delete' model methods support
* Add FlaskMail log handler for production
* Load migrations by app config
2012-08-19 klen
* Update alembic, flask-cache, flask-principal
* Include Flask-DebugToolbar
2012-08-18 klen
* Minor updates
2012-08-15 klen
* Version 0.3.1
* Integrate travic-ci
2012-08-10 klen
* Version 0.3.0
* Migrate to alembic
2012-08-05 klen
* Added Flask-Collect
* Release 0.2.18
2012-08-04 klen
* Version 0.2.16
* Add loader for control apps (admin, script)
2012-07-29 klen
* Version 0.2.10
* Added dirty release of oauth (twitter)
2012-07-17 klen
* Version 0.2.9
* Added Flask-Mail
2012-07-15 klen
* Version 0.2.8
* Added wsgi file
2012-07-14 klen
* Version 0.2.4
* Refactor blueprints
2012-07-13 klen
* Version 0.2.3
* Flask-testing
* Flask-cache
2012-07-11 klen
* Version 0.1.1
* Initial release