Skip to content

Releases: texdc/range

Style and Build updates

27 Feb 04:29
30d34dc
Compare
Choose a tag to compare

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

Readme graciously updated by @ryross.

No functionality updated.

PHP 7

14 Oct 17:46
Compare
Choose a tag to compare

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

PHP 5 LTS

27 Feb 23:45
Compare
Choose a tag to compare

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

Adds support for 5.6 and HHVM

31 Jan 02:32
Compare
Choose a tag to compare

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

Convert traits and update documentation

21 Dec 02:00
Compare
Choose a tag to compare

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

Enjoy!

Initial Release

23 Sep 05:07
Compare
Choose a tag to compare

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.