Skip to content

Releases: AckeeCZ/Reqres

3.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:34

3.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 11:12

SwiftPM support

Choose a tag to compare

@olejnjak olejnjak released this 16 Dec 13:50
  • Migrate to Swift 5 and Xcode 10.2 & 11.2 (#20, kudos to @olejnjak)
  • Add public inits to built-in loggers so they can really be used (#21, kudos to @olejnjak)
  • Add SPM support (#23, kudos to @olejnjak)

SPM release also supports macOS 🎉

Unified logging

Choose a tag to compare

@janmisar janmisar released this 28 May 07:23
5a51a39
  • Move from NSLog to unified logging

Xcode 10 & Swift 4.2

Choose a tag to compare

@olejnjak olejnjak released this 20 Sep 13:06

New

This is the first release that requires Swift 4.2 and Xcode 10

2.3.1

Choose a tag to compare

@olejnjak olejnjak released this 20 Sep 12:00

Cocoapods podspec maintenance - adding swift version into podspec

2.3.0

Choose a tag to compare

@janmisar janmisar released this 06 Sep 11:33
  • Split formatting and logging
  • Make formatting ready for public usage - now you can use Reqres request/response pretty formatting outside the framework

2.2.0

Choose a tag to compare

@janmisar janmisar released this 06 Sep 11:32
  • Add customizable session delegate

Carthage support

Choose a tag to compare

@olejnjak olejnjak released this 28 Dec 12:39
89ab9ec
2.1.1

iOS11 compatibility

Choose a tag to compare

@janmisar janmisar released this 31 Aug 08:58
  • Reqres was causing request timeouts on iOS 11 in some cases. Fixed by replacing NSURLConnection with URLSession
  • ⚠️ emoji for errors
  • minor log formatting fixes
  • Swift 4 support