Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

v0.4.2

Compare
Choose a tag to compare
@dduan dduan released this 23 Oct 22:32
· 158 commits to master since this release

This build contains some project housekeeping.

Probably more interesting notes from v0.4:

  1. HTTPResult now retains reference to its NSURLSessionTask.
  2. as a consequence, you can call HTTPResult.cancel(), which just forwards to HTTPResult.task?.cancel()
  3. The type of json argument got relaxed to AnyObject, so that arrays can be passed in.
  4. Added tvOS target.