Skip to content

Releases: AckeeCZ/Reqres

3.2.1

02 Apr 22:34
Compare
Choose a tag to compare

3.2.0

31 Mar 11:12
Compare
Choose a tag to compare

SwiftPM support

16 Dec 13:50
Compare
Choose a tag to compare
  • 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

28 May 07:23
5a51a39
Compare
Choose a tag to compare
  • Move from NSLog to unified logging

Xcode 10 & Swift 4.2

20 Sep 13:06
Compare
Choose a tag to compare

New

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

2.3.1

20 Sep 12:00
Compare
Choose a tag to compare

Cocoapods podspec maintenance - adding swift version into podspec

2.3.0

06 Sep 11:33
Compare
Choose a tag to compare
  • 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

06 Sep 11:32
Compare
Choose a tag to compare
  • Add customizable session delegate

Carthage support

28 Dec 12:39
89ab9ec
Compare
Choose a tag to compare

iOS11 compatibility

31 Aug 08:58
Compare
Choose a tag to compare
  • 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