Skip to content

Releases: Anvell/async

1.1.2

17 Feb 17:49
Compare
Choose a tag to compare

Refinements

• Changed withState return type to Unit.

1.1.1

17 Feb 17:47
Compare
Choose a tag to compare

Refinements

• Use default JVM target.

1.1.0

17 Dec 16:38
Compare
Choose a tag to compare

New features

• Added collectAsyncAsState operator.
• Added support for more multiplatform targets.

1.0.0

14 Dec 23:48
Compare
Choose a tag to compare

New features

AsyncState provides a set of operators for UDF state management based on Async.
• Migrated to Kotlin Multiplatform.
• Added progress to Loading state in Async.

Refinements

• Removed isConsumed fields as it circumvents UDF.
• Removed invoke operator to make retrieving value more explicit.
• Added missing tests for map and or operators.

0.2.1

14 Dec 22:50
Compare
Choose a tag to compare

• Added map and or operators.

0.2.0

14 Dec 22:49
Compare
Choose a tag to compare

• Removed metadata from Success and Fail.
• Added tests.

0.1.0

13 Dec 21:52
Compare
Choose a tag to compare

Initial release.