Skip to content

Releases: drupol/phpermutations

1.3.3

Choose a tag to compare

@drupol drupol released this 29 May 07:55
4dc6c2c

Fixed in this release:

#10

1.3.2

Choose a tag to compare

@drupol drupol released this 20 Apr 09:07
ff8a6e9

Add interfaces and small code cleanup.

1.2.1

Choose a tag to compare

@drupol drupol released this 21 May 21:20

Commits since the last release

  • #7: Coding standard update to PSR2.
  • #6: Update the README file.
  • #5: Update tests.

1.2.0

Choose a tag to compare

@drupol drupol released this 01 Apr 15:41

#4: Update the Permutations generator.
#5: Add a Rotation iterator and its tests.

1.1.0

Choose a tag to compare

@drupol drupol released this 31 Mar 16:28
#4: Convert the Permutations object into a PHP Generator.

1.0.3

Choose a tag to compare

@drupol drupol released this 29 Mar 12:41

Update the Combinations generator based on @markwilson's array-subsets repository.