Skip to content

Releases: LimeEng/NodeSemaphore

v0.7.2

11 May 23:35
6ffbaeb

Choose a tag to compare

Fixed security issues and updated various things.

v0.7.1

22 Oct 20:57
fb99713

Choose a tag to compare

Fixed security issue

v0.7

19 Nov 20:30
06867b7

Choose a tag to compare

The semaphore has gained another function onIdle which returns a promise that resolves when all tasks queued with the semaphore are done.

Furthermore, the internal attributes used by the semaphore has been prefixed with a underscore to discourage widespread usage. But since these properties never were a part of the public API this will be considered a minor bump overall.

v0.6

24 Oct 17:54
18749b3

Choose a tag to compare

The inefficient queue implementation has been replaced with a fast FIFO queue.