issues
search
bartfeenstra
/
fu-php
🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Submit Coveralls.io metrics only upon successful Travis CI builds.
#82
bartfeenstra
closed
6 years ago
1
Add Badge Poser badges.
#81
bartfeenstra
closed
6 years ago
4
Remove unneeded anchors/links from the README.
#80
bartfeenstra
closed
6 years ago
2
Increase code coverage.
#79
bartfeenstra
closed
6 years ago
2
Add Coveralls.io integration.
#78
bartfeenstra
closed
6 years ago
2
Document difference to native functions like array_filter(), array_map() etc
#77
donquixote
opened
7 years ago
2
Fix type hints in docblocks.
#76
bartfeenstra
closed
7 years ago
0
Convert variadic parameters to arrays [BC break]
#75
bartfeenstra
opened
7 years ago
3
Add SomeItem, to represent iterable values and their keys.
#74
bartfeenstra
closed
7 years ago
0
Make variadic iterable parameters non-variadic
#73
bartfeenstra
opened
7 years ago
0
Validate callables
#72
bartfeenstra
opened
7 years ago
5
Clean up unneeded code.
#71
bartfeenstra
closed
7 years ago
0
Diff & intersect [BC break]
#70
bartfeenstra
opened
7 years ago
0
Fix code style violations.
#69
bartfeenstra
closed
7 years ago
0
Add assertions for iterator items [BC break]
#68
bartfeenstra
opened
7 years ago
1
Make Iterator::find() return the item key as well
#67
bartfeenstra
closed
7 years ago
1
Add Iterator::assert() that raises an exception if the given predicate does not apply to an item
#66
bartfeenstra
opened
7 years ago
5
Implement Iterator::toArray() ourselves.
#65
bartfeenstra
closed
7 years ago
0
Ensure PHP assertions are enabled during tests.
#64
bartfeenstra
closed
7 years ago
0
Add a version of *try_except() that converts and rethrows exceptions
#63
bartfeenstra
opened
7 years ago
0
Add diff and intersect functionality
#62
bartfeenstra
opened
7 years ago
0
Replace Iterator::min() and ::max() with reusable fold callbacks
#61
bartfeenstra
opened
7 years ago
4
Allow iterators to be merged.
#60
bartfeenstra
closed
7 years ago
0
Fix documented types.
#59
bartfeenstra
closed
7 years ago
0
Let iterators be converted to arrays.
#58
bartfeenstra
closed
7 years ago
0
Run all PHPUnit tests with coverage, and output it to the terminal.
#57
bartfeenstra
closed
7 years ago
0
Add infinite retries.
#56
bartfeenstra
closed
7 years ago
0
[BC break] Rename indexed() and keys() to list() and listKeys()
#55
bartfeenstra
closed
7 years ago
0
Run the tests on PHP 7.2 as well.
#54
bartfeenstra
closed
7 years ago
0
[BC break] Organize code into more namespaces.
#53
bartfeenstra
closed
7 years ago
0
Add currying support
#52
bartfeenstra
closed
7 years ago
1
Allow flattening multiple levels at once.
#51
bartfeenstra
closed
7 years ago
0
Allow chaining empty iterables.
#50
bartfeenstra
closed
7 years ago
0
Fix a bug in rewinding ChainIterators.
#49
bartfeenstra
closed
7 years ago
0
each() returns an iterator.
#48
bartfeenstra
closed
7 years ago
0
Allow iterators with non-integer keys to be flattened.
#47
bartfeenstra
closed
7 years ago
0
Improve array access by using PHP's \ArrayIterator.
#46
bartfeenstra
closed
7 years ago
0
Add unique() to remove duplicate values.
#45
bartfeenstra
closed
7 years ago
0
[BC break] Rename indexed() to index().
#44
bartfeenstra
closed
7 years ago
1
Add missing test coverage for reduce().
#43
bartfeenstra
closed
7 years ago
0
Add mapKeys() to convert keys.
#42
bartfeenstra
closed
7 years ago
0
Allow iterators to be chained and flattened.
#41
bartfeenstra
closed
7 years ago
0
Allow instanceof checks on class names as well.
#40
bartfeenstra
closed
7 years ago
0
Add an exception that is specific to invalid iterables.
#39
bartfeenstra
closed
7 years ago
0
Document the project's goals.
#38
bartfeenstra
closed
7 years ago
0
Allow infinitely long slices.
#37
bartfeenstra
closed
7 years ago
0
Add not() to negate the outcomes of other predicates.
#36
bartfeenstra
closed
7 years ago
0
Add any(), to check at least one of one or more other predicates is TRUE.
#35
bartfeenstra
closed
7 years ago
0
Add all(), to check one or more other predicates are all TRUE.
#34
bartfeenstra
closed
7 years ago
0
Make reductors return Options, so None can be returned for empty iterators
#33
bartfeenstra
closed
7 years ago
0
Next