Skip to content

1.0.0

Compare
Choose a tag to compare
@Anvell Anvell released this 14 Dec 23:48
· 34 commits to master since this release

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.