Iter v2.1.0 Release Notes
Release Date: 2020-09-19 // almost 4 years agoPrevious changes from v2.0.0
-
🚀 This release makes iter compatible with PHP 7.4 by renaming the
iter\fn
namespace toiter\func
.- PHP >= 7.1 is now required. Functions are annotated with
iterable
types. (#52) - The
iter\fn
namespace has been renamed toiter\func
. This is necessary for PHP 7.4 compatibility. (#79) - 0️⃣ Default
$preserveKeys = false
in chunk() and add chunkWithKeys() function. - Avoid advancing by one additional iteration in slice(). (#75)
- PHP >= 7.1 is now required. Functions are annotated with