feat(core): Add fromCallback utility function for promisifying Node.js-style callback functions
This commit is contained in:
+5
-3
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-01-07 - 4.1.0 - feat(core)
|
||||
Add fromCallback utility function for promisifying Node.js-style callback functions
|
||||
|
||||
- Added fromCallback function to convert Node.js-style callbacks into Promises.
|
||||
|
||||
## 2024-06-23 - 4.0.4 - fix(ci)
|
||||
Remove .gitlab-ci.yml and update dependencies and metadata
|
||||
|
||||
@@ -7,8 +12,6 @@ Remove .gitlab-ci.yml and update dependencies and metadata
|
||||
- Updated dependencies in package.json and npmextra.json
|
||||
- Improved description and keywords for better package definition
|
||||
|
||||
|
||||
|
||||
## 2024-05-29 - 4.0.3 - Maintenance
|
||||
Update project configuration and descriptions.
|
||||
|
||||
@@ -85,4 +88,3 @@ Added polyfill and npmextra.json.
|
||||
Updated continuous integration configuration.
|
||||
|
||||
- Update ci
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user