Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 09:40
· 5 commits to main since this release
a8e95a6

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.