laravel-collection-macros

A set of useful Laravel collection macros

OTHER License

Downloads
3.3M
Stars
1.7K
Committers
61

Bot releases are visible (Hide)

laravel-collection-macros - 3.8.0

Published by sebastiandedeyne over 6 years ago

  • Added: Laravel 5.6 compatibility
laravel-collection-macros - 3.7.0

Published by freekmurze over 6 years ago

  • add pluckToArray
laravel-collection-macros - 3.6.2

Published by freekmurze almost 7 years ago

  • make parallelMap return a new collection
laravel-collection-macros - 3.6.1

Published by freekmurze almost 7 years ago

  • fix count warning/exception php7.2 in Transpose
laravel-collection-macros - 3.6.0

Published by freekmurze almost 7 years ago

  • allow worker pool of parallelMap to be configured
laravel-collection-macros - 3.5.0

Published by freekmurze almost 7 years ago

  • Add parallelMap
laravel-collection-macros - 3.4.0

Published by freekmurze almost 7 years ago

  • Add findOrFail
laravel-collection-macros - 3.3.2

Published by sebastiandedeyne almost 7 years ago

  • Fixed transpose when using an empty array
  • Fixed transpose when using an Arrayable
laravel-collection-macros - 3.3.1

Published by sebastiandedeyne almost 7 years ago

  • Fixed transpose when passing a single-row matrix
laravel-collection-macros - 3.3.0

Published by sebastiandedeyne about 7 years ago

  • Added at
laravel-collection-macros - 3.2.0

Published by sebastiandedeyne about 7 years ago

  • Added rotate
laravel-collection-macros - 3.1.0

Published by sebastiandedeyne about 7 years ago

  • Added filterMap
laravel-collection-macros - 3.0.0

Published by sebastiandedeyne about 7 years ago

  • Added support for Laravel 5.5, removed support for older versions
  • Added glob macro
  • Removed dd and dump macros
  • Changed parameter order for groupByModel and sectionBy
laravel-collection-macros - 2.7.1

Published by sebastiandedeyne about 7 years ago

  • tail, eachCons, sliceBefore and chunkBy now have a $preserveKeys parameter
laravel-collection-macros - 2.7.0

Published by sebastiandedeyne about 7 years ago

  • Add $itemsKey and $preserveKeys parameters to groupByModel
laravel-collection-macros - 2.6.0

Published by freekmurze about 7 years ago

Added tail, eachCons, sliceBefore and chunkBy

laravel-collection-macros - 2.5.0

Published by AlexVanderbist about 7 years ago

  • Added customization options for sectionBy
laravel-collection-macros - 2.4.0

Published by sebastiandedeyne about 7 years ago

  • Added: sectionBy
laravel-collection-macros - 2.3.1

Published by sebastiandedeyne over 7 years ago

  • Fixed: extract now returns an instance of the current collection type
laravel-collection-macros - 2.3.0

Published by sebastiandedeyne over 7 years ago

  • Added: extract