Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


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

0.5.4 - 2020-08-16

  • kotlin 1.4.0 final
  • change test.yml to just run a build (currently no tests)
  • update to redux-kotlin 0.5.5