Releases: AmrSaber/async-short-circuit
Releases · AmrSaber/async-short-circuit
v1.2.1
V1.2.0
V1.1.1
V1.0.0
This is the first stable release. The package has been tested for some time now, and I have received some feedback about its usage and its interface.
Updates
Breaking Changes
This release introduces a breaking change:
The return value of the asyncAnd
and asyncOr
is now the resolved value of the given promises rather than casting the value to boolean, which loses some information and could be done manually by the consumer anyway like so...
asyncAnd(promises).then(Boolean);
Other updates
This release also includes some changes in the Github actions and adding a new action to auto-publish the package when a new version is merged to master.