Skip to content

Release 0.1.6

Compare
Choose a tag to compare
@itboy87 itboy87 released this 04 Sep 12:15
· 127 commits to release since this release
b2fd289

What's Changed

  • Add Okio target #53
  • Use SourceReader for network request body parsing.
  • Add HttpResponse.asSourceReader() ext function. #54
  • Change scope of SourceReaderImp to internal and add public functions SourceReader.from.
  • Change scope of FileSourceImp to internal and add public functions FileSource.from.
  • Add extension functions: java.io.File.toFileSource(), java.nio.file.Path.toFileSource() & InputStream.toSourceReader()
  • Update to latest Jsoup (d3104a0)

Build Improvements

  • Replaced the Amper plugin with a custom Micro Amper Gradle script.
  • Upgrade Kotlin to 2.0.20 and AGP to 8.5.0