Skip to content

Releases: micheleangioni/support

v4.0.1

09 Mar 13:24
Compare
Choose a tag to compare

Fixed proper illuminate packages version requirements.

New major release 4.0

09 Mar 13:01
Compare
Choose a tag to compare

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 and EloquentAbstractRepository

v3.0.4

09 Mar 13:21
Compare
Choose a tag to compare

Fixed proper illuminate packages version requirements.

v3.0.3

09 Mar 12:56
Compare
Choose a tag to compare

Maximum Laravel supported version is 5.7, to avoid breaking changes of versin 5.8.

v3.0.2

01 Mar 21:02
Compare
Choose a tag to compare

Fix to alpha_complete validator.

v3.0.1

29 May 10:04
Compare
Choose a tag to compare

Removed deprecated has() method from RepositoryInterface as well.

v3.0

29 May 09:55
Compare
Choose a tag to compare

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

29 Jun 19:43
Compare
Choose a tag to compare

Every query with allows a $where array supports now both formats ['key' => 'value'] and ['key' => [, 'value']], where can be =, < or >.

v2.12

29 Jun 19:41
Compare
Choose a tag to compare

Wrong release.

v2.11.1

18 May 21:49
Compare
Choose a tag to compare

Fixed Lumen compability error when registering custom validators in the Service Provider.