feat(cumulativedeferred): Added subDefer method to CumulativeDeferred

This commit is contained in:
2025-01-19 19:05:15 +01:00
parent a941ca69b3
commit d54b5790a3
5 changed files with 3835 additions and 350 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2025-01-19 - 4.2.0 - feat(cumulativedeferred)
Added subDefer method to CumulativeDeferred
- Introduced `subDefer` method in CumulativeDeferred class to allow creating and adding new Deferreds easily.
## 2025-01-07 - 4.1.0 - feat(core)
Add fromCallback utility function for promisifying Node.js-style callback functions