Releases: micheleangioni/support
Releases · micheleangioni/support
v4.0.1
New major release 4.0
New requisites
- PHP 7.1.3 and Illuminate 5.8 are now required
Breaking Changes
- Following Laravel 5.8 breaking change, the caching times are now expressed in seconds, instead than minutes. This happens both in the Cache classes, in the config file and in the
SemaphoresManager
- Static types have been added to a few methods of the
ReporitoryInterface
andEloquentAbstractRepository
v3.0.4
Fixed proper illuminate packages version requirements.
v3.0.3
Maximum Laravel supported version is 5.7, to avoid breaking changes of versin 5.8.
v3.0.2
Fix to alpha_complete validator.
v3.0.1
Removed deprecated has() method from RepositoryInterface as well.
v3.0
New major release 3.0
New requisites
- PHP 7.1 and Illuminate 5.4 are now required
New features
- Complete code update to PHP 7.1 version with type hinting etc.
- getUniqueRandomValues() of Helpers class is now static and uses new PHP's random_int() method
- Improved readme
Breaking Changes
- Alpha Complete validator now allows for | # = characters
- Removed divideCollectionIntoGroups(), compareDates(), getTodayDay(), getDate(), getTime() and getRandomValueUrandom() methods from Helpers class
- Removed deprecated has() method from AbstractEloquentRepository
v2.12.1
Every query with allows a $where array supports now both formats ['key' => 'value'] and ['key' => [, 'value']], where can be =, < or >.
v2.12
Wrong release.
v2.11.1
Fixed Lumen compability error when registering custom validators in the Service Provider.