Ylsideas Feature Flags Versions Save

A Laravel package for handling feature flags

v2.5.0

1 month ago

v2.4.2

5 months ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.4.1...v2.4.2

v2.4.1

1 year ago

What's Changed

  • Fixes a typo in the error message for missing in memory config files #55

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.4.0...v2.4.1

v2.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.3.1...v2.4.0

v2.3.1

1 year ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.3.0...v2.3.1

v2.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.2.0...v2.3.0

v2.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.1.1...v2.2.0

v2.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.1.0...v2.1.1

v2.1.0

1 year ago

What's Changed

  • Adds a new system for debugging features that are accessed.
  • Testing a feature now is easy to do via the Features facade.
  • You can now add a handler for when features should be expired.
  • Adds a mixin for the Eloquent Query Builder allowing you to use the methods whenFeatureIsAccessible() and whenFeatureIsNotAccessible().

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.0.3...v2.1.0

v2.0.3

1 year ago

What's Changed

  • Removes the all() method PHPdoc tag from Features facades. #44

Full Changelog: https://github.com/ylsideas/feature-flags/compare/v2.0.2...v2.0.3