Skip to content

Releases: bpolaszek/php-iterable-functions

1.3

05 Apr 15:07
Compare
Choose a tag to compare
1.3

Changelog:

  • Deprecated methods withMap() and withFilter() in favor of map(), filter().

Improved PHPDoc

19 Apr 08:43
cbe3a20
Compare
Choose a tag to compare

Minor changes: improved PHPDoc for better auto-completion support - @mwijngaard

`iterable_to_array()` enhancement

10 Apr 16:05
d58c775
Compare
Choose a tag to compare

@simPod brought iterable_to_array closer to the native iterator_to_array function, by adding an optional $use_keys argument.

New function signature:

iterable_to_array ( iterable $iterable [, bool $use_keys = TRUE ] ) : array

New functions: iterable_filter(), iterable_map(), iterable()

20 Apr 13:14
Compare
Choose a tag to compare

New function iterable_to_traversable()

03 May 10:39
Compare
Choose a tag to compare
1.1

Merge remote-tracking branch 'origin/master'