Skip to content

0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:39
· 35 commits to refs/heads/master since this release
a6f8f9d

Changes

  • #162 TokenProvider changed to fun interface
  • #119 fix lock of RefreshToken feature
  • #192 fix iOS 12 support

Breaking changes

  1. createHttpClientEngine moved to separated module - network-engine
  2. extensions Throwable.isNetworkError and Throwable.isSSLError now require setup of HttpClientEngine with createHttpClientEngine function OR you should manually run ThrowableToNSErrorMapper.setup to declare how read NSError from used iOS HttpClientEngine.