selfrefactor / rambdax

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

v2.13.1 should have been a major/minor bump #35

Closed panz3r closed 5 years ago

panz3r commented 5 years ago

Since this commit 65acf77 many dependent packages broke because contains has been replaced by includes.

So I think that 2.13.1 should have been a major (or at least a minor) bump since it contains such a breaking change.

radex commented 5 years ago

yep, it broke WatermelonDB: https://github.com/Nozbe/WatermelonDB/issues/471 -- it would be great if rambdax stuck to https://semver.org :)

selfrefactor commented 5 years ago

Sorry about that. I will restore contains and remove it with the next major bump.

selfrefactor commented 5 years ago

2.14.1 restores R.contains Sorry for my late reaction.