Added
- SQLAlchemy support (`AlchemyWaffleStore`)
- Update notifications using file timestamp
- Extension methods to call in views
- New configuration variables (`WAFFLE_WATCHTYPE`, `WAFFLE_WATCHER_FILE`)
- Data (de)serialization
Changed
- Structure of the `WAFFLE_CONFS` dict is now simpler:
- Only `desc` and `default` are required
- Extension no longer requires a custom template or view (see documentation for
new implementation)
- Documentation rewritten and migrated to Sphinx
Deprecated
- `gevent` support (bad implementation)
- `WAFFLE_TEMPLATE` setting no longer used