Skip to content

v3.0

Compare
Choose a tag to compare
@micheleangioni micheleangioni released this 29 May 09:55
· 11 commits to master since this release

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