Skip to content

Releases: guillermoandrae/php-collection

2.0.3

27 May 18:10
Compare
Choose a tag to compare

Updated dependencies; fixed scrutinizer config.

2.0.2

28 Dec 18:49
88d7579
Compare
Choose a tag to compare

A bit of cleanup on type hints and docs.

2.0.1

27 Dec 21:55
Compare
Choose a tag to compare

Resolved bug in Collection::last(). Now supports associative arrays.

2.0.0

27 Dec 21:37
Compare
Choose a tag to compare

Removed PHP 7 support.

1.1.0

07 Jul 14:48
Compare
Choose a tag to compare
  • Removed support for PHP 7.2
  • Added support for PHP 8.0

1.0.0

31 May 00:56
Compare
Choose a tag to compare

It's ready?

0.2.1

07 Jul 02:04
Compare
Choose a tag to compare

Collections now implement Countable.

0.2.0

28 May 23:14
7bb9db4
Compare
Choose a tag to compare

Added a reverse sorting option to the Collection::sortBy method.

0.1.0

04 Jun 17:05
Compare
Choose a tag to compare

Boom!