forked from ekohl/django-waffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
113 lines (77 loc) · 1.76 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
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
================
Waffle Changelog
================
v0.9.2
======
- Add get_flags method to waffle.js.
- Fix issue with South migrations and custom user models in Django 1.5.
- Document command-line access and get more useful information from it.
- Support non-naive datetimes when appropriate.
- Fix a cache invalidation issue.
v0.9.1
======
- Real Django 1.5 support.
- JavaScript obeys WAFFLE_*_DEFAULT settings.
v0.9
====
- Reorganized documentation.
- Hash form values for better memcached keys.
- Simplified and improved Django template tags.
- Renamed JS functions to *_is_active to avoid reserved keywords.
v0.8.1
======
- Fix cache flushing issues.
- Fix order of flag_is_active checks.
- Add a waffle.urls module.
- Add management commands.
- Add language support to flags.
- Better caching for missing flags/switches/samples.
- Re-add 'note' field.
- Created a set_flag method to make custom flag cookie triggers easier.
v0.8
====
- Fix issue with repeated flag_is_active calls.
- Add created/modified dates to models.
- Add WAFFLE_CACHE_PREFIX settings.
v0.7.6
======
- Fix waffle template functions when no request is present.
- Added testing mode to flags.
- Add WAFFLE_*_DEFAULT for switches and samples.
v0.7.5
======
- Fix issue with stale cache using bulk admin actions.
v0.7.4
======
- Fix waffle.js in Safari.
v0.7.2
======
- Handle 404s correctly.
v0.7.1
======
- I am bad at packaging.
v0.7
====
- Add 'note' field.
- Add migrations for Samples.
- Clean up Jinja2 functions.
v0.6
====
- Add Samples.
v0.5
====
- Fix waffle.js view with Switches.
- Add South migrations.
- Cache values to save database queries.
v0.4
====
- Add Switches.
v0.3
====
- Add waffle.js view.
v0.2.1
======
- Add bulk admin actions.
v0.2
====
- Add rollout mode to Flags.