Skip to content

Releases: reduxkotlin/redux-kotlin

0.6.1

29 Jan 22:37
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Re-release of 0.6.0 to work around conflicting artefacts

Full Changelog: 0.6.0...0.6.1

0.6.0

29 Jan 21:55
3b69391
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-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

Kotlin 1.4

17 Aug 18:03
0c87b30
Compare
Choose a tag to compare
  • Kotlin 1.4 final 🎆
  • all platforms targeted

All platforms Published

06 Jul 14:31
95607a6
Compare
Choose a tag to compare

Artifacts for all platforms are published to Maven central.

Thread-safe store

13 Jun 21:43
Compare
Choose a tag to compare

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