Skip to content

v1.0.0

Compare
Choose a tag to compare
@petkaantonov petkaantonov released this 06 Jan 15:25
· 1467 commits to master since this release

Features:

  • .filter, .map, and .reduce no longer skip sparse array holes. This is a backwards incompatible change.
  • Like .map and .filter, .reduce now allows returning promises and thenables from the iteration function.

Bugfixes: