Skip to content

v0.14.0

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 08 Jul 20:56
· 320 commits to master since this release
39faf7b

With v0.14.0 out the door I think it's time to seriously look into and start considering a 1.0 launch.

BREAKING CHANGES

  • Removed memoizeWith since it was more of a POC from ramda's code base
    • I will most likely look into re adding it with my own code if the need is there right now I just don't see it

New

  • Added startsWith function, which should work just like endsWith but with the beginning of a list.

Fixed

  • isPrime should handle edge cases like 0 a correctly now and return false instead of 0 (#121)
  • endsWith signature to reflect list instead of Array