Skip to content

Releases: tidev/ti.urlsession

v4.0.1

23 Jul 00:17
e9d835a
Compare
Choose a tag to compare
v4.0.1 Pre-release
Pre-release
  • Re-add 32-bit libraries for Titanium 9.x.x support.

v4.0.0

18 Feb 14:14
Compare
Choose a tag to compare
build(ios): use sdk 9.3.2.GA to build

v3.0.0

15 Sep 09:19
Compare
Choose a tag to compare
test: add super simple unit tests

2.2.0

01 Feb 20:13
0352d96
Compare
Choose a tag to compare
  • Expose the dataTask API

2.1.0

23 Nov 23:31
Compare
Choose a tag to compare
  • Add new method uploadTask to support background-uploads
  • Add new methods flush and reset for an improved resources handling
  • Deprecate backgroundDownloadTaskWithURL in favor of URLSession.Session.downloadTask
  • Move URLSession.Session and URLSession.SessionConfiguration to own namespaces
  • Deprecate old single-argument constructor for sessions and session-configurations
  • Introduce object-based constructors to incorporate the new namespaces properly

2.1.0 Beta 2

08 Mar 16:58
Compare
Choose a tag to compare
2.1.0 Beta 2 Pre-release
Pre-release
  • Refactor missing API's
  • Update example
  • Fix various backwards compatibility issues

2.1.0 Beta 1

30 Dec 09:59
Compare
Choose a tag to compare
2.1.0 Beta 1 Pre-release
Pre-release

Based on #9, Example here.

  • Add new method addBackgroundUploadTask to support background-uploads
  • Add new methods flush and reset for an improved resources handling
  • Deprecate backgroundDownloadTaskWithURL in favor of addBackgroundDownloadTask
  • Move URLSession.Session and URLSession.SessionConfiguration to own namespaces
  • Deprecate old single-argument constructor for sessions and session-configurations
  • Introduce object-based constructors to incorporate the new namespaces properly

v2.0.0

26 Oct 21:06
Compare
Choose a tag to compare

Refactored module to work on iOS 9 and prevent app submission failture. [MOD-2150]

v1.1.1

10 Mar 03:38
Compare
Choose a tag to compare

[MOD-1892] iOS8: replaced deprecated "backgroundSessionConfiguration:"

v1.0.1

12 Dec 19:11
Compare
Choose a tag to compare
  • Rebuilt using Hyperloop from May 12, 2014 (git hash b4dc4ae44d951ad5c65860543ac026fb54b419d1)