Releases: hadiyarajesh/flower
Releases · hadiyarajesh/flower
3.1.0
3.0.0
⭐ 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()
andnetworkResource()
now contains theirFlow
counterpart,dbBoundResourceFlow()
andnetworkResourceFlow()
respectively. - Resource Status contains a new class called
EmptySuccess
for body-less responses likeHTTP 201
. - Resource Status
Success
contains Definitely non-nullable types.
❤️ Other
- Updated dependencies
- Code cleanup and bug fixes
v2.0.3
2.0.0
⭐ New Features
- Added ability to use network resources on-the-fly without caching them into local database. To use it, invoke
networkResource()
function instead ofnetworkBoundResource()
function.
❤️ Other
ApiEmptyResponse
now returnsResource.success()
- Repository hosting is migrated from Jitpack to Maven Central
- Code cleanup
1.1.0
Merge pull request #4 from piyushjohnson/develop Update dependencies in both sample app and library