- Replace waffle.get_flags with waffle.{FLAGS,SWITCHES,SAMPLES} in JS. - Update Custom User Models for Django 1.6 support. - Support WaffleJS inline in templates. - Improve test infrastructure and coverage.
0.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.
0.9.1
======
- Real Django 1.5 support. - JavaScript obeys WAFFLE_*_DEFAULT settings.
0.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.
0.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.
0.8
====
- Fix issue with repeated flag_is_active calls. - Add created/modified dates to models. - Add WAFFLE_CACHE_PREFIX settings.