Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Releases: choval/async

v0.5.3

14 Feb 13:32
Compare
Choose a tag to compare
  • Fixed non-immediate resolve in retry, added test as well.

v0.5.2

14 Feb 00:41
Compare
Choose a tag to compare
  • Separated tests
  • Async\retry rewrite/fix

v0.5.0

10 Feb 02:04
Compare
Choose a tag to compare
  • Updated README
  • Added Async\is_done
  • Rewrote Async\wait
  • Rewrote Async\retry
  • Removed unneeded dependencies

v0.4.36

05 Feb 17:26
Compare
Choose a tag to compare
  • Fixes Promise cancel not stopping the Async\resolve Generator from running.

v0.4.35

03 Feb 20:24
Compare
Choose a tag to compare
  • Droped a while-loop with a sleep for a Promise wait when handling async forks.

v0.4.34

28 Jan 16:10
Compare
Choose a tag to compare
  • Dropped React/Filesystem dependency, as it was slow.
  • Added multiple blocking file operations as async (using Async\async in the back).
  • Added rglob (recursive glob) with an ignore parameter.
  • PSR12 tidy up.

v0.3.17

13 Sep 19:54
Compare
Choose a tag to compare
Fix exception