Skip to content

2.2.0-RC9

Compare
Choose a tag to compare
@tonyofrancis tonyofrancis released this 23 Aug 01:36
· 129 commits to v2.2 since this release

Version 2.2.0-RC9

  • Fixed issue where different namespace Fetch instances shared the same logger object
  • Breaking Change. Added new boolean param for add completed downloads method. Now:
    fun addCompletedDownload(completedDownload, boolean, func, func2): Fetch
    and
    fun addCompletedDownloads(completedDownloadsList, boolean, func, func2): Fetch
  • Added documentation for Extras and MutableExtras classes.