Releases: baethon/phln
Releases · baethon/phln
v2.2.0
v2.1.0
v2.0.0
Added
- support for macros in
Phln
P::nAry()
/P::unary()
/P::binary()
Baethon\Phln\CurriedFn
Baethon\Phln\FixedArityInterface
(supported byP::arity()
)P::raw()
Changed
- converted standalone functions to macros
P::T()
/P::F()
returns a function (which returns boolean)P::curry()
returns instance ofBaethon\Phln\CurriedFn
Removed
- support for PHP 7.0
- standalone functions (eg.
phln\math\sum
) and their constant references