All notable changes to filament-feature-flags will be documented in this file.
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #28
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #29
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.3...3.0.4
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in #25
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #27
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.2...3.0.3
- Allow features to override the default value by @RVxLab in #24
- @RVxLab made their first contribution in #24
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.1...3.0.2
- Changed the ensureDirectoryExists from "feature" folder to "features"… by @yash-tiwari18 in #23
- @yash-tiwari18 made their first contribution in #23
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.0...3.0.1
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #21
- Support Laravel 12.x by @chrillep in #22
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/2.1.3...3.0.0
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #20
- Ensure App\Features directory exist before discovery by @MarJose123 in #19
- use array and root backslash when registering plugins by @chrillep in #16
- Add
authorise()method for access control and fixed issue #14
Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/2.0.2...2.1.0
- Reintroduce Laravel 11 support.
- Improved feature segment resolution.
- Discover features automatically.
- Updated ReadMe
- Laravel 11 support by @simonhamp
- Enhance feature resolve logic to meet broader criterias of segmentation by @stephenjude
- Translations and Resource via config by @eelco2k
- Improved support for non-class based features by @eyounelson
- Added purge feature action.
- Fixed feature resolver logic.
- Fixed feature resolver logic.
- Fixed error for deleted feature on existing feature segments.
- Make event properties public.
- Initial release