Skip to content

Releases: codinglabsau/laravel-feature-flags

v1.4.1

11 Mar 04:11
Compare
Choose a tag to compare
  • Support Laravel 11

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Feb 04:17
Compare
Choose a tag to compare

What's Changed

  • Laravel 10 support
  • PHP 8.1+

v1.3.1

30 Aug 04:09
Compare
Choose a tag to compare
  • use configured model in Action

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Aug 02:03
a266f3a
Compare
Choose a tag to compare

What's Changed

  • St/sc 7287 move syncfeaturesaction over to package with by @stevethomas in #4
  • Increase code coverage
  • Add features and always_on flags to config

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Aug 02:36
5153222
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Jun 04:10
Compare
Choose a tag to compare

Added

  • VerifyFeatureIsOn middleware that returns a 404 if the feature is not on

Full Changelog: v1.1.1...v1.2.0

v1.1.1

13 Jun 01:56
Compare
Choose a tag to compare

Changed

  • added composer.lock to .gitignore list
  • moved php-styles dependency to dev dependencies

Removed

  • composer.lock

v1.1.0

06 Apr 01:02
Compare
Choose a tag to compare

Added:

  • public method isOff() to get the inverse of isOn()

Changed

  • getState() is now a public method

v1.0.0

31 Mar 01:34
Compare
Choose a tag to compare

Initial release.