Skip to content

Releases: eXolnet/laravel-bento

v2.5.0

28 Mar 14:47
b25b48f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

09 Mar 20:40
f80a02b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): drop support for Laravel 8 by @xel1045 in #45
  • chore(deps): add support for PHP 8.2 by @xel1045 in #44
  • chore(deps): add Laravel 10 support by @xel1045 in #46

Full Changelog: v2.3.0...v2.4.0

v2.3.0

22 Nov 15:44
ac005a0
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Normalize Composer scripts naming
  • Use PSR-12 as our coding standard

v2.2.0

13 Feb 19:37
64b5885
Compare
Choose a tag to compare
  • Add support for Laravel 9

v2.1.0

01 Oct 15:20
db513e6
Compare
Choose a tag to compare
  • Update composer dependencies
  • Update LICENSE

v2.0.0

08 Sep 19:23
a17c7ed
Compare
Choose a tag to compare
  • Allow strategies to be created in a more fluent manner (ex: Bento::feature('name')->everyone();)
  • Rename strategy logicAnd to all
  • Rename strategy logicOr to any
  • Rename strategy custom to callback
  • Add higher order proxy support to create not strategy (ex: Bento::feature('name')->not->everyone();)
  • Add support for custom class strategies
  • Add Await middleware
  • Add type hinting to better integrate with IDEs
  • Support date time to deploy features using the date strategy
  • Remove methods aim, makeStrategy and defineStrategy from the Bento class
  • Late bind FeatureAwareStrategy strategies

v1.5.0

17 Jun 01:55
15d6c16
Compare
Choose a tag to compare

Added

  • Add support for PHP 8.0

Changed

  • Drop support for PHP 7.2

v1.4.0

22 Sep 12:12
4a8adb8
Compare
Choose a tag to compare

Added

  • Add support for Laravel 8.x

v1.3.0

24 Jul 13:05
fa67820
Compare
Choose a tag to compare

Added

  • Add await method to check if a feature isn't launched
  • Add support for Laravel 7.x
  • Add publishable example service provider to hold feature definitions

Changed

  • Move Bento facade to the Facades namespace
  • Drop support for PHP 7.1

v1.2.1

09 Oct 15:08
f095b29
Compare
Choose a tag to compare

Fixed

  • Make sure the Bento class is always a singleton