Skip to content

Releases: bpolaszek/cartesian-product

1.4.1

19 Jan 13:35
ae6b437
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4...1.4.1

Fix PHP 8.1 deprecations, drop support for oldest PHP versions (< 7.4)

02 Jan 11:22
4237215
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4

1.3.1

29 May 20:03
Compare
Choose a tag to compare

Fixed a bug preventing to iterate over the same cartesian product object multiple times. See #6.
CI improvements.

Iterators as subsets

26 Mar 10:08
Compare
Choose a tag to compare

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.