Skip to content

V1.0.0

Compare
Choose a tag to compare
@AmrSaber AmrSaber released this 01 May 02:18
· 18 commits to master since this release
cd9ba62

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.