Releases: PabloJoan/feature
Releases · PabloJoan/feature
8.0.2
8.0.1
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
php 8.2 required
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
small performance boost
improve performance by using faster hash algorithm
Bug fix
Simplified API. Breaking changes.
PHP >= 8.0
removed users, groups, admin, url overide options