Releases: fahimfaisaal/settle-map
Releases · fahimfaisaal/settle-map
v2.0.1
v2.0.0
Major Changes
-
e69672b: Enhanced Response Handling
- Removed the
all
getter in this release. WithsettleMap
now returning aThenable
object, you can use the more intuitiveawait
syntax withoutall
. - Added a new
omitResult
option to prevent result storage. This is useful for saving memory when using the event-drivenon
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 toabort
for clarity. - Introduced a new curry function,
createSettleMap
, to simplify code and adhere to theDRY
(Don't Repeat Yourself) principle.
- Removed the