All Versions
101
Latest Version
Avg Release Cycle
31 days
Latest Release
632 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v5.9.1 Changes
May 03, 2019- "first()" / "last()" -> fix -> do not change the current array, if it's not needed
-
v5.9.0 Changes
May 03, 2019- "group()" / "sorter()" -> fix phpdoc
- โก๏ธ "keys()" / "values()" -> optimize generator usage
- "replace()" -> fix immutable of the input
- "sizeIs()" / "sizeIsLessThan()" / "sizeIsGreaterThan()" / "sizeIsBetween()" -> added
- "invoke()" -> improve generator usage + fix phpdoc
- "map()" -> allow to use the key, in the callable + additional parameter
- โก๏ธ "containsCaseInsensitive()" -> optimize for generator usage
-
v5.8.1 Changes
April 30, 2019- ๐ optimize performance from "Arrayy->unshift()"
- ๐ optimize performance from "Arrayy->push()"
-
v5.8.0 Changes
April 20, 2019- โ add a simple "Collection" implementation + function alias \Arrayy\collection()
- ๐ fix errors reported by phpstan (level 7)
- ๐ improve performance (use "dot-notation" internally only if needed)
- ๐ improve "dot-notation" handling for non "Arrayy" objects
-
v5.7.1 Changes
April 18, 2019- โก๏ธ "AbstractCollection" -> optimize foreach usage
- ๐ "AbstractCollection" -> fix merge && where methods
-
v5.7.0 Changes
April 17, 2019- โก๏ธ optimize property check in the constructor
- ๐ better support for PhpDoc @property checks
- ๐ allow callable as input (Arrayy::createFromGeneratorFunction())
- โ add a abstract "Collection" implementation
-
v5.6.3 Changes
January 11, 2019- "ramsey/array_column" is not needed anymore
- โ use autoloader also for the tests
-
v5.6.2 Changes
January 02, 2019- ๐ fix issue when requiring float types
- โก๏ธ update phpcs fixer config
-
v5.6.1 Changes
December 20, 2018- โก๏ธ update "require-dev"
- โก๏ธ optimize the "constructor"
- ๐ use the "JsonSerializable" interface
- ๐ fix fallback for "this->shuffle()"
-
v5.6.0 Changes
December 20, 2018- ๐ use phpstan + fixes (level 5)
- ๐ use phpcs fixer