Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@pierredup pierredup released this 21 Sep 19:06
· 103 commits to master since this release

This release adds some bug fixes with the Symfony integration, and offers the following new features:

  • Add context to feature config - This allows you to enable a feature under certain conditions, E.G only enable feature for users in a specific group
  • Add custom storage interface - This allows you to store your feature config in any storage, not just an array or config files