Releases: Jaspaul/laravel-rollout
Releases · Jaspaul/laravel-rollout
v4.0.0
Introduces support for Laravel 8.0
v3.0.0
Introduces Laravel 7.0 support
v2.0.0
- Adds support for 6.x illuminate packages
- Drops support for 5.* illuminate packages
- Drops support for php 7.0 and, 7.1
v1.0.1
The release ensures we only install patches of opensoft/rollout instead of minor versions.
v1.0.0
Introduces the ability to leverage groups to laravel-rollout.
v0.3.3
Introduces package discovery for Laravel 5.5.
v0.3.1
Updates to introduce support for Laravel 5.5, along with matrix builds to test various versions of Illuminate.
v0.3
Introduces support for persistent storage for rollout settings.
v0.2.2
Introduces the rollout:percentage
command to allow you to rollout to a percentage of users.
v0.2.1
Improves command output and reduces test fragility.