Releases: reduxkotlin/redux-kotlin-thunk
Releases · reduxkotlin/redux-kotlin-thunk
0.6.0
Added
- All missing ios, watchos, tvos and macos simulator targets added
- Added
androidNativeX64
andandroidNativeX86
targets - Added proper android release and debug variants instead of piggybacking on jvm artefact
- New and improved
typedReducer
andcreateTypedStore
builders for those needing a simple
action-typed store.
Recommended to use with sealed interface hierarchies.
Changed
- Major gradle infra rework
- Enabled
explicitPublicApi()
- BREAKING:
redux-kotlin-thunk
APIs moved to a new package:org.reduxkotlin.thunk
Removed
- Remove deprecated
wasm32
target
What's Changed
New Contributors
Full Changelog: v0.5.5...0.6.0
Kotlin 1.4
- Compiled with Kotlin 1.4
- all platforms targeted and published
Publish all plataform artifacts
- publication of all platforms artifacts now working.
- thunk middleware only catches ClassCastException and does not swallow all exceptions now.