Releases: reduxkotlin/redux-kotlin
Releases · reduxkotlin/redux-kotlin
0.6.1
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-threadsafe
APIs moved to a new package:org.reduxkotlin.threadsafe
Removed
- Remove deprecated
wasm32
target
What's Changed
- Gradle rework and version updates by @mpetuska in #114
- ci upgrade by @mpetuska in #118
- Two minor typos in the documentation by @nateridderman in #93
- Update release.yml by @mpetuska in #119
- Configure Renovate by @renovate in #121
- More ci optimisations by @mpetuska in #122
- Update dependency now to v21 by @renovate in #123
- Introduce TypedStore<State,Action>! by @mpetuska in #125
New Contributors
- @nateridderman made their first contribution in #93
- @renovate made their first contribution in #121
Full Changelog: v0.56...0.6.0
Kotlin 1.4
- Kotlin 1.4 final 🎆
- all platforms targeted
All platforms Published
Artifacts for all platforms are published to Maven central.
Thread-safe store
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