Skip to content

Latest commit

 

History

History
122 lines (64 loc) · 3.36 KB

File metadata and controls

122 lines (64 loc) · 3.36 KB

Changelog

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

3.0.4 - 2025-08-16

What's Changed

  • 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

3.0.3 - 2025-06-17

What's Changed

  • 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

3.0.2 - 2025-04-16

What's Changed

  • Allow features to override the default value by @RVxLab in #24

New Contributors

  • @RVxLab made their first contribution in #24

Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.1...3.0.2

3.0.1 - 2025-03-31

What's Changed

  • Changed the ensureDirectoryExists from "feature" folder to "features"… by @yash-tiwari18 in #23

New Contributors

  • @yash-tiwari18 made their first contribution in #23

Full Changelog: https://github.com/stephenjude/filament-feature-flags/compare/3.0.0...3.0.1

3.0.0 - 2025-03-07

What's Changed

  • 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

2.1.3 - 2025-01-28

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #20

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