Releases: guillermoandrae/php-collection
Releases · guillermoandrae/php-collection
2.0.3
2.0.2
A bit of cleanup on type hints and docs.
2.0.1
Resolved bug in Collection::last(). Now supports associative arrays.
2.0.0
Removed PHP 7 support.
1.1.0
- Removed support for PHP 7.2
- Added support for PHP 8.0
1.0.0
It's ready?
0.2.1
Collections now implement Countable
.
0.2.0
Added a reverse sorting option to the Collection::sortBy
method.
0.1.0
Boom!