Skip to content

10.4.0: Concat & except

Latest

Choose a tag to compare

@thekid thekid released this 28 Sep 07:52
  • Merged PR #59: Add except(), returns a sequence with values except
    those passed
    (@thekid)
  • Merged PR #58: Add concat(), returns a concatenation of the sequence
    and the given enumerable
    (@thekid)
  • Fix Increment on non-numeric string is deprecated warning in PHP 8.5+
    (@thekid)