Skip to content

v0.11.3

Compare
Choose a tag to compare
@dhershman1 dhershman1 released this 18 Feb 15:14
· 416 commits to master since this release
f808774

New

  • Added sum function which takes an array of numbers and adds them together
    • TS type added
  • Added product function which takes an array of numbers and multiplies them together
    • TS type added
  • Switched over to Circleci and Codecov

Fixed

  • TS types
    • Added addIndex type
    • Added memoizeWith type
  • addIndex Documentation
  • slice Documentation