All Versions
11
Latest Version
Avg Release Cycle
133 days
Latest Release
1747 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    June 07, 2019

    ๐Ÿ’ฅ Breaking

    • ๐Ÿ‘Œ Support for Swift < 4.2 has been removed.

    โœจ Enhancements

    • โž• Adds support for Swift 5.0.
  • v3.0.0-alpha.1 Changes

    June 07, 2019

    ๐Ÿ’ฅ Breaking

    • ๐Ÿ‘Œ Support for Swift < 4.2 has been removed.

    โœจ Enhancements

    • โž• Adds support for Swift 5.0.
  • v2.0.1 Changes

    November 18, 2017

    โœจ Enhancements

    • You can now specify a delay option to a stub to simulate network delays.
    • โž• Adds support for building Mockingjay with Swift 4.
  • v2.0.0 Changes

    November 14, 2016

    ๐Ÿ’ฅ Breaking

    • Responses now use a Download enum instead of an optional NSData. This means you must use the following API:

      .Success(response, .NoContent)
      .Success(response, .Content(data))
      

      Previously:

      .Success(response, nil)
      .Success(response, data)
      

    โœจ Enhancements

    • โž• Adds support for streaming stubbed response data.

      .Success(response, .StreamContent(data, inChunksOf: 1024))
      
  • v1.3.1 Changes

    October 07, 2016

    ๐Ÿš€ This release fixes a packaging problem in 1.3.0 where the CocoaPod's podspec for Mockingjay did not contain all the sources.

  • v1.3.0 Changes

    September 28, 2016

    ๐Ÿš€ This release adds support for Swift 2.3.

  • v1.2.2

    May 27, 2016
  • v1.2.1 Changes

    May 10, 2016

    ๐Ÿš€ This release fixes a packaging problem in 1.2.0 where the CocoaPod's podspec
    ๐Ÿคก for Mockingjay did not contain all the sources.

  • v1.2.0 Changes

    May 10, 2016

    โœจ Enhancements

    • ๐Ÿ‘ Swift 2.2 support has been added.

    ๐Ÿ› Bug Fixes

    • ๐Ÿคก Mockingjay will now add it's own protocol to NSURLSessionConfiguration default and ephemeral session configuration on load. This fixes problems when you create a session and then register a stub before we've added the Mockingjay protocol to NSURLSessionConfiguration.
      #50
  • v1.1.1

    November 21, 2015