Skip to content

Latest commit

 

History

History
101 lines (72 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

101 lines (72 loc) · 2.19 KB

Changelog

0.4.2

2020-08-25

Update androidx.lifecycle and coroutines libraries

0.4.1

2020-08-21

Add execute extension function

0.4.0

2020-08-21

  • Move to Kotlin Multiplatform
  • The previous artifactId was coroutinelifecyclehandler which is now as following:
    • For Android, it's coroutines-lifecycle-handler-android
    • For Jvm, it's coroutines-lifecycle-handler-jvm
    • For Common, it's coroutines-lifecycle-handler-metadata
  • Remove buildSrc, instead use composite build with build-plugin
  • Move Entry, and EEntry
  • Create DEntry
  • Configure JaCoCo
  • Configure Maven Publication
  • Configure Dokka

0.3.3

2020-04-11

Add Flow.toLife and Flow.toELife extension functions.

0.3.2

2020-04-09

Fix resolving problem.

0.3.1

2020-04-08

Add @ExperimentalCoroutinesApi and @FlowPreview annotations.

0.3.0

2020-04-08

Renaming:

  • AndroidExtendedLifecycleHandlerImpl to AndroidELifecHandlerImpl
  • AndroidExtendedLifecycleHandler to AndroidELifecHandler
  • AndroidLifecycleHandlerImpl to AndroidLifeHandlerImpl
  • AndroidLifecycleHandler to AndroidLifeHandler
  • BaseLifecycleHandler to BaseLifeHandler
  • ExtendedLife to ELife
  • CoroutineExtendedLifecycleHandlerImpl to CoroutineELifeHandlerImpl
  • CoroutineExtendedLifecycleHandler to CoroutineELifeHandler
  • CoroutineLifeHandlerImpl to CoroutineLifeHandlerImpl
  • CoroutineLifeHandler to CoroutineLifeHandler
  • ExtendedEntry to EEntry
  • ExtendedLifecycleAwareImpl to ELifeAwareImpl
  • ExtendedLifecycleAware to ELifeAware
  • LifecycleAwareImpl to LifeAwareImpl
  • LifecycleAware to LifeAware
  • toExtendedLifecycleAware to toELifeAware
  • toLifecycleAware to toLifeAware

Adding:

  • LifeSpan#CONFIGURATION_CHANGED
  • LifeSpan#USER_FLOW
  • LifeStore
  • SLife

0.2.0

2020-02-02

Implement AndroidLifecycleHandlerImpl and AndroidExtendedLifecycleHandlerImpl. Also make the ExtendedLife#onBorn method accepts null bundle.

Also implement CoroutineExtendedLifecycleHandlerImpl, toLifecycleAware and toExtendedLifecycleAware.

0.1.0

2020-01-15

Initial release