Skip to content

0.2.0

Compare
Choose a tag to compare
@semanticer semanticer released this 09 Dec 15:29
· 63 commits to main since this release

Changelog

Added

  • Test module komposable-architecture-test
  • mergeSubscriptions(subscriptions: List<Subscription<State, Action>>) with a list parameter

Changed

  • Renamed dispatch to send for consistency with TCA (thanks @jonekdahl)
  • Effect is now a functional interface (thanks @heytherewill)
  • Coroutines updated 1.5.2 -> 1.6.4
  • Kotlin updated 1.5.21 -> 1.7.20

Fixed

  • Just documentation

v0.1.1...v0.2.0