Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

v1.4.0

Choose a tag to compare

@claudiocro claudiocro released this 09 Oct 06:56
· 1 commit to master since this release

1.4.0 (2017-10-09)

Bug Fixes

  • debounce: return every call with different result (2a09843)
  • mapArgs: use flow for params (73b6abf)
  • processAfter: rename to wrap (00a2264)
  • queue: reject if processOnlyOnce and there is already in the queue (fd14c2d)
  • wairFor: api design (f8882a1)

Features

  • mapPromise: map params with a promise (1c8ca02)
  • minDuration: rename to delay (90fa2d4)
  • sameResult: helper to always return the last called result (a3fce39)
  • sameResult: rename to last (45c802f)
  • sequence: rename to flow (6f5efbd)
  • wrap: rename to mapResponse (01a446b)