All notable changes to filament-feature-flags
will be documented in this file.
- 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