Skip to content

2.10.1

Choose a tag to compare

@janedbal janedbal released this 06 Dec 14:41
· 110 commits to master since this release
0c102ce

Fixes

  • allowComparingOnlyComparableTypes: allow safe tuple comparison (lists of equal size & item types) (#182)
    • example: usort($items, fn ($a, $b) => [$a->updatedAt, $a->id] <=> [$b->updatedAt, $b->id])