Skip to content

Releases: ghosind/go-async

v0.5.2

30 Aug 10:07
v0.5.2
83b02a2
Compare
Choose a tag to compare

Changes

  • Allow to unwrap the execution errors.

v0.5.1

23 Jul 03:14
v0.5.1
96c1eb3
Compare
Choose a tag to compare

New Feature

  • Add SeqGroups.

v0.5.0

20 Jun 15:31
v0.5.0
aab985f
Compare
Choose a tag to compare

New Features

  • Added Seq function.
  • Added Series function.
  • Added Times, TimesLimit, and TimesSeries functions.
  • Added Paralleler utility.

Changes

  • Refactor All, AllCompleted, and ParallelCompleted with Paralleler.

v0.4.0

13 Apr 15:33
v0.4.0
b0b54cd
Compare
Choose a tag to compare

New Features

  • Add Retry, While, and Until.

v0.3.0

02 Feb 10:23
v0.3.0
3009a2e
Compare
Choose a tag to compare

PLEASE ATTENTION: This version is not compatible with the old versions.

Breaking Changes

  • AsyncFn allows to customize the parameters list and return values list.
  • Refactor utility functions' signature to return the outputs of the handler functions.

New Features

  • Add ExecutionError to wrap errors.
  • Add Forever function.

v0.2.0

08 Jan 01:12
v0.2.0
2023ddb
Compare
Choose a tag to compare

New Features

  • Add Parallel and ParallelCompleted.

v0.1.0

08 Dec 06:06
v0.1.0
f7ad211
Compare
Choose a tag to compare

Add All, AllCompleted, and Race functions.