- Switched to PSR-4 autoloader.
- Improved performance of sorting in
oderBy*
,thenBy*
: now uses specific array functions when possible instead of justusort
. - Added support for
Traversable
which does not implementIterator
orIteratorAggregate
infrom
. - Fixed
toString
in case of same keys. - Added build integration with online tool SensioLabs.