Releases: 4i8/queuex
Releases · 4i8/queuex
0.0.1
Changelog
[0.0.1] - 2024-06-15
Added
- Initial release of Queuex.
- Basic queue management functionality with
pushandconcatmethods to add tasks. nextmethod to proceed to the next task in the queue.killmethod to stop the current queue and prevent remaining tasks from running.- Support for both CommonJS and ES6 module formats.
- Example usage for both CommonJS and ES6 modules in the documentation.