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

Releases: panter/promised

v1.4.1

Choose a tag to compare

@claudiocro claudiocro released this 09 Oct 10:36

1.4.1 (2017-10-09)

Bug Fixes

  • queued: move to next on next tick (78b325f)

v1.4.0

Choose a tag to compare

@claudiocro claudiocro released this 09 Oct 06:56

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)

v1.3.0

Choose a tag to compare

@claudiocro claudiocro released this 04 Oct 13:13

1.3.0 (2017-10-04)

Features

  • waitFor: waites until main promises function has been resolved (2f7453e)

v1.2.0

Choose a tag to compare

@claudiocro claudiocro released this 04 Oct 11:35

1.2.0 (2017-10-04)

Features

  • flow: introduce flow and sourcemaps (14c2e1f)

v1.1.0

Choose a tag to compare

@claudiocro claudiocro released this 02 Oct 20:46

1.1.0 (2017-10-02)

Features

v1.0.2

Choose a tag to compare

@claudiocro claudiocro released this 02 Oct 16:32

1.0.2 (2017-10-02)

Bug Fixes

  • queued: scope the debounce to the function that is wrapped (25f68f9)
  • queued: scope the queued to the function that is wrapped (20c701f)

v1.0.1

Choose a tag to compare

@claudiocro claudiocro released this 02 Oct 16:00

1.0.1 (2017-10-02)

Bug Fixes

  • queued: don't use lodash (5e02221)

v1.0.0

Choose a tag to compare

@claudiocro claudiocro released this 02 Oct 15:39

1.0.0 (2017-10-02)

Bug Fixes

Features

  • debounce, processAfter, sequence, minDuration and queued (16c16ac)