ramda / ramda

:ram: Practical functional Javascript

Home Page:https://ramdajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.30.0 upgrade guide

kedashoe opened this issue Β· comments

v0.29.1...v0.30.0

πŸ†• Added:
#3430: isNotEmpty
#3441: flow

πŸ’₯ Breaking Changes:
#3388: use === to test for placeholder

πŸ’‘ Changes:

⚑ Performance:
#3417: R.path and dependents
#3370: update known array lengths
#3388: use === to test for placeholder

πŸ“‹ Documentation:
#3437: unwind
#3446: splitWhenever
#3447: type

βœ”οΈ Testing:

πŸš€ Build and internal:
#3420: update dev dependencies
#3422: update sanctuary and tests

⭐ Miscellaneous:
#3432: replace let with var


Many thanks to all the contributors supporting this release.

We'd also like to call out to all those who submitted issues or PRs that we've chosen not to include. It's often easy to forget that the attempts that fail are often just as important to long-term success as those that succeed. Thank you for all your great work! πŸŽ†

commented

missing "upgrade guide" label as referenced in https://github.com/ramda/ramda/blob/master/CHANGELOG.md

missing "upgrade guide" label as referenced in https://github.com/ramda/ramda/blob/master/CHANGELOG.md

ty, label added

Tomorrow I'll have some free time to get the type MRs merged for the new functions:

Update: types-ramda@0.30.0 and @types/ramda@0.30.0 have been been released

DefinitelyTyped/DefinitelyTyped#69494