Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mpetuska mpetuska released this 29 Jan 21:55
· 5 commits to master since this release
3b69391

Added

  • All missing ios, watchos, tvos and macos simulator targets added
  • Added androidNativeX64 and androidNativeX86 targets
  • Added proper android release and debug variants instead of piggybacking on jvm artefact
  • New and improved typedReducer and createTypedStore 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

New Contributors

Full Changelog: v0.56...0.6.0