selfrefactor / rambdax

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

`dropRepeatsWith` takes an equality predicate but documents suggests it takes projector #75

Closed gomain closed 2 years ago

gomain commented 3 years ago

documentation

https://github.com/selfrefactor/rambdax/blob/ef482c507e54630c1606f081ffb21fbfe231fa32/src/dropRepeatsWith.js#L3-L28

selfrefactor commented 3 years ago

will look into it during the weekend. Thanks for filing this issue.

selfrefactor commented 3 years ago

You are correct; documentation is wrong. I applied a fix with this commit https://github.com/selfrefactor/rambda/commit/00aca27ee426c5f7dc5e9de3b2428ff6a5928152 but it will go live after a release is made. I will keep the issue open until then. Thanks for the report.

selfrefactor commented 2 years ago

Closing as version 8.0.0 was deployed with a fix.