Skip to content

Releases: as-any/abortable-promise

Release v0.0.7

02 Nov 13:21
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v0.0.7 - 2023-11-02

Commits

  • ci(gh-actions): 🐛 Remove branch condition from GH Actions trigger 1078f91

Release v0.0.6

02 Nov 13:02
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Generated by auto-changelog.

v0.0.6 - 2023-11-02

Commits

  • fix(gh-actions): 🐛 Fix wrong commitish value a3d7980

v0.0.3

02 Nov 05:07
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Release Notes for AbortablePromise v0.0.3

We are excited to announce the first official release of AbortablePromise! This utility is built to enhance the native JavaScript Promise with abort functionality, introducing a simple and intuitive way to handle abortable asynchronous operations in your JavaScript projects.

Features:
Abortable Promises: Extend native Promises to allow them to be aborted, adding greater control over asynchronous operations.
Simple Integration: Easily convert any existing promise into an abortable one using our utility function.
Comprehensive Error Handling: Utilize standard catch blocks to handle aborted operations seamlessly.