You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,9 @@
1
1
# IterTools PHP Change Log
2
2
3
-
## v2.2.0 - TBD
4
-
5
-
### Improvements
6
-
* Fix NaN handling in `Math::runningMax` and `Math::runningMin` to preserve monotonicity (skip NaN values and carry forward accumulator; yield NaN when no prior value exists)
7
-
* Fix `Random::percentage` to always yield float (previously yielded int(0) when underlying RNG returned 0)
8
-
* Upgrade Psalm from v6 to v7 for PHP 8.5 compatibility
3
+
## v2.2.0 - 2026-04-19
9
4
10
5
### New Features
11
-
* Combinatorics (new class)
6
+
* Combinatorics (new)
12
7
*`product`
13
8
*`permutations`
14
9
*`combinations`
@@ -39,6 +34,10 @@
39
34
*`zipFilled`
40
35
*`zipEqual`
41
36
37
+
### Improvements
38
+
* Fix NaN handling in `Math::runningMax` and `Math::runningMin` to preserve monotonicity (skip NaN values and carry forward accumulator; yield NaN when no prior value exists)
39
+
* Fix `Random::percentage` to always yield float (previously yielded int(0) when underlying RNG returned 0)
40
+
* Upgrade Psalm from v6 to v7 for PHP 8.5 compatibility
0 commit comments