Skip to content

Version 1.3.8

Compare
Choose a tag to compare
@yuriy-tolstoguzov yuriy-tolstoguzov released this 10 Aug 18:10
· 104 commits to master since this release

Changelog:

  • Small refactoring of Core component. Thanks to @ptiz
  • -concurentAuthentication added to public method for subclassing
  • Implemented synchronous call to web service with attribute parameter syncCall (RFWebServiceCall). Thanks to @AlexeyAfanasyev
  • Added progress block support with parameter progressBlockParameter(RFWebServiceCall). Thanks to @ArkadiyTsoy
  • All methods can send body now. PUT and POST use auto-detection for that (any that can be send in http body, will be sent).