Releases: toggl/komposable-architecture
Releases · toggl/komposable-architecture
0.2.2
Changelog
Added
None
Changed
Internal library updates only. Most notably, Kotlin 1.7.20 => 1.8.20
Fixed
- Docs
0.2.0
Changelog
Added
- Test module
komposable-architecture-test
mergeSubscriptions(subscriptions: List<Subscription<State, Action>>)
with a list parameter
Changed
- Renamed
dispatch
tosend
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
Initial release