Skip to content

v2.0.0

Compare
Choose a tag to compare
@tripodsgames tripodsgames released this 16 Mar 00:02
· 75 commits to master since this release
fbfc770

⚠ BREAKING CHANGES

  • Removed input argument from static methods.

Features

  • Add find, every and some methods to global methods. (9381217)
  • Implemented group method to batch and concurrency instances. (1b548a4)
  • Implemented group method to batch and concurrency. (dc3205e)
  • Removed input argument from static methods. (a29ad6d)

Bug Fixes

  • Batch instance not waiting all jobs. (ca00e6d)

Docs

  • Add find, every and some global documentation. (472d737)
  • Update map, mapSettled and forEach docs. (cc0f3e5)
  • Update TODO. (ff2ac0e)
  • Update USAGE.md to use new args. (e5e89ad)

Refactor

  • Add options to base class. (63b8a85)
  • Add override modifier to abstract methods. (50674f5)
  • Change internal batch instance. (ef7cb64)

Misc

  • Remove console.log calls. (6ff4d0d)

Dependencies