Re-release of 0.6.0 to work around conflicting artefacts
Full Changelog: https://github.com/reduxkotlin/redux-kotlin/compare/0.6.0...0.6.1
Unclaimed project
Are you a maintainer of redux-kotlin? Claim this project to take control of your public changelog and roadmap.
Changelog
Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
Re-release of 0.6.0 to work around conflicting artefacts
Full Changelog: https://github.com/reduxkotlin/redux-kotlin/compare/0.6.0...0.6.1
androidNativeX64 and androidNativeX86 targetstypedReducer and createTypedStore builders for those needing a simple action-typed store.
Recommended to use with sealed interface hierarchies...Artifacts for all platforms are published to Maven central.
Thread-safe store introduced with createThreadSafeStore. This is available in a new dependency - org.reduxkotlin:redux-kotlin-threadsafe.
Details available in the docs:
https://www.reduxkotlin.org/introduction/getting-started
https://www.reduxkotlin.org/introduction/threading