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