2.0.1 (2025-01-01)
2.0.0 (2024-12-22)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
-
New Features
-
Introduced new workflows for continuous integration, package publishing, and release management.
-
Added TypeScript support with a new configuration file and strict type-checking.
-
New
pending
function implemented for managing callback execution limits. -
Bug Fixes
-
Corrected function name from
pedding
topending
in usage examples. -
Documentation
- Updated
README.md
with new badges and improved usage examples. - Added MIT License to the project.
- Updated
-
Chores
-
Removed outdated files and configurations, including
.jshintignore
,.travis.yml
,AUTHORS
, andcomponent.json
.
- feat: add call stack to error object (#5)
- use npm scripts
- add authors
- remove 0.8
- support pedding(done, 100) format
- add npm image
- add component deps
- ensure build before test start
- add component test on npm test
- add travis
- add component support
- fixed #1 done more then giving should throw error