Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

67 lines (35 loc) · 1.31 KB

Changelog

All notable changes to filament-feature-flags will be documented in this file.

2.1.2 - 2025-01-27

  • Ensure App\Features directory exist before discovery by @MarJose123 in #19

2.1.1 - 2024-12-01

  • use array and root backslash when registering plugins by @chrillep in #16

2.1.0 - 2024-10-03

  • 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

2.0.2 - 2024-09-17

  • Reintroduce Laravel 11 support.

2.0.1 - 2024-08-09

  • Improved feature segment resolution.
  • Discover features automatically.
  • Updated ReadMe

2.0.0 - 2024-07-13

  • Laravel 11 support by @simonhamp

1.0.8 - 2024-02-23

  • Enhance feature resolve logic to meet broader criterias of segmentation by @stephenjude

1.0.7 - 2024-02-05

  • Translations and Resource via config by @eelco2k

1.0.6 - 2023-12-16

  • Improved support for non-class based features by @eyounelson

1.0.5 - 2023-11-16

  • Added purge feature action.

1.0.4 - 2023-11-16

  • Fixed feature resolver logic.

1.0.3 - 2023-11-16

  • Fixed feature resolver logic.

1.0.2 - 2023-11-16

  • Fixed error for deleted feature on existing feature segments.

1.0.1 - 2023-11-16

  • Make event properties public.

1.0.0 - 2023-11-15

  • Initial release