Skip to content

Releases: hadiyarajesh/flower

3.1.0

04 Dec 10:58
434b7cf
Compare
Choose a tag to compare

⭐ New Features
Added dbResource() to fetch resource from local db only

❤️ Other
Updated ktorfit
Updated dependencies
Code cleanup and bug fixes

3.0.0

06 Sep 08:39
acca008
Compare
Choose a tag to compare

⭐ 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

v2.0.3

15 Jun 07:33
Compare
Choose a tag to compare

⭐ New Features

  • Resource Status is converted to sealed class #13
  • Error message is no longer nullable and always present #13
  • Added statusCode to error status #13

❤️ Other

  • Updated dependencies
  • Code cleanup

2.0.0

30 Jul 23:27
Compare
Choose a tag to compare

⭐ New Features

  • Added ability to use network resources on-the-fly without caching them into local database. To use it, invoke networkResource() function instead of networkBoundResource() function.

❤️ Other

  • ApiEmptyResponse now returns Resource.success()
  • Repository hosting is migrated from Jitpack to Maven Central
  • Code cleanup

1.1.0

01 Apr 14:37
3641da5
Compare
Choose a tag to compare
Merge pull request #4 from piyushjohnson/develop

Update dependencies in both sample app and library