Skip to content

Releases: freshOS/ws-deprecated

Updates dependencies + Built with XCode 8.3.1

13 Apr 14:30
Compare
Choose a tag to compare

iOS8 support for swift 3 + better logging

30 Jan 10:50
Compare
Choose a tag to compare
  • Updates to latest Alamofire version 4.3.0 enabling us to support iOS*
  • Improves Logging

Swift 3 is here

12 Oct 12:49
Compare
Choose a tag to compare

Swift 3 support is here !

version 1.2.0

30 Apr 12:10
Compare
Choose a tag to compare
  • Multipart requests are now supported
  • You can now opt out form Arrow and use ws with pure JSON if you want to use your own JSON library.
  • JSON parameters are now supported for POST/PUT request
  • ws no longer sends the request as soon as it's built. it waits for a then block to be called.
  • Using latest version of then and Arrow

Fixes nested frameworks issue

17 Apr 16:06
Compare
Choose a tag to compare
Pre-release

Ws embedded the dependencies which caused Appstore publications errors about nested frameworks.
This should be solved now.
A .zip has also been added in order to make carthage updates faster.