Releases: jakewhiteley/php-sets
Releases · jakewhiteley/php-sets
1.3.0
-
Minimum PHP level is now 7.4,. All tests pass on 7.4, 8.0, 8.1, and 8.2.
-
Added 2 new static methods:
familyUnion
familyIntersection
-
You can now initiate a new
Set
using anarray
as the argument. -
100% coverage
Thanks to @johnallsup for his hard work.
1.2.0
- Refactored some methods for improved speed.
- Bumped required PHP version to
7.1
- Renamed
merge
method tounion
- Renamed
diff
method todifference
- Added
symmetricDifference
method
💪
1.1.1
Update composer.json
1.0.0
Update functions.php