Skip to content

Releases: PabloJoan/feature

8.0.2

29 Nov 17:16
1ba43eb
Compare
Choose a tag to compare

small refactoring

Full Changelog: 8.0.1...8.0.2

8.0.1

28 Nov 06:46
3ecbeb4
Compare
Choose a tag to compare

Bug fix where if the string hash maps to 100 or the random number generator returns 100, and the variant is configured to 100, it will not return that variant.

Full Changelog: 8.0.0...8.0.1

php 8.3 required

28 Nov 02:01
a25342f
Compare
Choose a tag to compare

php 8.3 is now required

Simplified random bucketing algorithm.

Full Changelog: 7.0.0...8.0.0

php 8.2 required

12 Apr 09:12
5ac19e0
Compare
Choose a tag to compare

PabloJoan\Feature\Feature class has been renamed to PabloJoan\Feature\Features

$feature->variant() function has been renamed to $feature->getEnabledVariant()

renamed the enabled stanza to variants.
removed short hand implementation when there is only one variant.

php 8.2 is now required

improved performance on random bucketing by implementing php Random\Randomizer extension.

6.0.3

10 Jun 17:25
Compare
Choose a tag to compare

changed the id bucket hash algorithm to crc32c, further improving performance

small performance boost

07 Jun 00:17
Compare
Choose a tag to compare

improve performance by using faster hash algorithm

Bug fix

29 May 23:24
Compare
Choose a tag to compare

fix bug on variant = "0" on features with no variants

Simplified API. Breaking changes.

27 May 01:57
Compare
Choose a tag to compare

PHP >= 8.0
removed users, groups, admin, url overide options

5.0.1

03 Nov 23:59
Compare
Choose a tag to compare
bug fixes

5.0.0

29 Oct 17:29
Compare
Choose a tag to compare

rename public_url_override to url_override