Skip to content

1.0.3

Compare
Choose a tag to compare
@Nek-12 Nek-12 released this 25 Dec 11:25
· 43 commits to master since this release
ad8b174
  • recoverIf has been renamed to tryRecoverIf, and recoverIf now is a function that should return an ApiResult. This is done to prevent declaration clashes since kotlin doesn't yet know how to resolve overloads.
  • Kotlin 1.9.22
  • NotFinishedException now extends IllegalStateException instead of IllegalArgumentException
  • Fixed ApiResult builder function returning Loading. Previous behavior was to return Success, this reverts back to that
  • New operators - recoverIf, apply. Apply is the same as map but takes this as a parameter