Skip to content

Releases: toggl/komposable-architecture

0.2.2

20 Apr 14:48
Compare
Choose a tag to compare

Changelog

Added

None

Changed

Internal library updates only. Most notably, Kotlin 1.7.20 => 1.8.20

Fixed

  • Docs

main...v0.2.2
v0.2.0...v0.2.2

0.2.0

09 Dec 15:29
Compare
Choose a tag to compare

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

v0.1.1

04 Oct 11:15
9065689
Compare
Choose a tag to compare

Initial release