Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 990 Bytes

CHANGES.md

File metadata and controls

executable file
·
27 lines (21 loc) · 990 Bytes

1.5.0

  • Added: softfail option failOnError to series executor

1.4.0

  • Added: async Mutex lock

1.3.0

  • Added: ESlint check based on eslint:recommended and eslint-config-aenondynamics
  • Added: sleep testcase
  • Changed: Included ESlint in CI Tests
  • Fixed: Some varirable declarations (lint warnings)

1.2.1

  • Changed: Doc Structure

1.2.0

  • 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 multiple PromiseResolver in parallel with given task limit
  • Added: .series function to execute multiple PromiseResolver in series
  • Added: .sleep function to intercept the current function execution by n miliseconds asynchronous

1.1.0

  • Added: Mocha based Testcases

1.0.0

Initial Public Release