php-functional.git
2017-12-21  Gabriel HabrynMerge pull request #76 from widmogrod/feature/strict_types 4.0.0
2017-12-21  widmogroddeclare(strict_types=1)
2017-12-21  Gabriel HabrynMerge pull request #75 from widmogrod/feature/increase...
2017-12-21  widmogrodMake tests more deterministic
2017-12-21  widmogrodRemove experimental Monad\Control\doo
2017-12-21  widmogrodAdd SetoidLaws for Stringg
2017-12-21  widmogrodImprove code coverage for Sum
2017-12-21  widmogrodImprove code coverage for String
2017-12-21  widmogrodImprove code coverage for Product
2017-12-21  Gabriel HabrynMerge pull request #74 from widmogrod/feature/code...
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodUpload code coverage manually
2017-12-21  widmogrodUpdate CodeClimat integration
2017-12-21  Gabriel HabrynMerge pull request #72 from widmogrod/feature/list...
2017-12-21  widmogrodUpdate tests to phpunit=6
2017-12-21  widmogrodUpdate tests to phpunit=6
2017-12-21  widmogrodFunctional\constt test + implementation
2017-12-21  widmogrodUpdate function docbloc
2017-12-21  widmogrodRemove functions that are not needed yet.
2017-12-21  widmogrodFunctional\cycle tests
2017-12-21  widmogrodFunctional\replicate tests + implementation
2017-12-21  widmogrodFunctional\iterate tests
2017-12-21  widmogrodFunctional\unzip make to work on infinite lists
2017-12-21  widmogrodFunctional\zip make to work on infinite lists
2017-12-21  widmogrodImprove operations on lists to make them lazy always
2017-12-21  widmogrodFunctional\take & drop can work on infinite lists
2017-12-21  widmogrodUpdate thrown exception docblock
2017-12-21  widmogrodFunctional\repeat test + implementation
2017-12-21  widmogrodFunctional\drop test + implementation
2017-12-21  widmogrodFunctional\take test + implementation
2017-12-21  widmogrodReplace all Listt::mempty() with fromNil
2017-12-21  widmogrodRefactor remaining call_user_func_array
2017-12-21  widmogrodIntroduce Functional\fromNil - produce empty list
2017-12-21  widmogrodFunctional\unzip tests
2017-12-21  widmogrodMake Listt lazy
2017-12-20  widmogrodRefactor listt
2017-12-20  widmogrodIntroduce new functions tail, head, length
2017-12-20  widmogrodFunctional\tail test
2017-12-20  widmogrodFunctional\length test
2017-12-20  widmogrodFunctional\head test
2017-12-20  widmogrodRename Monad\Free2 to Monad\Free
2017-12-20  widmogrodRefactor function match and introduce PatternMatcher
2017-12-20  widmogrodFunctional\applicator tests
2017-12-20  widmogrodFunctional\valueOf tests
2017-12-20  widmogrodSimplify Functional\tee
2017-12-20  widmogrodFunctiona\reverse tests
2017-12-20  widmogrodFunctional\join tests
2017-12-20  widmogrodFunctiona\filter test
2017-12-20  widmogrodreplace call_user_func to native function invocation
2017-12-20  widmogrodUse fromValue
2017-12-20  widmogrodremove functions like toTraversable/Foldabe
2017-12-20  widmogrodrefactor filterM foldM
2017-12-19  widmogrodReplace all usages of Listt::of with fromIterable
2017-12-19  widmogrodListt::of now only accepts iterables
2017-12-19  widmogrodFix concat behaviour
2017-12-19  widmogrodapply new curry style
2017-12-19  widmogrodReorder functions
2017-12-19  widmogrodClean up old Free implementation
2017-12-19  widmogrodRemove old Free implementation
2017-12-19  widmogrodList standardisation - wip
2017-12-19  Gabriel HabrynMerge pull request #71 from widmogrod/feature/php71
2017-12-19  widmogrodUse array destructuring instead of list()
2017-12-17  Gabriel HabrynMerge pull request #68 from tPl0ch/feature/listt 3.4.0
2017-12-13  Thomas PlochFixing Code Standards violations
2017-12-13  Thomas PlochImplement `Listt::head` and `Listt::tail`
2017-12-13  Gabriel HabrynMerge pull request #67 from widmogrod/feature/bdd-2
2017-12-13  widmogrodUpdate readme
2017-12-13  widmogrodUpdate readme about new example
2017-12-13  widmogrodBDD test framework style implemented using Free Monad
2017-12-12  Gabriel HabrynMerge pull request #66 from widmogrod/feature/php-7... 3.3.0
2017-12-12  widmogrodexclude vendor
2017-12-12  widmogrodUpdate php-cs-fixer
2017-12-12  widmogrodupdate composer.json and require php >= 7.1
2017-12-12  Gabriel HabrynMerge pull request #65 from widmogrod/tPl0ch-feature... 3.2.0
2017-12-12  widmogrodMake Maybe Monoid tests more sain
2017-12-12  widmogrodImport function and Maybe classes
2017-12-12  widmogrodProvide more test examples to Maybe Monoid
2017-12-12  Gabriel HabrynMerge pull request #64 from tPl0ch/feature/maybe-monoid
2017-12-12  Gabriel HabrynMerge branch 'master' into feature/maybe-monoid
2017-12-12  Gabriel HabrynMerge pull request #63 from widmogrod/feature/free-ap
2017-12-12  Thomas PlochFix missing namespace import in `MaybeMonoidTest`
2017-12-12  Thomas PlochApply coding standard fixes for namespace imports
2017-12-12  Jon WhelanImplement Monoid instance for Maybe data type
2017-12-12  widmogrodTest Applicative laws for Free2
2017-12-12  widmogrodUpdate test method names
2017-12-12  widmogrodUpdate test method names
2017-12-12  Gabriel HabrynMerge pull request #62 from widmogrod/feature/update...
2017-12-11  widmogrodUpdate readme
2017-12-11  Gabriel HabrynMerge pull request #61 from widmogrod/feature/free-2 2.0.0-beta3 3.1.0
2017-12-11  widmogrodRemove file
2017-12-11  widmogrodUpdate readme
2017-12-11  widmogrodPHP7 only
2017-12-11  widmogrodAnother implementation of free
2017-11-18  Gabriel HabrynMerge pull request #60 from EduardoGR/EduardoGR-adding...
2017-10-31  Eduardo GarcíaRename contributing.md to CONTRIBUTING.md
2017-10-31  Eduardo GarcíaCreate contributing.md
2017-08-12  Gabriel HabrynMerge pull request #59 from widmogrod/feature/code...
2017-08-12  widmogrodDisable some checks
next