All Versions
10
Latest Version
Avg Release Cycle
331 days
Latest Release
2259 days ago
Changelog History
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 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.
-
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.
- โ Added set functions:
-
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.
- โ Added integration with online tools:
-
v2.1.0.0 Changes
June 03, 2015- ๐ Fixed #8 (PHP Fatal error: Cannot redeclare from()): decorated
from
function withfunction_exists
call.
- ๐ Fixed #8 (PHP Fatal error: Cannot redeclare from()): decorated
-
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
- โ Added integration with online tools: