- Added: softfail option
failOnErrortoseriesexecutor
- Added: async Mutex lock
- Added: ESlint check based on
eslint:recommendedandeslint-config-aenondynamics - Added:
sleeptestcase - Changed: Included ESlint in CI Tests
- Fixed: Some varirable declarations (lint warnings)
- Changed: Doc Structure
- Added:
.waitfunction as alias of Promise.all - Added:
.PromiseResolverto queue a promised function with given arguments for execution - Added:
.parallelfunction to execute multiplePromiseResolverin parallel with given task limit - Added:
.seriesfunction to execute multiplePromiseResolverin series - Added:
.sleepfunction to intercept the current function execution by n miliseconds asynchronous
- Added: Mocha based Testcases
Initial Public Release