Skip to content

Releases: ylsideas/feature-flags

v2.5.0

19 Mar 08:21
e6bc42d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.5.0

v2.4.2

02 Dec 23:49
39baec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1

09 Feb 11:24
c6e9dd8
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v2.4.0...v2.4.1

2.4.0

02 Feb 21:54
b36ac69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

2.3.1

21 Jan 03:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

2.3.0

14 Jan 23:32
a8c371d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

2.2.0

14 Jan 11:18
08a47dd
Compare
Choose a tag to compare

What's Changed

  • Adds Feature Flag information to the about command by @peterfox in #48

Full Changelog: v2.1.1...v2.2.0

2.1.1

24 Dec 16:08
2204807
Compare
Choose a tag to compare

What's Changed

  • Fixes a bug from the IDE helper package. by @peterfox in #47

Full Changelog: v2.1.0...v2.1.1

2.1.0

22 Dec 01:43
Compare
Choose a tag to compare

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: v2.0.3...v2.1.0

2.0.3

18 Oct 16:56
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v2.0.2...v2.0.3