- Added: softfail option
failOnError
toseries
executor
- Added: async Mutex lock
- Added: ESlint check based on
eslint:recommended
andeslint-config-aenondynamics
- Added:
sleep
testcase - Changed: Included ESlint in CI Tests
- Fixed: Some varirable declarations (lint warnings)
- Changed: Doc Structure
- Added:
.wait
function as alias of Promise.all - Added:
.PromiseResolver
to queue a promised function with given arguments for execution - Added:
.parallel
function to execute multiplePromiseResolver
in parallel with given task limit - Added:
.series
function to execute multiplePromiseResolver
in series - Added:
.sleep
function to intercept the current function execution by n miliseconds asynchronous
- Added: Mocha based Testcases
Initial Public Release