Skip to content

Releases: kevin-lyn/STNetTaskQueue

Swift Friendly

24 Oct 06:22
Compare
Choose a tag to compare

Added nullable annotation to be Swift friendly.

Added STNetTaskGroup for Executing Multiple Net Tasks

08 May 16:09
Compare
Choose a tag to compare
  • Added STNetTaskGroup for executing multiple net tasks.(Deprecate STNetTaskChain)
  • Minor bug fixes.

Fixed Form Param String Encoding Issue

14 Feb 08:22
Compare
Choose a tag to compare
0.0.20

Fixed form param string encoding issue.

Added Status Code and Response Headers Properties in STHTTPNetTask

07 Feb 08:58
Compare
Choose a tag to compare
  • Added STHTTPNetTask.statusCode and STHTTPNetTask.responseHeaders.
  • Added __kindof keyword in STNetTaskDelegate-netTaskDidEnd:
  • Bug fixes.

Fixes for Critical Issues and Feature Enhancements

26 Jan 07:02
Compare
Choose a tag to compare
  • Fixed critical issue when parsing NSDictionary parameters.
  • Added STHTTPNetTaskIgnoreAllProperties to ignore all properties.
  • Supported multiple subscriptions for net task state.
  • Added transform value in STNetTask.
  • Added STIgnore protocol to ignore property.

Update Definition of STNetTaskSubscriptionBlock

22 Dec 07:47
Compare
Choose a tag to compare

Update definition of STNetTaskSubscriptionBlock.

Support Subscription Block for Different Net Task State

20 Dec 17:31
Compare
Choose a tag to compare
  • Support subscription block for different net task state(cancelled, retrying, finished).
  • Support Carthage.
  • Bug fixes.

Support Adding Delegate for Class

09 Dec 15:35
Compare
Choose a tag to compare

Support adding delegate for class of STNetTask instead of URI of STNetTask.

Bug Fix

22 Nov 03:54
Compare
Choose a tag to compare

Minor bug fix.

Fixed Net Task Cancel Issue.

03 Nov 08:47
Compare
Choose a tag to compare

Fixed net task cancel issue.