Skip to content

Releases: SolidWorx/Toggler

2.0.0 Alpha 2

2.0.0 Alpha 2 Pre-release
Pre-release

Choose a tag to compare

@pierredup pierredup released this 14 Jan 11:13
1bd73f1

Changelog

  • Introducing ability to specify a namespace for redis storage (#10)
  • Change Config class to StorageFactory (#6)
  • Update Travis config to test on different environments (#8)
  • Update PHPUnit to the latest version
  • Remove HHVM support
  • Change Config class to StorageFactory
  • Remove the get, set and __construct methods in the StorageFactory class
  • Move the StorageFactory class to the SolidWorx\Toggler\Storage namespace

2.0.0 Alpha 1

2.0.0 Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@pierredup pierredup released this 24 Jan 21:36

Changelog

  • Add a Symfony command to update the status of a feature
  • Added Symfony command to get the status of a feature
  • Added PersistenStorageInterface to identify storage adapters that can persist the storage
  • Removed functions
  • Don't memoize callables and expressions
  • Update Toggle to take an instance of an ExpressionLanguage class
  • Created a factory method for Config
  • Added ArrayStorage class, update Toggle to accept a StorageInterface instead of a Config, and made Config a factory for any storage
  • Added YamlFileStorage
  • Added RedisStorage
  • Remove static methods and moved config into the Config class
  • Drop support for PHP 5 and PHP 7.0
  • Add a New Namespace

Release 1.2.0

Choose a tag to compare

@pierredup pierredup released this 03 Nov 12:38

Changelog:

  • Added support for context to twig tags
  • Added support for Symfony expression language

Release 1.1.0

Choose a tag to compare

@pierredup pierredup released this 21 Sep 19:06

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

1.0.0 - Initial Release

Choose a tag to compare

@pierredup pierredup released this 16 Sep 07:44

This is the first stable release of Toggler.

Features include:

  • Load config with php or yaml config files
  • Twig Integration
  • Symfony Integration