Added
- All missing ios, watchos, tvos and macos simulator targets added
- Added
androidNativeX64andandroidNativeX86targets - Added proper android release and debug variants instead of piggybacking on jvm artefact
- New and improved
typedReducerandcreateTypedStorebuilders 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-threadsafeAPIs moved to a new package:org.reduxkotlin.threadsafe
Removed
- Remove deprecated
wasm32target
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