Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.6 KB

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.

0.5.0 - 2024-11-18

Added

  • Feature/allSettled(), any(), race(). (#25)

Changed

  • all internal promise rejections now reject with an exception object instead of a string (#25)

0.4.0 - 2024-10-18

Fixed

  • Prevent stackoverflow (#23)

0.3.0 - 2024-08-23

Fixed

  • fix bug where resolve and reject could unintentionally cause node creation (#21)

0.2.0 - 2023-12-14

Fixed

  • issue with recursive promise callbacks not calling the inner-registered callbacks (#13)

0.1.0 - 2023-09-12

Changed

  • use GitHub Actions to publish releases

0.0.1 - 2023-09-12

Added

  • initial release