Skip to content

Releases: texdc/range

Style and Build updates

Choose a tag to compare

@texdc texdc released this 27 Feb 04:29
30d34dc

Removing some unneeded dev dependencies and fixing a code-style warning.

Readme graciously updated by @ryross.

No functionality updated.

PHP 7

Choose a tag to compare

@texdc texdc released this 14 Oct 17:46

PHP v7 is now the minimum version. All support for v5 has been removed. Enjoy!

PHP 5 LTS

Choose a tag to compare

@texdc texdc released this 27 Feb 23:45

This is the final version for php v5, with a minimum of v5.6.

Adds support for 5.6 and HHVM

Choose a tag to compare

@texdc texdc released this 31 Jan 02:32

Builds now test against HHVM and will fail if not supported by PHP 5.6.

Convert traits and update documentation

Choose a tag to compare

@texdc texdc released this 21 Dec 02:00

After an initial review, I determined that traits were not necessary. The documentation also needed tweaks and examples added.

Enjoy!

Initial Release

Choose a tag to compare

@texdc texdc released this 23 Sep 05:07

PHP is woefully missing range objects in it's core distribution. The range() function is insufficient. I was inspired by a discussion by Martin Fowler to port his examples to PHP and expand upon them. Looking into DDD, I also decided to include enablements.