Skip to content

Releases: RemarkableIO/Deferred

0.2.2 minimum compatible iOS, fix chain issue

25 Jul 20:04

Choose a tag to compare

  • Updates the minimum compatible iOS version to 8.0
  • Fixes an issue where a chained, pending Deferred would never resolve

UIImage/NSData Extensions

25 Jun 19:48

Choose a tag to compare

Pre-release

Added a couple extensions for easily fetching a Deferred UIImage and NSData and offloading these tasks onto a separate queue.

Swift 1.2

14 Apr 23:15

Choose a tag to compare

Swift 1.2 Pre-release
Pre-release
v0.2.0

Swit 1.2 compatibility, bump version to 0.2.0

Promise chaining, Cocoapods support, preliminary testing

09 Apr 04:01

Choose a tag to compare

v0.1.2

Fix source files in podspec

v0.1.1

04 Mar 19:57

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
Cean up tests

v0.1

03 Mar 07:57

Choose a tag to compare

v0.1 Pre-release
Pre-release
  • Basic promises
  • Commented source
  • Partial test coverage
  • Basic usage documentation in README