Releases: bpolaszek/cartesian-product
Releases · bpolaszek/cartesian-product
1.4.1
What's Changed
- Exclude files from zip export through packagist by @hannesvdvreken in #9
New Contributors
- @hannesvdvreken made their first contribution in #9
Full Changelog: 1.4...1.4.1
Fix PHP 8.1 deprecations, drop support for oldest PHP versions (< 7.4)
What's Changed
- Update CartesianProduct.php by @progdog-ru in #7
- Build: drop older PHP versions, use github actions by @bpolaszek in #8
New Contributors
- @progdog-ru made their first contribution in #7
Full Changelog: 1.3.1...1.4
1.3.1
Iterators as subsets
Add support for iterators as subsets.
In order to comply with the count()
method, the iterable subset must implement \Countable
or an \InvalidArgumentException
will be raised.