Skip to content

v1.1.7 released

Compare
Choose a tag to compare
@FunnySaltyFish FunnySaltyFish released this 06 Sep 09:42
· 19 commits to master since this release

About the lib

  • add coroutineScope parameter, so you can pass your custom coroutineScope to DataSaverState
  • make mutableDataSaverStateOf with paramter autoSave deprecated, you can use AS to replace automatically
  • make DataSaverXXX classes open & job public and observable

About the sample

  • refactor the code, add AppConfig to manage the dataSaver
  • add samples of using the state in ViewModel and doing time-consuming jobs

Special thanks to one staff who works in BiliBili, he gave me these advice.