Initial public offering.
Revved the version number so I could re-upload to PyPI. No real changes other than that. :/
- Dropped support for Python 2.5, and added support for Python 3.3 and Flask 0.10
- Now testing with PyPy in Travis!
- Added
RAISE_ERROR_ON_MISSING_FEATURES
configuration to throw an error in dev if a feature flag is missing.
- General code cleanup and optimization
- Adding optional redirect to is_active_feature, thank you to michaelcontento
- Fixed syntax error in docs, thank you to iurisilvio
Official support for contributed modules, thank you to iurisilvio! He contributed the first for SQLAlchemy, so you can store your flags in the database instead.
Other contributions welcome.
Adding the ability to have feature flags inline instead of in a dictionary, to make it easier to interoperate with other Flask extensions, e.g. Flask-AppConfig.
A big thank you to Isman Firmansyah (@iromli) for the contribution!
Adding contrib modules to setup.py. Thank you @iromli and @pcraig3!