Releases: Anvell/async
Releases · Anvell/async
1.1.2
1.1.1
1.1.0
1.0.0
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.