All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
1288 days ago

Changelog History
Page 1

  • v2.3.0 Changes

    September 17, 2020

    ๐Ÿš€ In this release we've:

    • ๐Ÿ›  #48 Fixed Swift 5.3 compiler errors

    Recompiled binary for Swift 5.3 and Xcode 12 enabling development of iOS 14 apps.

  • v2.2.2 Changes

    July 03, 2020

    ๐Ÿ”€ Merged #46, bumped to v2.2.2, and built archive with Swift 5.2.4

  • v2.2.1 Changes

    April 22, 2020

    Recompiled binary for Swift 5.2.2

  • v2.2.0 Changes

    April 08, 2020

    ๐Ÿš€ In this release we've:

    • #45 Made the background session identifier on RequestController publicly accessible
    • #44 Added the option to stop BackgroundRequestController reading the downloaded file from disk
  • v2.1.6 Changes

    April 02, 2020

    ๐Ÿš€ In this release we've:

    • ๐Ÿ›  #43 Fixed a bug where background request parameter wasn't passed through to internal function
  • v2.1.5 Changes

    March 25, 2020

    ๐Ÿš€ This release is a re-bundle with the Swift 5.2 compiler

  • v2.1.4 Changes

    January 24, 2020

    โฌ†๏ธ Bumps version and compile with Swift 5.1.3.

  • v2.1.3 Changes

    November 12, 2019

    ๐Ÿš€ This release is entirely for updating the pre-compiled Carthage framework to one having been compiled using the Swift 5.1.2 compiler.

  • v2.1.2 Changes

    October 18, 2019

    ๐Ÿš€ In this release we've:

    • (#40 / #41) Made sure ThunderRequest correctly hands on localised error descriptions from system networking errors
  • v2.1.1 Changes

    October 04, 2019

    In this version we've:

    • โšก๏ธ (#39) Updated tests to Swift 5 and fixed them failing
    • โšก๏ธ (#38) Updated the scoping of some init methods so consumers can write mock request controllers e.t.c.