Skip to content

Releases: RIAEvangelist/js-queue

Easy stack update

11 Nov 21:12
Compare
Choose a tag to compare

updated easy stack dependency for MIT compatibility.

MIT Licence

11 Nov 21:02
Compare
Choose a tag to compare

Switched from DBAD to MIT Licence.

2.0.0

20 Dec 03:24
Compare
Choose a tag to compare

easy-stack module exposed via require('js-queue/stack.js')

supporting js stacks for ES6

easy-stack documentation follows the js-queue interface

added vanilla js version

23 Jun 13:03
Compare
Choose a tag to compare

just removed the module.exports for one version

Production ready release and documentation

06 Jan 16:08
Compare
Choose a tag to compare

Production ready release and documentation.

better extendability and new features

04 Dec 19:56
Compare
Choose a tag to compare
Pre-release

exposed non enumerable queue.contents as getter setter via Object.define

new clear method to remove all entries in the queue

better documentation

Initial release

04 Dec 01:51
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

tested but undocumented.

queue allows for setting of autorun, force stopping, add will auto run if set as true and not force stopped.