Skip to content

v0.13.0 - 14 November 2018

Compare
Choose a tag to compare
@andreidmt andreidmt released this 14 Nov 17:09
· 396 commits to master since this release

Add

  • Add debounce - Call a function only after it wasn't called for timeWindow ms

Change

  • Change reduce to allow default acc to be set as default param. Dont explicitly set default acc to {}.
  • Change count to return the length if the first param is an Array