All Versions
10
Latest Version
Avg Release Cycle
331 days
Latest Release
1926 days ago

Changelog History

  • v2.4.2

    January 10, 2019
  • v2.4.1

    February 25, 2018
  • v2.4.0 Changes

    January 15, 2016
    • 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.
  • v2.3.1

    January 11, 2016
  • v2.3.0.0 Changes

    June 07, 2015
    • โž• Added set functions: except, intersect, union.
    • โž• Added cast function.
    • ๐Ÿ‘Œ Improved performance of some functions by inlining code: range, rangeTo, max, min, sum.
    • ๐Ÿ”„ Changed iterator wrapping from closure to directly wrapping iterator.
    • ๐Ÿ›  Fixed integration with Coveralls.
    • ๐Ÿ›  Fixed builds for PHP 7 and HHVM on Travis CI.
    • Code cleanup: short array syntax everywhere.
  • v2.2.0.0 Changes

    June 03, 2015
    • โž• Added integration with online tools:
      • Travis CI
      • Coveralls
      • Scrutinizer
    • โž• Added string lambda caching to Utils::createLambdaFromString. Should drastically improve performance when queries are performed multiple times.
    • ๐Ÿ‘€ Completed YaLinqoPerf benchmarks, see ReadMe.
  • v2.1.0.0 Changes

    June 03, 2015
    • ๐Ÿ›  Fixed #8 (PHP Fatal error: Cannot redeclare from()): decorated from function with function_exists call.
  • v1.1.2

    February 25, 2018
  • v1.1.1

    February 23, 2018
  • v1.1.0.0 Changes

    June 03, 2015
    • โž• Added integration with online tools:
      • Travis CI
      • Coveralls