All Versions
101
Latest Version
Avg Release Cycle
31 days
Latest Release
1115 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v5.14.1 Changes
September 16, 2019- โก๏ธ optimize "array_last"-polyfill (php < 7.3)
-
v5.14.0 Changes
September 13, 2019- โ add "Arrayy->diffKey" + "Arrayy->diffKeyAndValue"
- โ add more test cases
- โก๏ธ update "phpdocumentor/reflection-docblock"
-
v5.13.2 Changes
August 01, 2019- fix "array_first()" + "array_last()" (move from global namespace into Arrayy)
-
v5.13.1 Changes
July 19, 2019- ๐ fix return type of "Arrayy->internalGetArray()"
-
v5.13.0 Changes
July 19, 2019- โ add Arrayy->moveElementToFirstPlace()
- โ add Arrayy->moveElementToLastPlace()
-
v5.12.1 Changes
July 03, 2019- ๐ fix for php >= 7.3
-
v5.12.0 Changes
July 03, 2019- โ add new array key functions + most value functions
-> "Arrayy->firstKey()", "Arrayy->lastKey()", "Arrayy->mostUsedValue()", "Arrayy->mostUsedValues()"
-
v5.11.1 Changes
June 25, 2019- Collection -> fix some string methods from the parent "Arrayy"-class
-
v5.11.0 Changes
June 25, 2019- AbstractCollection -> accept collections (self) as valid source + fix phpdoc
-
v5.10.0 Changes
June 21, 2019- โ add "keyExists()" / "delete()" / "pull()"