Skip to content

Releases: aheenam/laravel-collection-addon

2.0.0

28 Feb 19:45
8ceac0e
Compare
Choose a tag to compare
  • This version drops support for Laravel 5.6 and PHP 7.1
  • It adds support for Laravel 5.8

Initial release

20 Mar 10:59
Compare
Choose a tag to compare

This is the initial release containing the following macros:

  • hasAny()
  • hasAll()
  • containsAny()
  • containsAll()

Check the README to see how those macros work.