Skip to content

Releases: ghosind/go-async

v1.1.0

12 Sep 03:04
446379b

Choose a tag to compare

New Feature

  • Add Fallback implementation.

v1.0.1

10 Dec 15:06
a972d82

Choose a tag to compare

chore: add SECURITY.md

v1.0.0

20 Nov 15:29
v1.0.0
c9f132d

Choose a tag to compare

v1.0.0

v0.5.2

30 Aug 10:07
v0.5.2
83b02a2

Choose a tag to compare

Changes

  • Allow to unwrap the execution errors.

v0.5.1

23 Jul 03:14
v0.5.1
96c1eb3

Choose a tag to compare

New Feature

  • Add SeqGroups.

v0.5.0

20 Jun 15:31
v0.5.0
aab985f

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

Choose a tag to compare

New Features

  • Add Retry, While, and Until.

v0.3.0

02 Feb 10:23
v0.3.0
3009a2e

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

Choose a tag to compare

New Features

  • Add Parallel and ParallelCompleted.

v0.1.0

08 Dec 06:06
v0.1.0
f7ad211

Choose a tag to compare

Add All, AllCompleted, and Race functions.