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 theirFlowcounterpart,dbBoundResourceFlow()andnetworkResourceFlow()respectively. - Resource Status contains a new class called
EmptySuccessfor body-less responses likeHTTP 201. - Resource Status
Successcontains Definitely non-nullable types.
❤️ Other
- Updated dependencies
- Code cleanup and bug fixes