Skip to content

Releases: Smoren/sequence-php

Tests updated

24 Feb 09:33
Compare
Choose a tag to compare
v3.0.2

Using assertCount to make assert equals count

PHPdoc annotations fix

16 Feb 08:30
Compare
Choose a tag to compare
v3.0.1

PHPdoc annotations fix

Params order changed in map() function

10 Jan 11:41
Compare
Choose a tag to compare
  1. Function map(): params order changed, mapping of multiple collections support added.
  2. Tests updated for map().
  3. README updated.

Class DynamicSequence added

30 Dec 17:20
Compare
Choose a tag to compare

Class DynamicSequence added — implementation of sequence configured with callables.

New functions added

30 Dec 15:39
Compare
Choose a tag to compare
  • map(iterable $collection, callable $mapper): IndexedArray
  • filter(iterable $collection, callable $filter): IndexedArray
  • reduce(iterable $collection, callable $reducer, mixed $initialValue = null): IndexedArray

Fully documented, bugs fixed

30 Dec 11:08
Compare
Choose a tag to compare
v2.0.1

Fully documented.

Fully refactored, backwards compatibility broken.

29 Dec 12:10
Compare
Choose a tag to compare
v2.0.0

Fully refactored, backward compatibility broken.

PHPDOC updated

24 Dec 12:31
Compare
Choose a tag to compare
v1.1.1

phpdoc upd

Function xrange added

24 Dec 11:57
Compare
Choose a tag to compare
v1.1.0

xrange function added

Bug fixed, readme upd

24 Dec 10:48
Compare
Choose a tag to compare
v1.0.1

bug fxied, readme upd