Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mpetuska mpetuska released this 29 Jan 22:49
· 1 commit to master since this release
9960cd0

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-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