Skip to content

Releases: LzpTec/concurrency

v3.0.0

24 Jan 07:57
ccc1a12
Compare
Choose a tag to compare

Features

  • Add @lzptec/concurrency/batch and @lzptec/concurrency/concurrency exports. (f36e624)

Refactor

  • Implement forEach and mapSettled on the base class. (90edf61)
  • Improve code readability. (cc0320b)
  • Internal changes to improve maintenance. (7164dfc)
  • Isolate internal code. (71fb1d5)

Misc

Dependencies

v2.0.1

23 May 00:38
fa8c012
Compare
Choose a tag to compare

Bug Fixes

  • Input params in map and mapSettled. (640544e)

v2.0.0

16 Mar 00:02
fbfc770
Compare
Choose a tag to compare

⚠ 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

v1.2.0

16 Feb 18:00
3bf1cd4
Compare
Choose a tag to compare

Features

Bug Fixes

Docs

Performance

  • Create a shared base for batch and concurrency, (dabb757)

v1.1.0

16 Feb 13:45
d64b432
Compare
Choose a tag to compare

Refactor

  • Change internal structure. (c1c0ab2)

Misc

  • Add changelog files to .npmignore. (1ba4bc8)
  • Add Dependencies section. (b29e974)

Dependencies

v1.0.2

23 Dec 06:48
49b6fda
Compare
Choose a tag to compare

Bug Fixes

  • Added filter predicate validation on Concurrency. (58e1b94)
  • Option assign. (cb848a1)

Performance

  • Change internal Batch and Concurrency structure. (47533e1)

v1.0.1

18 Dec 04:52
142e348
Compare
Choose a tag to compare

Misc

Docs

  • Move usage to docs folder. (3241a8b)