Skip to content

1.0.2: Dependency updates, some new operators

Compare
Choose a tag to compare
@Nek-12 Nek-12 released this 11 Dec 15:19
· 50 commits to master since this release
2b37dfd
  • Loading is now a companion object and an instance of ApiResult at the same time, so you can use all the rest of the operators on the static companion object instance
  • ApiResult.flow with non-api-result return type has been renamed to ApiResult.tryFlow because of the conflicts between the names of two functions. Unfortunately it seems impossible to resolve the overload dynamically
  • Same as above, but for recover.