Skip to content

Releases: 4i8/queuex

0.0.1

15 Jun 20:55
@4i8 4i8

Choose a tag to compare

Changelog

[0.0.1] - 2024-06-15

Added

  • Initial release of Queuex.
  • Basic queue management functionality with push and concat methods to add tasks.
  • next method to proceed to the next task in the queue.
  • kill method 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.