Releases: ghosind/go-async
Releases · ghosind/go-async
v1.1.0
12 Sep 03:04
Compare
Sorry, something went wrong.
No results found
New Feature
Add Fallback
implementation.
v1.0.1
10 Dec 15:06
Compare
Sorry, something went wrong.
No results found
v1.0.0
20 Nov 15:29
Compare
Sorry, something went wrong.
No results found
v0.5.2
30 Aug 10:07
Compare
Sorry, something went wrong.
No results found
Changes
Allow to unwrap the execution errors.
v0.5.1
23 Jul 03:14
Compare
Sorry, something went wrong.
No results found
v0.5.0
20 Jun 15:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
Add Retry
, While
, and Until
.
v0.3.0
02 Feb 10:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
Add Parallel
and ParallelCompleted
.
v0.1.0
08 Dec 06:06
Compare
Sorry, something went wrong.
No results found
Add All
, AllCompleted
, and Race
functions.