Skip to content

Releases: net-a-porter-mobile/NSURLSession-Mock

1.1

20 Apr 18:37
Compare
Choose a tag to compare
  • Adds support for the block versions of dataTask (i.e. dataTask(with:completionHandler:)) - thanks to Tim Harris for helping find this

( Also, shout out to @arthurgrishin who did submit a PR to fix this in Dec, but it somehow got lost! )

1.0.1

12 Oct 06:41
Compare
Choose a tag to compare

Fix for crashes when mocking via AFNetworking 3

1.0.0

11 Oct 09:30
Compare
Choose a tag to compare

NSURLSession-Mock is now Swift 3 compatible, and given we haven't had any major changes for months now, it seems like a reasonable idea to solidify this as our first major number release.

Nice.

S

0.9.0

15 Jul 11:40
Compare
Choose a tag to compare
  • Move to cocoapods 1.0 format (thanks @csknns)
  • Return a handle from single mocks to let clients validate they have been consumed