Skip to content

Releases: bpolaszek/cartesian-product

2.0.1

09 Jul 15:03
9a76b47

Choose a tag to compare

What's Changed

Full Changelog: 2.0...2.0.1

2.0

09 Jul 14:16
2a3442d

Choose a tag to compare

2.0

What's Changed

Full Changelog: 1.5...2.0

1.5

08 Jul 12:56
e1f7c26

Choose a tag to compare

1.5

What's Changed

  • Chore: update CI workflow to use latest Ubuntu and add PHP 8.2-8.5 support by @bpolaszek in #11
  • Update code style and deprecate cartesian_product function by @bpolaszek in #12

Full Changelog: 1.4.1...1.5

1.4.1

19 Jan 13:35
ae6b437

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

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4

1.3.1

29 May 20:03

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

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.