Skip to content

0.0.1

Latest

Choose a tag to compare

@4i8 4i8 released this 15 Jun 20:55

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.