Skip to content

3.0.0

Compare
Choose a tag to compare
@hadiyarajesh hadiyarajesh released this 06 Sep 08:39
· 16 commits to master since this release
acca008

⭐ New Features

  • Library is migrated to Kotlin multi-platform project and is available on all targets that Kotlin multi-platform supports.
  • For network requests that return flow of data, dbBoundResource() and networkResource() now contains their Flow counterpart, dbBoundResourceFlow() and networkResourceFlow() respectively.
  • Resource Status contains a new class called EmptySuccess for body-less responses like HTTP 201.
  • Resource Status Success contains Definitely non-nullable types.

❤️ Other

  • Updated dependencies
  • Code cleanup and bug fixes