Skip to content

2.4: PSR-4, peformance improvements, Traversable support

Latest
Compare
Choose a tag to compare
@Athari Athari released this 15 Jan 03:12
· 39 commits to master since this release
  • Switched to PSR-4 autoloader.
  • Improved performance of sorting in oderBy*, thenBy*: now uses specific array functions when possible instead of just usort.
  • Added support for Traversable which does not implement Iterator or IteratorAggregate in from.
  • Fixed toString in case of same keys.
  • Added build integration with online tool SensioLabs.