selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

Maybe add isEmpty function #38

Closed makarkotlov closed 5 years ago

makarkotlov commented 5 years ago

It would be great to implement isEmpty function, because ramda has it and there's no need for other dependencies. Now I just npm i lodash.isempty what is not so good as having all spells at hand

selfrefactor commented 5 years ago

Now I am focused on 4.0.0 version of Ramda, then this will lead to major bump on Rambdax and with that release, the suggested method will be added.

selfrefactor commented 5 years ago

I forgot about it, but I will try to add it in the next minor bump - 3.1.0

I will keep the issue open till then

selfrefactor commented 5 years ago

Actually the method is there, but there was other issue that come up. Thank you for the report - appriciated. Try with Rambdax version 3.0.3 and the method is the same as described here: https://github.com/selfrefactor/rambda#isempty

Documentation for this method in Rambdax docs is in proceed.

selfrefactor commented 5 years ago

Actually it is fixed with 3.1.0