Skip to content

Releases: reduxkotlin/redux-kotlin-thunk

0.6.0

29 Jan 22:49
9960cd0
Compare
Choose a tag to compare

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

Kotlin 1.4

17 Aug 18:08
8ce2b3c
Compare
Choose a tag to compare
  • Compiled with Kotlin 1.4
  • all platforms targeted and published

Publish all plataform artifacts

07 Jul 02:01
951cddf
Compare
Choose a tag to compare
  • publication of all platforms artifacts now working.
  • thunk middleware only catches ClassCastException and does not swallow all exceptions now.