Skip to content

Releases: gumil/Kaskade

v0.4.2

26 Aug 21:55
Compare
Choose a tag to compare

Update

  • Kotlin v1.4
  • Coroutines v1.3.9
  • Detekt to v1.12.0

v0.4.1

23 Jul 20:16
Compare
Choose a tag to compare
  • Fix atomicfu not being resolved #59

v0.4.0

29 Jun 17:00
Compare
Choose a tag to compare

Changes

  • SavedValueHolder.savedValues now returns Map
  • initialState visibility changed to a public field
  • Refactor process to dispatch #50
  • Add support to Coroutines StateFlow
  • Fix deprecations

v0.3.8

02 May 14:00
Compare
Choose a tag to compare
  • Update Kotlin 1.3.72

v0.3.7

24 Aug 16:08
Compare
Choose a tag to compare
  • Update AGP to 3.5.0
  • Update Kotlin 1.3.50
  • Update Coroutines 1.3.0

v0.3.6

18 Aug 16:39
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release
  • Rename kaskade flow to Emitter
  • Support coroutine flows

v0.3.5

05 Aug 16:36
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release
  • Repackage to dev.gumil.kaskade
  • Moving artifacts to Bintray
  • Artifact name changes: core, coroutines, livedata, and rx
    • Removed the kaskade prefix and changing the kaskade module into core
  • Multiplatform support for core and coroutines module
  • Add clearer error message when actionStateMap is empty
  • Rename state to currentState in ActionState. For clearer distinction of the state in ActionState
  • Update Kotlin to 1.3.41
  • Update livedata compileSdkVersion to 29

v0.2.3

18 Mar 16:17
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • Code smell fixes

v0.2.2

10 Feb 15:15
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Add better way in handling single live event
  • Remove excludes in dams
  • Add SingleEvent type

v0.2.1

23 Jan 21:22
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Remove initial action
  • Implement queueing of states while onStateChanged is null