Skip to content

3.4.0: Add when.filter

Compare
Choose a tag to compare
@briancavalier briancavalier released this 15 Jul 14:08
· 205 commits to master since this release
  • New when.filter for filtering arrays of promises.
  • when.map and when.filter now provide the array index as the second param to their mapping and filtering functions.
  • when/keys.map now provides the associated key to its mapping function.
  • Smaller ES6 shim.