Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Releases: rachelsanders/Flask-FeatureFlags

Adding contrib modules to setup.py

10 Jun 02:20
Compare
Choose a tag to compare

Adding contrib modules to setup.py. Thank you @iromli and @pcraig3!

Inline configuration contribution

13 Oct 20:36
Compare
Choose a tag to compare

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!

0.5 - release the contrib!

07 Aug 22:23
Compare
Choose a tag to compare

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.

Contributions for other storage backends welcome!

PyCon 2014

08 Apr 23:29
Compare
Choose a tag to compare
  • General code cleanup, modernization and optimization
  • Adding optional redirect to is_active_feature, thank you to michaelcontento
  • Fixed syntax error in docs, thank you to iurisilvio