Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@jakewhiteley jakewhiteley released this 31 May 20:34
· 9 commits to master since this release
  1. Minimum PHP level is now 7.4,. All tests pass on 7.4, 8.0, 8.1, and 8.2.

  2. Added 2 new static methods:

    • familyUnion
    • familyIntersection
  3. You can now initiate a new Set using an array as the argument.

  4. 100% coverage

Thanks to @johnallsup for his hard work.