Skip to content

Releases: JustSteveKing/laravel-feature-flags

1.4.0

13 Mar 09:49
a76cda7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Adding the support for Laravel 10

03 Mar 13:44
5b85927

Choose a tag to compare

What's Changed

  • Adding the support for Laravel 10 by @zaherg in #29

New Contributors

Full Changelog: 1.2.0...1.3.0

Custom exception for "Time Bombs"

21 Jul 13:20
eb4ecc3

Choose a tag to compare

What's Changed

  • Custom exception for "Time Bombs" by @HajMo in #24

New Contributors

  • @HajMo made their first contribution in #24

Full Changelog: 1.1.0...1.2.0

Adding Timebomb functionality to Features

28 Jun 07:01
154b06d

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Laravel 9 Support

11 Feb 09:26
bd8e151

Choose a tag to compare

Thank you @AidanLaycock for the PR to get this to Laravel 9!

Middleware fixes

07 Feb 08:04
3ac9f22

Choose a tag to compare

Thanks to @thinkverse for this PR that fixes an issue with str_replace in the middleware!

Middleware fixes

19 Jan 08:21
ab7a81c

Choose a tag to compare

Thanks to a great PR by @AidanLaycock we are releasing an updated release with middleware patches

Removal of Facade

06 Oct 16:36
e7c8af1

Choose a tag to compare

The Facade was not being utilised properly, and had not really been set up. Thanks to @simensen this has now been removed through a PR #15

Beta Release

20 Sep 07:16

Choose a tag to compare

This is the beta release of the package, the only thing that has changed is underlying dependencies and moving the migrations from being ran automatically to them needing to be published and ran manually. This is to allow any custom overrides as this package leans on newer laravel practices such as unsignedBigIntegers for ID's and relationships - which can break on legacy projects that have been updated.

Alpha Release

19 Jul 13:34
d77338d

Choose a tag to compare

Alpha Release Pre-release
Pre-release

This is the alpha release of the Laravel feature flags package. This release is not recommended to be used in production, but creating a release to enable commuity testing easier.