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
- Feature/allSettled(), any(), race(). (#25)
- all internal promise rejections now reject with an exception object instead of a string (#25)
0.4.0 - 2024-10-18
- Prevent stackoverflow (#23)
0.3.0 - 2024-08-23
- fix bug where
resolve
andreject
could unintentionally cause node creation (#21)
0.2.0 - 2023-12-14
- issue with recursive promise callbacks not calling the inner-registered callbacks (#13)
0.1.0 - 2023-09-12
- use GitHub Actions to publish releases
0.0.1 - 2023-09-12
- initial release