php-functional.git
2016-10-16  Gabriel HabrynMerge pull request #24 from krtek4/add_prefix 3.0.0
2016-10-16  Gilles Crettenandupdate README.md to reflect prefix changes
2016-10-16  Gilles Crettenandmore namespace fixes
2016-10-16  Gilles Crettenandfix issues seen in review
2016-10-15  Gilles CrettenandAdd Widmogrod namespace prefix everywhere. closes #23.
2016-10-07  Gabriel HabrynMerge pull request #22 from widmogrod/feature/curry... 2.1.1
2016-10-07  widmogrodcurrying of a fiter function
2016-10-07  Gabriel HabrynMerge pull request #21 from widmogrod/feature/missing...
2016-10-07  widmogrodexpose missing const filter
2016-09-12  Gabriel HabrynMerge pull request #20 from nekufa/patch-1
2016-09-11  Dmitry Krokhinfixed typo mistake
2016-07-28  Gabriel HabrynMerge pull request #19 from widmogrod/feature/invoke
2016-07-28  widmogrodbackward compatibility with php <7
2016-07-28  widmogrodRemove optionsl value
2016-07-28  widmogrodIntroduce f\invoke($method, $object)
2015-11-22  Gabriel HabrynMerge pull request #18 from widmogrod/feature/to-maybe 2.1.0
2015-11-22  widmogrodEither\toMaybe
2015-11-22  Gabriel HabrynMerge pull request #17 from widmogrod/feature/fix-either 2.0.1
2015-11-22  widmogrodUpdate either behavior
2015-11-12  Gabriel HabrynUpdate README.md
2015-11-10  Gabriel HabrynUpdate README.md 2.0.0
2015-11-10  Gabriel HabrynMerge pull request #16 from widmogrod/feature/do-monad
2015-11-10  widmogrodDo notation from Haskell in PHP
2015-11-09  widmogrodupdate readme
2015-11-09  widmogrodrename methods in monad\control
2015-11-09  widmogrodAdd small note to use cases.
2015-11-09  widmogrodFix readme
2015-11-09  Gabriel HabrynMerge pull request #15 from widmogrod/feature/functor
2015-11-09  widmogrodFunctor test for all monads
2015-10-29  Gabriel HabrynMerge pull request #14 from widmogrod/feature/cleanup...
2015-10-29  widmogrodCleanup docs
2015-10-29  Gabriel HabrynMerge pull request #13 from widmogrod/feature/rename...
2015-10-29  widmogrodRemove "Interface" word from FantasyLand namespace
2015-10-29  Gabriel HabrynMerge pull request #12 from widmogrod/feature/applicati... 2.0.0-beta2
2015-10-29  widmogrodupdate functions
2015-10-29  widmogroduse value instead of function
2015-10-29  widmogroduppgrade version of packages
2015-10-29  widmogrodApplicative laws
2015-10-28  Gabriel HabrynMerge pull request #11 from widmogrod/feature/test...
2015-10-28  widmogrodMonad IO utility functions like: until, getChar
2015-10-04  Gabriel HabrynMerge pull request #10 from widmogrod/feature/test...
2015-10-04  widmogrodremove phpspec.yml
2015-10-04  widmogrodremove PHPSpec tests
2015-10-04  widmogrodTest IO Monad
2015-10-04  widmogrodTest Either Monad
2015-10-04  widmogrodremove copy pastle duplication
2015-10-04  widmogrodTest Maybe Monad
2015-10-04  widmogrodTest Maybe Monad
2015-10-04  widmogrodTest Collection Monad
2015-10-04  widmogrodTest Identity Monad
2015-10-04  Gabriel HabrynMerge pull request #9 from widmogrod/feature/state... 2.0.0-beta1
2015-10-04  widmogrodUpdate README
2015-10-04  widmogrodCreate example of a state monad
2015-10-04  widmogrodevalState and execState
2015-10-04  widmogrodrunState function
2015-10-04  widmogrodrename variable $state -> $initialState
2015-10-04  widmogrodrename method run -> runState
2015-10-04  widmogrodupdate docs on a state functions
2015-10-03  widmogrodadd state monad tests
2015-10-03  widmogrodstate monad test
2015-10-03  widmogrodrefactor some functions
2015-10-03  widmogrodexpress State::ap as a bind & map
2015-10-03  widmogrodstate monad draft
2015-10-03  Gabriel HabrynMerge pull request #8 from widmogrod/feature/monad...
2015-10-03  widmogrodnew line at the end of the file
2015-10-03  widmogrodGeneric test to verify if a monad obey the laws.
2015-09-19  Gabriel HabrynMerge pull request #7 from widmogrod/feature/monoid
2015-09-18  widmogrodsquence implementation + fixed append
2015-09-18  widmogrodsimplify map for Identity monad
2015-09-18  widmogroduse isNativeTraversable
2015-09-17  widmogrodTraversableInterface with implementation for Collection...
2015-09-17  widmogrodJust::map simplified implementation
2015-09-16  widmogrodupdate readme
2015-09-16  widmogrodhaskell do notation in php added to readme
2015-09-16  widmogrodhaskell do notation in php added to readme
2015-09-16  widmogrodhaskell do notation in php
2015-09-16  widmogrodadd filter function
2015-09-15  widmogrodintroduce sequenceM a.k.a >>
2015-09-15  widmogrodsimplify sequence_ implementation
2015-09-15  widmogrodrename foldl to reduce
2015-09-15  widmogrodIO monad now implements Foldable
2015-09-15  widmogrodconcatArray renamed to append and sequence_ function
2015-09-12  widmogrodupdate readme
2015-09-12  widmogrodnew example for maybe monad and collection monad
2015-09-12  widmogrodupdate docblock for some functions
2015-09-12  widmogrodupdate examples basing on Collection Monad
2015-09-12  widmogrodcollection monad now implements foldable
2015-09-12  widmogrodchange mining of concat
2015-09-12  widmogrodmix maybe functions - missing const and typo
2015-08-31  widmogrodrefactor liftM2, liftA2
2015-08-23  widmogrodtryMaybe
2015-08-23  widmogrodIO getArgs getEnv
2015-08-23  widmogrodintroduce Maybe\maybe function
2015-08-23  widmogrodupdate Functional\bind doc
2015-08-23  widmogrodupdate Functional\map
2015-08-23  widmogrodadd type signature for ChainInterface::bind
2015-08-22  widmogrodUpdate readme
2015-08-22  widmogrodremove IOMonad example
2015-08-22  widmogrodIO\writeFile; IO\readFile; IO errors functions
2015-08-22  widmogrodfunctional\tryCatch
next