Skip to content

Releases: gspd-mobi/rage-ios

0.17.0

07 Aug 14:39
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release
  • Body/Multipart/UrlEncoded request decision now moved to client right after http method named function.

0.16.0

07 Aug 11:44
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release
  • Codable support out of box
  • Array query parameters support
  • No value query parameters support
  • ErrorHandler concept removed
  • Example project cleanup

0.9.0

16 Feb 11:12
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Arrays of Mappable objects now can be used as request body, multipart request part and stub object.

0.8.1

07 Jan 18:57
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
  • Libraries versions updated
  • Plugins directory now included to core subspec
  • Example project improved

0.6.1

09 Oct 15:56
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Moving to Swift 3
  • ErrorHandler protocol created.
  • Encoding posibility added to field parameters.

0.5.0

11 Sep 10:05
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Multipart requests added.
  • Body requests / Form Url Encoded requests moved to separate classes so it will be harder to add parameter which is not supported for given request type.
  • Optional response stubbing added.
  • Url requests added. Basically now base url can be changed for each request, not for client.
  • Parameter passing nil behavior fixed. If nil passed - this parameter won't be added to request.
  • Plugin protocol updated.
  • Logging plugin improvements.

0.4.2

29 Aug 16:17
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Basic plugin system. Logging now made as a plugin.
  • Requests authorization.
  • Error handling improvement.

0.3.0

24 Aug 17:39
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Posibility to set query parameters and headers as dictionaries.
  • Content-type added to RageClient builder
  • Field parameters added. Fields parameters will be sent as url-encoded string in request body.

0.2.0

23 Aug 17:45
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • RageBuilder now creates with baseUrl provided, so there is no way to create RageClient without it like before.
  • Client scope headers which will be added to all it's requests
  • Readme updated. Making request and Roadmap sections added.