Skip to content

Releases: fahimfaisaal/settle-map

v2.0.1

30 Jan 09:00
5d398b4
Compare
Choose a tag to compare

Patch Changes

  • bd6373b: Removed mjs build from the lib and improved the readme

    • removed changelog from the npm
    • improved and fixed readme

v2.0.0

29 Jan 09:40
a8e95a6
Compare
Choose a tag to compare

Major Changes

  • e69672b: Enhanced Response Handling

    • Removed the all getter in this release. With settleMap now returning a Thenable object, you can use the more intuitive await syntax without all.
    • Added a new omitResult option to prevent result storage. This is useful for saving memory when using the event-driven on function or when you would like to ignore it.
    • Implemented function overriding to manage the map function response based on the omitResult value.
    • Renamed the stop function to abort for clarity.
    • Introduced a new curry function, createSettleMap, to simplify code and adhere to the DRY (Don't Repeat Yourself) principle.

v1.2.0

27 Jan 15:54
39ccb88
Compare
Choose a tag to compare

Minor Changes

  • de2ad41: Add item with parameters on emit resolve event

v1.1.1

23 Jan 06:27
28957d1
Compare
Choose a tag to compare

Patch Changes

  • 86e0576: downgraded the p-limit version for module export/import issue

v1.1.0

21 Jan 16:54
f5bc4d2
Compare
Choose a tag to compare

Minor Changes

  • 9cf245f: Add new waitUntilFinished method

v1.0.1

20 Jan 16:46
ad6374e
Compare
Choose a tag to compare

Patch Changes

  • 713d887: Include options validator and made delay optional explicitly

v1.0.0

19 Jan 16:02
Compare
Choose a tag to compare

Major Changes

  • d845d66: First initial version release 🥳